ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Haseloff, Lutz" <Lutz.Haseloff@mdf.brandenburg.de>
Subject: AW: Antykwa Torunska?
Date: Wed, 27 Oct 1999 14:21:26 +0100	[thread overview]
Message-ID: <0F3313EC125AD311981100105AB3A75D1079E3@N0795.mdf.fvbb.de> (raw)

> Hi,

> Hans has used Antykwa Torunska in presentation (pre-06.tex). I would like
use
> this nice font too, but when I type

> \switchtobodyfont[ant]

> become a error "unknown variant anttr". Should I make a file font-ant.tex
or is
> this somewhere defined? I'm foun only synonyms:

> \definefontsynonym [AntykwaTorunska-Bold]    [anttb]
> \definefontsynonym [AntykwaTorunska-Regular] [anttr]
> \definefontsynonym [AntykwaTorunska-Italic]  [anttri]

> Greetings,
> Grzesiek

1. download the fonts from:
http://www.econ.muni.cz/~qasar/fontanasia/font-ps-afm/font-ps-afm.html 
2. download the package antyktor from dante.
ftp://ftp.dante.de/tex-archive/fonts/psfonts/anttvf/
3. make the fonts usable for pdftex, add the map-file to pdftex.cfg
4. then build a font-ant.tex:

\definefontsynonym [Serif]            [AntykwaTorunska-Regular]
\definefontsynonym [SerifBold]        [AntykwaTorunska-Bold]
\definefontsynonym [SerifItalic]      [AntykwaTorunska-Italic]

\definefontsynonym [AntykwaTorunska-Regular]    [zatr8t]  [encoding=ec]
\definefontsynonym [AntykwaTorunska-Italic]     [zatri8t] [encoding=ec]
\definefontsynonym [AntykwaTorunska-Bold]       [zatb8t]  [encoding=ec]

\definebodyfont
[40pt,35pt,30pt,25pt,20pt,17pt,14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt]
                [rm]
                [tf=Serif             sa 1,
                 bf=SerifBold         sa 1,
                 it=SerifItalic       sa 1]

\endinput
(very quick and very dirty)

Now you can switch to the font with
\setupbodyfont[ant,12pt].

Lutz


             reply	other threads:[~1999-10-27 13:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-27 13:21 Haseloff, Lutz [this message]
1999-10-27 14:25 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0F3313EC125AD311981100105AB3A75D1079E3@N0795.mdf.fvbb.de \
    --to=lutz.haseloff@mdf.brandenburg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).