ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@seznam.cz>
Subject: \sc in mono latin-modern
Date: Mon, 27 Jun 2005 13:18:30 +0200	[thread overview]
Message-ID: <42BFE086.4050304@seznam.cz> (raw)

Hi,

I have noticed good news that there exist real small caps in the latin 
modern font set. That is why there is a typo in type-enc.tex:

   \starttypescript [all] [latin-modern,computer-modern]
     [texnansi,ec,qx,pl0,il2,t5]
   ...
     % Mono
   ...
instead of
   \definefontsynonym [cmcsc10]  [\typescriptthree-lmcsc10]
     [encoding=\typescriptthree]
should be
   \definefontsynonym [cmtcsc10] [\typescriptthree-lmtcsc10]
     [encoding=\typescriptthree]
(see two times 't'      ^                           ^)

If this font exist I suggest to extend type-siz.tex:
(see lines with 'sc=')
------------------------------------------------
\starttypescript [mono] [computer-modern] [size]

   \definebodyfont [12pt] [tt]
     [tf=cmtt12,
      sl=cmsltt10 at 12pt,
      it=cmitt10 at 12pt,
      sc=cmtcsc10 at 12pt]

   \definebodyfont [11pt] [tt]
     [tf=cmtt10 at 11pt,
      sl=cmsltt10 at 11pt,
      it=cmitt10 at 11pt,
      sc=cmtcsc10 at 11pt]

   \definebodyfont [10pt] [tt]
     [tf=cmtt10,
      sl=cmsltt10,
      it=cmitt10,
      sc=cmtcsc10]

   \definebodyfont [9pt] [tt]
     [tf=cmtt9,
      sl=cmsltt10 at 9pt,
      it=cmitt10 at 9pt,
      sc=cmtcsc10 at 9pt]

   \definebodyfont [8pt] [tt]
     [tf=cmtt8,
      sl=cmsltt10 at 8pt,
      it=cmitt10 at 8pt,
      sc=cmtcsc10 at 8pt]

   \definebodyfont [7pt] [tt]
     [tf=cmtt10 at 7pt,
      sl=cmsltt10 at 7pt,
      it=cmitt10 at 7pt,
      sc=cmtcsc10 at 7pt]

   \definebodyfont [6pt] [tt]
     [tf=cmtt10 at 6pt,
      sl=cmsltt10 at 6pt,
      it=cmitt10 at 6pt,
      sc=cmtcsc10 at 6pt]

   \definebodyfont [5pt] [tt]
     [tf=cmtt10 at 5pt,
      sl=cmsltt10 at 5pt,
      it=cmitt10 at 5pt,
      sc=cmtcsc10 at 5pt]

   \definebodyfont [4pt] [tt]
     [tf=cmtt10 at 4pt,
      sl=cmsltt10 at 4pt,
      it=cmitt10 at 4pt,
      sc=cmtcsc10 at 4pt]

   \definebodyfont [14.4pt,17.3pt,20.7pt] [tt]
     [tf=cmtt12 sa 1,
      sl=cmsltt10 sa 1,
      it=cmitt10 sa 1,
      sc=cmtcsc10 sa 1]

\stoptypescript
---------------------------------------------------

Cheers,
vit


-- 
=======================================================
Ing. Vít Zýka, Ph.D.                         TYPOkvítek

database publishing              databazove publikovani
data maintaining and typesetting in typographic quality
priprava dat a jejich sazba v typograficke kvalite

tel.: (+420) 777 198 189     www: http://typokvitek.com
=======================================================

                 reply	other threads:[~2005-06-27 11:18 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=42BFE086.4050304@seznam.cz \
    --to=vit.zyka@seznam.cz \
    --cc=ntg-context@ntg.nl \
    /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).