latest beta and ancient greek module
The latest beta (ConTeXt ver: 2013.04.30 00:31 MKIV beta) seems to have a problem with the ancient greek module: resolvers > modules > 'ancientgreek' is loaded (/Users/alancbowen/texmf/tex/context/third/greek/t-ancientgreek.mkiv loading > module ancientgreek (/Users/alancbowen/texmf/tex/context/third/greek/type-agr.tex ! Undefined control sequence. system > tex > error on line 5 in file /Users/alancbowen/texmf/tex/context/third/greek/type-agr.tex: Undefined control sequence ... 1 % 2 % Typescript for Greek fonts 3 % 4 5 >> \beginOLDTEX 6 \loadmapfile[tasgreek.map] 7 8 \starttypescript [serif] [Alkaios] [name] 9 \usetypescript[serif][fallback] 10 \definefontsynonym [Serif] [Alkaios] [encoding=agr] 11 \definefontsynonym [SerifItalic] [Alkaiosit] [encoding=agr] 12 \definefontsynonym [SerifBold] [Alkaiosbo] [encoding=agr] 13 \definefontsynonym [SerifBoldItalic] [Alkaiosboit] [encoding=agr] 14 \stoptypescript 15 l.5 \beginOLDTEX Alan
On 04/30/2013 03:24 AM, Alan Bowen wrote:
The latest beta (ConTeXt ver: 2013.04.30 00:31 MKIV beta) seems to have a problem with the ancient greek module:
Indeed. Hans has removed support for \beginOLDTEX etc. - would have been nice if he had told us... I have uploaded a new version which should work again. Thomas
It does indeed, Thomas. Many thanks! Alan On Tue, Apr 30, 2013 at 2:06 AM, Thomas A. Schmitz < thomas.schmitz@uni-bonn.de> wrote:
On 04/30/2013 03:24 AM, Alan Bowen wrote:
The latest beta (ConTeXt ver: 2013.04.30 00:31 MKIV beta) seems to have a problem with the ancient greek module:
Indeed. Hans has removed support for \beginOLDTEX etc. - would have been nice if he had told us... I have uploaded a new version which should work again.
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 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/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
On 4/30/2013 8:06 AM, Thomas A. Schmitz wrote:
On 04/30/2013 03:24 AM, Alan Bowen wrote:
The latest beta (ConTeXt ver: 2013.04.30 00:31 MKIV beta) seems to have a problem with the ancient greek module:
Indeed. Hans has removed support for \beginOLDTEX etc. - would have been nice if he had told us... I have uploaded a new version which should work again.
oh, i can add it ... i just saw it and wondered if it was used and couldn't grep it in is it still wanted / needed? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 05/01/2013 04:13 PM, Hans Hagen wrote:
oh, i can add it ... i just saw it and wondered if it was used and couldn't grep it in
is it still wanted / needed?
Not by me, at least, I separated the file into mkii and mkiv, which is cleaner anyway. But a tiny word wof warning would have been welcome... Thanks Thomas
On Wed, May 1, 2013 at 4:24 PM, Thomas A. Schmitz wrote:
On 05/01/2013 04:13 PM, Hans Hagen wrote:
oh, i can add it ... i just saw it and wondered if it was used and couldn't grep it in
is it still wanted / needed?
Not by me, at least, I separated the file into mkii and mkiv, which is cleaner anyway.
type-gentium.tex anyone? We need to fix it before TL 2013 release.
But a tiny word wof warning would have been welcome...
I agree with that one. But apart from the modules that can easily be fixed, I use it in many of my (non-mkiv-specific) documents to setup the typescripts. I don't mind changing the keyword, but it would be nice to have a simple command available for making small snippets of code dependent on the engine. (LaTeX has \ifXeTeX, \ifLuaTeX for example.) Mojca
Am 01.05.2013 um 18:03 schrieb Mojca Miklavec
I agree with that one. But apart from the modules that can easily be fixed, I use it in many of my (non-mkiv-specific) documents to setup the typescripts. I don't mind changing the keyword, but it would be nice to have a simple command available for making small snippets of code dependent on the engine. (LaTeX has \ifXeTeX, \ifLuaTeX for example.)
You can use \startmode[*mkii] or \startmode[*mkiv] to write different code for MkII and MkIV. With the counter \texengine you can also check for the engine, one is pdfTeX, two is XeTeX and three is LuaTeX. Wolfgang
participants (5)
-
Alan Bowen
-
Hans Hagen
-
Mojca Miklavec
-
Thomas A. Schmitz
-
Wolfgang Schuster