ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: AlterEgo Qasars <quasar@econ.muni.cz>
Subject: Font scales
Date: Thu, 3 Oct 2002 16:37:33 +0200	[thread overview]
Message-ID: <20021003143733.GF469@merkur.econ.muni.cz> (raw)

Good evening!

One more problem (sorry): I need to typeset a document with specified 
font sizes. Font are postscript ones. I tried this:

\definefontsynonym [Serif]            [qtmr8z]
\definefontsynonym [SerifBold]        [qtmb8z]
\definefontsynonym [SerifItalic]      [qtmri8z]
\definefontsynonym [SerifSlanted]     [qtmri8z]
\definefontsynonym [SerifBoldItalic]  [qtmbi8z]
\definefontsynonym [SerifBoldSlanted] [qtmbi8z]
\definefontsynonym [SerifCaps]        [qtmr8z]
\definefontsynonym [Sans]             [phvr8z]
\definefontsynonym [SansBold]         [phvb8z]
\definefontsynonym [SansItalic]       [phvro8z]
\definefontsynonym [SansSlanted]      [phvro8z]
\definefontsynonym [SansBoldItalic]   [phvbo8z]
\definefontsynonym [SansBoldSlanted]  [phvbo8z]
\definefontsynonym [SansCaps]         [phvrc8z]
\definefontsynonym [MathRoman]        [txr][encoding=x5]
\definefontsynonym [MathExtension]    [txex]
\definefontsynonym [MathItalic]       [txmi]
\definefontsynonym [MathSymbol]       [txsy]
\definefontsynonym [MathRomanBold]     [txb][encoding=x5]
\definefontsynonym [MathExtensionBold] [txbex]
\definefontsynonym [MathItalicBold]    [txbmi]
\definefontsynonym [MathSymbolBold]    [txbsy]
\definefontsynonym [MathAlphaBold]     [LucidaNewMath-Arrows-Demi]
\definebodyfont [14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt]
        [rm,ss,mm] [default]
\definebodyfont [11pt] [ss] [bfa=SansBold at 13pt]
\definebodyfont [11pt] [ss] [bfb=SansBold at 14pt]
\definebodyfont [11pt] [ss] [bfc=SansBold at 20pt]
\definebodyfont [11pt] [ss] [bfe=SansBold at 75pt]
\definebodyfont [11pt] [ss] [tfxx=Sans at 9pt]
\definebodyfont [11pt] [ss] [bfxx=SansBold at 9pt]
\definebodyfont [11pt] [ss] [tfxxx=Sans at 8pt]
\definebodyfont [11pt] [ss] [bfxxx=SansBold at 8pt]
\setupbodyfont[11pt]
\setupinterlinespace[line=13pt]

Important are lines like 

\definebodyfont [11pt] [ss] [bfxx=SansBold at 9pt]

They don't work. How can I do it?

Many greetings.
M.K.


                 reply	other threads:[~2002-10-03 14:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20021003143733.GF469@merkur.econ.muni.cz \
    --to=quasar@econ.muni.cz \
    /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).