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
=======================================================

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to