ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: ec encoding and tcaron
Date: Mon, 15 Aug 2005 01:07:15 +0200	[thread overview]
Message-ID: <42FFCEA3.6060302@wxs.nl> (raw)
In-Reply-To: <42FFBE7B.1090007@seznam.cz>

Vit Zyka wrote:

>
> All right, thanks Hans, I will try new alpha, but what about 
> texfont-pseudocaps-problem? Is it relevat to this one? I turn to thing 
> it is different and much simpler problem...

i think that they are not loaded at all, adam may know (in a few weeks 
i'll pick up a thread about this var stuff since we have some ideas on 
how to make in more convenient)

anyhow, there is no need to redefine all mappings, sinc ethe existing 
typescripts will be taken as well, so:

\starttypescript [all] [latin-modern] [texnansi,ec,qx,pl0,il2,t5]
    \definefontsynonym [cmcsci10]   [\typescriptthree-lmri10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscbx10]  [\typescriptthree-lmbx10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscbxi10] [\typescriptthree-lmbxi10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcscro10]  [\typescriptthree-lmro10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcsctti10] [\typescriptthree-lmtti10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcsctto10] [\typescriptthree-lmtto10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcscss10]  [\typescriptthree-lmss10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscssbx10][\typescriptthree-lmssbx10-capitalized-800][encoding=\typescriptthree]
    \definefontsynonym [cmcscssi10] [\typescriptthree-lmsso10-capitalized-800] [encoding=\typescriptthree]
\stoptypescript

\starttypescript [serif] [latin-modern] [default]
    \definefontsynonym [SerifSmallCaps]          [ComputerModern-Caps]
    \definefontsynonym [SerifItalicSmallCaps]    [cmcsci10]
    \definefontsynonym [SerifBoldSmallCaps]      [cmcscbx10]
    \definefontsynonym [SerifBoldItalicSmallCaps][cmcscbxi10]
    \definefontsynonym [SerifSlantedSmallCaps]   [cmcscro10]
\stoptypescript

\starttypescript [sans] [latin-modern] [default]
    \definefontsynonym [SansSmallCaps]       [cmcscss10]
    \definefontsynonym [SansItalicSmallCaps] [cmcscssi10]
    \definefontsynonym [SansBoldSmallCaps]   [cmcscssbx10]
    \definefontsynonym [SansSlantedSmallCaps][cmcscssi10]
\stoptypescript

\starttypescript [mono] [latin-modern] [default]
    \definefontsynonym [MonoSmallCaps]      [ComputerModernMono-Caps]
    \definefontsynonym [MonoItalicSmallCaps][cmcsctti10]
\stoptypescript 

(you can now add these typescripts to the main file, no need for a separate typescript file) 

another approach is: 

\starttypescript [all] [latin-modern-sc] [texnansi,ec,qx,pl0,il2,t5]
    \definefontsynonym [cmcsci10]   [\typescriptthree-lmri10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscbx10]  [\typescriptthree-lmbx10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscbxi10] [\typescriptthree-lmbxi10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcscro10]  [\typescriptthree-lmro10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcsctti10] [\typescriptthree-lmtti10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcsctto10] [\typescriptthree-lmtto10-capitalized-800] [encoding=\typescriptthree]
    \definefontsynonym [cmcscss10]  [\typescriptthree-lmss10-capitalized-800]  [encoding=\typescriptthree]
    \definefontsynonym [cmcscssbx10][\typescriptthree-lmssbx10-capitalized-800][encoding=\typescriptthree]
    \definefontsynonym [cmcscssi10] [\typescriptthree-lmsso10-capitalized-800] [encoding=\typescriptthree]
\stoptypescript

\starttypescript [serif] [latin-modern-sc] [name]
    \definefontsynonym [Serif]          [ComputerModern-Caps]
    \definefontsynonym [SerifItalic]    [cmcsci10]
    \definefontsynonym [SerifBold]      [cmcscbx10]
    \definefontsynonym [SerifBoldItalic][cmcscbxi10]
    \definefontsynonym [SerifSlanted]   [cmcscro10]
\stoptypescript

\starttypescript [sans] [latin-modern-sc] [name]
    \definefontsynonym [Sans]       [cmcscss10]
    \definefontsynonym [SansItalic] [cmcscssi10]
    \definefontsynonym [SansBold]   [cmcscssbx10]
    \definefontsynonym [SansSlanted][cmcscssi10]
\stoptypescript

\starttypescript [mono] [latin-modern-sc] [name]
    \definefontsynonym [Mono]       [ComputerModernMono-Caps]
    \definefontsynonym [MonoItalic] [cmcsctti10]
\stoptypescript

\starttypescript[map][latin-modern-sc][all]
 ...
\stoptypescript

\definetypeface[modernsc][rm][serif][latin-modern-sc][default]
..... 

{\modernsc test}


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

  reply	other threads:[~2005-08-14 23:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-13 16:44 Vit Zyka
2005-08-13 20:35 ` Hans Hagen
2005-08-14  9:02   ` Vit Zyka
2005-08-13 21:31 ` Hans Hagen
2005-08-14  9:48   ` Vit Zyka
2005-08-14 10:12     ` Mojca Miklavec
2005-08-14 14:59       ` Vit Zyka
2005-08-14 15:12         ` Taco Hoekwater
2005-08-14 16:18           ` Mojca Miklavec
2005-08-14 17:19             ` Hans Hagen
2005-08-15 10:51             ` Hans Hagen
2005-08-14 19:12     ` Hans Hagen
2005-08-14 21:58       ` Vit Zyka
2005-08-14 23:07         ` Hans Hagen [this message]
2005-08-15  9:39           ` Vit Zyka
2005-08-15 11:09             ` Hans Hagen
2005-08-15 12:17 ` Patrick Gundlach
2005-08-15 21:10   ` Vit Zyka
2005-08-15 21:21     ` Patrick Gundlach
2005-08-16  8:51       ` Vit Zyka
2005-08-16  8:57         ` Patrick Gundlach
2005-08-15 21:52     ` Hans Hagen
2006-06-09 10:11 Michal Kvasnicka
2006-06-09 10:33 Richard Gabriel
2006-06-09 10:41 ` Michal Kvasnicka
2006-06-09 14:23   ` Vit Zyka
2006-06-09 22:08   ` Mojca Miklavec

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=42FFCEA3.6060302@wxs.nl \
    --to=pragma@wxs.nl \
    --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).