ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@seznam.cz>
Subject: Re: ec encoding and tcaron
Date: Mon, 15 Aug 2005 11:39:04 +0200	[thread overview]
Message-ID: <430062B8.4090606@seznam.cz> (raw)
In-Reply-To: <42FFCEA3.6060302@wxs.nl>

Hans Hagen wrote:
> 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:

Dear Hans,

I do not know if my descriptions is so fuzzy or we are both a bit 
overworked ;-)

I send to the conference zipped minimal example and typescripts for 
pseudo-small caps yesterday. They are based on font variants and work 
perfectly. The ONLY PROBLEM (demonstrated in the minimal example) is 
that texfont ignore tcaron when creating virtual font. Every other 
similar accented letters (e.g. \dcaron) is OK.

And since I can not find it in the texfont source I ask again: WHERE/HOW 
texfont gives info about corresponding (lower->uppercase) char pairs?

vit

> \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
> -----------------------------------------------------------------
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
=======================================================
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-08-15  9:39 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
2005-08-15  9:39           ` Vit Zyka [this message]
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=430062B8.4090606@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).