ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Adam Lindsay <atl@comp.lancs.ac.uk>
Subject: Re: problems with uppercase Greek letters in math
Date: Mon, 06 Mar 2006 15:04:37 +0000	[thread overview]
Message-ID: <440C4F85.2030903@comp.lancs.ac.uk> (raw)
In-Reply-To: <6faad9f00603060636o4533ca96x6f185faa7acf531b@mail.gmail.com>

Mojca Miklavec wrote:
> Hello,
> 
> The uppercase Greek letters in the following example don't work since
> the letters are taken from ec encoding, while the default TeX encoding
> is assumed in the definitions of Phi, Psi, ... ("mr", math roman font)
> 
> Any suggestions how to fix this strange behaviour?
> 
> \starttypescript [something] [ec,texnansi]
>   \definetypeface [somename] [rm] [serif] [modern] [default]
> [encoding=\typescripttwo]
> \stoptypescript

Hi Mojca,

My rule-of-thumb would be that if you're going to use math in your 
document, you're best off defining something for the [mm] [math] family: ;)

\starttypescript [something] [ec,texnansi]
   \definetypeface [somename] [rm] [serif] [modern] [default]
[encoding=\typescripttwo]
   \definetypeface [somename] [mm] [math] [modern] [modern]
[encoding=\typescripttwo]
\stoptypescript

Hope that helps.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  reply	other threads:[~2006-03-06 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-06 14:36 Mojca Miklavec
2006-03-06 15:04 ` Adam Lindsay [this message]
2006-03-06 15:21   ` Mojca Miklavec
2006-03-06 15:38     ` Adam Lindsay

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=440C4F85.2030903@comp.lancs.ac.uk \
    --to=atl@comp.lancs.ac.uk \
    --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).