ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: iso latin 2 ; storm fonts
Date: Wed, 16 Mar 2005 00:25:57 +0100	[thread overview]
Message-ID: <42376F05.3050608@wxs.nl> (raw)
In-Reply-To: <42372809.1020309@seznam.cz>

Vit Zyka wrote:

> But I get error: !Math formula deleted: Insufficient symbol fonts.
> Where is the problem?

it means that your font is not a proper math font, taco may know how to deal 
with this

> ? - \starttypescript [*] [fallback] is generaly useful. Is a good idea 

replaced by a (faster) setup)

> to move it from large type-buy.tex somewhere else?

see type-def.tex:

\startsetups [font:fallback:serif]
   \definefontsynonym [Serif]            [DefaultFont]
   \definefontsynonym [SerifBold]        [Serif]
   \definfontsynonym [SerifItalic]      [Serif]
   \definefontsynonym [SerifSlanted]     [SerifItalic]
   \definefontsynonym [SerifBoldItalic]  [Serif]
   \definefontsynonym [SerifBoldSlanted] [SerifBoldItalic]
   \definefontsynonym [SerifCaps]        [Serif]
\stopsetups

\starttypescript ....

    \setups[font:fallback:serif]

    your defs

\stoptypescript

(see type-msw for an example)

this construct is faster since it does not need a nested typescript scan

> ? Storm fonts have different accent shapes for lover/upper case letters. 
> Is there some mechanism to distinguish this making the composits?

interesting, \' etc are not sufficient fot that

\definecommand UCgrave        {\buildtextaccent\UCtextgrave}
\definecommand UCacute        {\buildtextaccent\UCtextacute}
\definecommand UCring         {\buildtextaccent\UCtextring}
\definecommand UCcaron        {\buildtextaccent\UCtextcaron}
\definecommand UCbreve        {\buildtextaccent\UCtextbreve}
\definecommand UCmacron       {\buildtextaccent\UCtextmacron}
\definecommand UCcircumflex   {\buildtextaccent\UCtextcircumflex}
\definecommand UCdotaccent    {\buildtextaccent\UCtextdotaccent}
\definecommand UChungarumlaut {\buildtextaccent\UCtexthungarumlaut}
\definecommand UCtilde        {\buildtextaccent\UCtexttilde}
\definecommand UCdiaeresis    {\buildtextaccent\UCtextdiaeresis}

\startencoding [default]

   \definecharacter UCtextgrave {\textgrave}
   .....

\stopencoding


\startencoding [yours]

   \definecharacter Ediaeresis {\buildtextaccent\UCtextdiaeresis E}
   ...

\stopencoding

etc etc; needs some thinking and testing and quite some keying

Hans

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

  parent reply	other threads:[~2005-03-15 23:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-09 17:29 iso latin 2 Hans Hagen
2005-02-09 21:34 ` Vit Zyka
2005-02-09 22:18   ` Adam Lindsay
2005-02-09 23:33     ` Vit Zyka
2005-02-09 23:41       ` Adam Lindsay
2005-02-10  9:23         ` Hans Hagen
2005-02-11 10:56           ` Vit Zyka
2005-03-15 18:23       ` iso latin 2 ; storm fonts Vit Zyka
2005-03-15 18:29         ` Hans Hagen
2005-03-15 23:25         ` Hans Hagen [this message]
2005-03-16 23:52           ` Vit Zyka
2005-03-15 23:45         ` Adam Lindsay
2005-04-10 20:31           ` Vit Zyka
2005-04-11 11:16             ` Adam Lindsay
2005-02-09 22:21   ` iso latin 2 Hans Hagen
2005-02-09 23:52     ` Vit Zyka
2005-02-10  9:26       ` Hans Hagen
2005-02-11 10:17         ` Vit Zyka

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=42376F05.3050608@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).