ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: texteuro
Date: Tue, 29 Nov 2005 12:36:18 +0100	[thread overview]
Message-ID: <438C3D32.4060108@wxs.nl> (raw)
In-Reply-To: <45C14217-EECB-46E5-89B6-37C55AD281E9@science.uva.nl>

Hans van der Meer wrote:

> I clearly have some misunderstanding about the typesetting of the  
> euro sign.
>
> In an attempt to implement the MathTimes font and expert fontset, I  
> came across a problem with typesetting the euro.
>
> I could not redefine the \texteuro. In \showcharacters it stays empty.
> Doing \definecharacter texteuro to_some_value in a typescript does  
> not work (giving: Runaway argument?)

has to do with \definecharacter being space delimited and typescripts 
being space ignorant

you define characters in an encoding vector, so

\startencoding[whatever]

   \definecharacter ....

\stopencoding

which you can do anyplace

> The euro does appear when I define it explicitely (as coming from the  
> marvosym font):
>     \def\euro{\symbol[europe][EUR]}
> But then \texteuro is still unaffected and therefore doing  
> "\enableregime[mac] � (euro)" does not work.

i don't know if there is an euro in math times

>
> Any pointer how to solve this?


this is one of the unfortunate trial and error situations (depends on 
the font)

Hans

  reply	other threads:[~2005-11-29 11:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-28 16:22 texteuro Hans van der Meer
2005-11-29 11:36 ` Hans Hagen [this message]
2005-12-01 13:08   ` texteuro Hans van der Meer

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=438C3D32.4060108@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).