ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Problem with module ancientgreek
Date: Tue, 08 Jan 2013 12:07:49 +0100	[thread overview]
Message-ID: <50EBFE05.8010606@uni-bonn.de> (raw)
In-Reply-To: <fc3fc4996cf1015e.50ec0056@uniovi.es>

On 01/08/2013 11:17 AM, MANUEL GONZALEZ SUAREZ wrote:
> I send you a code in which I use the module "ancientgreek" to write the
> vowels with the sign of long and short. In the case of the short vowel,
> the sign appears perfectly, but in the case of the long vowel, a rare
> sign appears. Does anyone know how to solve this?. Here's the code:
>
>
> \enableregime[utf]
>
> \usemodule[ancientgreek][Font=GreekOldStandard,scale=1.1]
>
> \starttext
>
> Alpha longa \localgreek{\={a}}
>
> Alpha brevis \localgreek{\u{a}}
>
> \stoptext
>

Mkii or Mkiv? I'm surprised you get any meaningful output at all. What I 
would suggest:

1. Use proper unicode input. The two glyphs you want are in OldStandard 
as 1x1FB0 and 1x1FB1. (I can paste them into this mail, but it's always 
a risk whether this will be mangled by a mail agent: ᾰ ᾱ)

2. You can also use regular ConTeXt constructs:
\buildtextaccent\textmacron α}
\buildtextaccent\textbreve α}

I would advise (strongly) against using ASCII transliteration; this is 
essentially a leftover from the 1980s, which should have died with the 
floppy disk and the dot matrix printer...

HTH

Thomas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2013-01-08 11:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08 10:17 MANUEL GONZALEZ SUAREZ
2013-01-08 11:07 ` Thomas A. Schmitz [this message]

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=50EBFE05.8010606@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).