ZapfinoPro triggers LuaTeX error with umlauts (äüö)
Hello all, the subject says it all. Please see attachement. Another question: How can i easily access the stylisticsets in Zapfino? Have i to define fontfeatures for each set or is there a other way? best regards Bernhard
Bernhard Rosensteiner wrote:
Hello all,
the subject says it all. Please see attachement.
umlauts? the file does not load at all
Another question: How can i easily access the stylisticsets in Zapfino? Have i to define fontfeatures for each set or is there a other way?
just enable them (<feature>=1..N) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies. When i use ä, ü or ö i get an error but without umlauts all works ok. Am 04.12.2009 um 15:15 schrieb Hans Hagen:
Bernhard Rosensteiner wrote:
Hello all, the subject says it all. Please see attachement.
umlauts? the file does not load at all
Another question: How can i easily access the stylisticsets in Zapfino? Have i to define fontfeatures for each set or is there a other way?
just enable them (<feature>=1..N)
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Bernhard Rosensteiner wrote:
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies. When i use ä, ü or ö i get an error but without umlauts all works ok. LuaTeX warning (file /Users/Bernhard/Library/Fonts/ZapfinoExtraLTPro.otf): "seac" character deprecated in Type 2 charstring.
!LuaTeX error (file /Users/Bernhard/Library/Fonts/ZapfinoExtraLTPro.otf): Type2 Charstring Parser: Parsing charstring failed: (status=-1, stack=5) ==> Fatal error occurred, no output PDF file produced! none of the pdf files is ok ... i cannot test your tex file now as my luatex is broken this afternoon Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
i can open all pdf´s i´ve sent - strange. However i will not interrupt you now because you have more important things to do best regards Bernhard Am 04.12.2009 um 15:58 schrieb Hans Hagen:
Bernhard Rosensteiner wrote:
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies. When i use ä, ü or ö i get an error but without umlauts all works ok. LuaTeX warning (file /Users/Bernhard/Library/Fonts/ZapfinoExtraLTPro.otf): "seac" character deprecated in Type 2 charstring.
!LuaTeX error (file /Users/Bernhard/Library/Fonts/ZapfinoExtraLTPro.otf): Type2 Charstring Parser: Parsing charstring failed: (status=-1, stack=5) ==> Fatal error occurred, no output PDF file produced!
none of the pdf files is ok ... i cannot test your tex file now as my luatex is broken this afternoon
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Am 04.12.2009 um 15:33 schrieb Bernhard Rosensteiner:
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies. When i use ä, ü or ö i get an error but without umlauts all works ok.
Can you check this example: \definefontfeature[zapfino][default][script=latn,mode=node,calt=yes,clig=yes,liga=yes,rlig=yes,tlig=yes] %\definefont[zapfino][name:zapfino*zapfino] \definefont[zapfino][file:ZapfinoExtraLTPro] \define[1]\zapfinoexample {\page \bgroup \definefontfeature[#1][default][mode=node,script=latn,#1=yes] \zapfino\addff{#1}\input knuth\par \egroup} \starttext \zapfino %Z Za Zap Zapf Zapfi Zapfin Zapfino %ÄÖÜäöüß \processcommalist[ss01,ss02,ss03,ss04,ss05,ss06,ss07,ss08,ss09,ss10,ss11,ss12,ss13,ss14,ss15,ss16,ss17,ss18,ss19,ss20]\zapfinoexample \stoptext Wolfgang
Am 04.12.2009 um 16:04 schrieb Wolfgang Schuster:
Am 04.12.2009 um 15:33 schrieb Bernhard Rosensteiner:
ok, i´ve skipped the typescriptfile maybe it´s easier to see where the problem lies. When i use ä, ü or ö i get an error but without umlauts all works ok.
Can you check this example:
\definefontfeature[zapfino][default][script=latn,mode=node,calt=yes,clig=yes,liga=yes,rlig=yes,tlig=yes]
%\definefont[zapfino][name:zapfino*zapfino] \definefont[zapfino][file:ZapfinoExtraLTPro]
\define[1]\zapfinoexample {\page \bgroup \definefontfeature[#1][default][mode=node,script=latn,#1=yes] \zapfino\addff{#1}\input knuth\par \egroup}
\starttext
\zapfino
%Z Za Zap Zapf Zapfi Zapfin Zapfino
%ÄÖÜäöüß
\processcommalist[ss01,ss02,ss03,ss04,ss05,ss06,ss07,ss08,ss09,ss10,ss11,ss12,ss13,ss14,ss15,ss16,ss17,ss18,ss19,ss20]\zapfinoexample
\stoptext
Wolfgang
this example processes normaly (i get 20 pages with the stylistic sets) but when i put an umlaut before \stoptext there is the same error as before. Which version of luatex are you using? (works for me: luatex prerelease 0.47.0, linux/i386) Best wishes, Taco i use: LuaTeX, Version beta-0.46.0-2009112909, MacOSX 10.6.2
Am 04.12.2009 um 17:31 schrieb Taco Hoekwater:
Bernhard Rosensteiner wrote:
i use: LuaTeX, Version beta-0.46.0-2009112909, MacOSX 10.6.2
Different font maybe? Mine is 396992 bytes, dated Jun 23 2007, version 001.001.
Best wishes, Taco
Thanks, that could be the problem because i found out that my ZapfinoExtraLT-One works with umlauts. My Pro Version is from 2003 maybe to old. best regards Bernhard
Bernhard Rosensteiner wrote:
Am 04.12.2009 um 17:31 schrieb Taco Hoekwater:
Bernhard Rosensteiner wrote:
i use: LuaTeX, Version beta-0.46.0-2009112909, MacOSX 10.6.2 Different font maybe? Mine is 396992 bytes, dated Jun 23 2007, version 001.001.
Best wishes, Taco
Thanks, that could be the problem because i found out that my ZapfinoExtraLT-One works with umlauts. My Pro Version is from 2003 maybe to old.
I looked into this for a bit, and decided not to attempt to fix the handling of such antiquated fonts, as it would really be quite complex and there is a much easier fix: run the font through fontforge to get a modern OTF that doesn't use the deprecated 'seac' operator. Alternatively, there is a workaround: context --directives=fonts.embedall ... Best wishes, Taco
Hi all,
I had the same error until I loaded the otf into fontforge and then saved again as otf.
Greetings Lutz
------------------------
-----Original Message-----
From: Bernhard Rosensteiner
On Fri, Dec 4, 2009 at 5:53 PM, Lutz Haseloff
Hi all,
I had the same error until I loaded the otf into fontforge and then saved again as otf.
What does ttx says ? (if you have ttx ,of course) -- luigi
participants (6)
-
Bernhard Rosensteiner
-
Hans Hagen
-
luigi scarso
-
Lutz Haseloff
-
Taco Hoekwater
-
Wolfgang Schuster