ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with module ancientgreek
@ 2013-01-08 10:17 MANUEL GONZALEZ SUAREZ
  2013-01-08 11:07 ` Thomas A. Schmitz
  0 siblings, 1 reply; 2+ messages in thread
From: MANUEL GONZALEZ SUAREZ @ 2013-01-08 10:17 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/html, Size: 5701 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with module ancientgreek
  2013-01-08 10:17 Problem with module ancientgreek MANUEL GONZALEZ SUAREZ
@ 2013-01-08 11:07 ` Thomas A. Schmitz
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas A. Schmitz @ 2013-01-08 11:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-08 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-08 10:17 Problem with module ancientgreek MANUEL GONZALEZ SUAREZ
2013-01-08 11:07 ` Thomas A. Schmitz

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