Hello, The script %engine=luatex \starttyping texmfstart texexec --mode=demo s-ptj-01.tex \stoptyping hangs forever... -- Best regards, Vyatcheslav Yatskovsky
Hello,
The script
On 8/12/07, Vyatcheslav Yatskovsky
%engine=luatex \starttyping texmfstart texexec --mode=demo s-ptj-01.tex \stoptyping
hangs forever...
%engine=luatex %% save this as test002.tex \starttext \starttyping texmfstart texexec --mode=demo s-ptj-01.tex \stoptyping \stoptext $>texmfstart texexec --pdf test002.tex compiles ok It's context that uses luatex as engine ; you can also write down "pure" luatex code but \starttyping it's not a luatex macro nor primitive (and \stoptyping too) -- luigi ---------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
Dear Luigi, Sorry, I overlooked that \startstext \stoptext pair. :o) Believe it or not, but the working script produces... texmfstart texexec --mode=demo s-ptj-01.tex text of a white paper! I expected to get magazine demo. :o) P.S. Respectfully, did you consider set your name and surname to begin with capital letters? ;o) -- Best regards, Vyatcheslav Yatskovsky
On 8/12/07, Vyatcheslav Yatskovsky
Dear Luigi,
Sorry, I overlooked that \startstext \stoptext pair. :o)
Believe it or not, but the working script produces... texmfstart texexec --mode=demo s-ptj-01.tex text of a white paper! I expected to get magazine demo. :o) ah, ok. $> texmfstart texexec --luatex --mode=demo s-ptj-01.tex does not compile well on my box, I believe fonts problem .
P.S. Respectfully, did you consider set your name and surname to begin with capital letters? ;o) hmm, why ?
-- luigi ---------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
On 8/12/07, luigi scarso
On 8/12/07, Vyatcheslav Yatskovsky
wrote: Dear Luigi,
Sorry, I overlooked that \startstext \stoptext pair. :o)
Believe it or not, but the working script produces... texmfstart texexec --mode=demo s-ptj-01.tex text of a white paper! I expected to get magazine demo. :o) ah, ok. $> texmfstart texexec --luatex --mode=demo s-ptj-01.tex does not compile well on my box, I believe fonts problem . Same problem with $> texmfstart texexec --pdf --mode=demo s-ptj-01.tex Also $> texmfstart texexec --luatex --module s-ptj-01.tex doesn't work but $> texmfstart texexec --pdf --module s-ptj-01.tex it's ok. -- luigi
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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
On Sun, 12 Aug 2007, luigi scarso wrote:
On 8/12/07, luigi scarso
wrote: On 8/12/07, Vyatcheslav Yatskovsky
wrote: Dear Luigi,
Sorry, I overlooked that \startstext \stoptext pair. :o)
Believe it or not, but the working script produces... texmfstart texexec --mode=demo s-ptj-01.tex text of a white paper! I expected to get magazine demo. :o)
Well, some drawback of reading the documentation in source. See http://www.logosrl.it/context/modules/current/singles/s-ptj-01_ebook.pdf (thanks to Luigi) and the example on http://wiki.contextgarden.net/Modules/Pracjourn
ah, ok. $> texmfstart texexec --luatex --mode=demo s-ptj-01.tex does not compile well on my box, I believe fonts problem .
The practex module uses tex gyre pagella fonts. So you need to have the fonts in your distribution. I have not tested them with luatex yet.
Same problem with $> texmfstart texexec --pdf --mode=demo s-ptj-01.tex
This works here with old context (2007.07.24 14:36 MKII)
Also $> texmfstart texexec --luatex --module s-ptj-01.tex doesn't work
Do not have luatex on this machine.
but $> texmfstart texexec --pdf --module s-ptj-01.tex it's ok.
This also works correctly with the old context. I will be at a machine with uptodate context tomorrow and will check what is going wrong. Aditya
Aditya Mahajan wrote:
The practex module uses tex gyre pagella fonts. So you need to have the fonts in your distribution. I have not tested them with luatex yet.
mkiv assumes tex-gyre fonts to be installed 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 -----------------------------------------------------------------
On 8/12/07, Hans Hagen
Aditya Mahajan wrote:
The practex module uses tex gyre pagella fonts. So you need to have the fonts in your distribution. I have not tested them with luatex yet.
mkiv assumes tex-gyre fonts to be installed Should they be included in justtex.zip ?
-- luigi ---------------------------------------------------------------- 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
luigi scarso wrote:
On 8/12/07, Hans Hagen
wrote: Aditya Mahajan wrote:
The practex module uses tex gyre pagella fonts. So you need to have the fonts in your distribution. I have not tested them with luatex yet. mkiv assumes tex-gyre fonts to be installed Should they be included in justtex.zip ?
aren't they? hm, must ceheck it then ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Sun, 12 Aug 2007 16:01:17 -0600, Hans Hagen
luigi scarso wrote:
On 8/12/07, Hans Hagen
wrote: Aditya Mahajan wrote:
The practex module uses tex gyre pagella fonts. So you need to have the fonts in your distribution. I have not tested them with luatex yet. mkiv assumes tex-gyre fonts to be installed Should they be included in justtex.zip ?
aren't they? hm, must ceheck it then
Checked a few days ago, TeX Gyre is not in the distribution. In fact, the only otf's in the distro are lm. Meant to send a note to you about that... Best Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
luigi scarso wrote:
On 8/12/07, luigi scarso
wrote: On 8/12/07, Vyatcheslav Yatskovsky
wrote: Dear Luigi,
Sorry, I overlooked that \startstext \stoptext pair. :o)
Believe it or not, but the working script produces... texmfstart texexec --mode=demo s-ptj-01.tex text of a white paper! I expected to get magazine demo. :o) ah, ok. $> texmfstart texexec --luatex --mode=demo s-ptj-01.tex does not compile well on my box, I believe fonts problem . Same problem with $> texmfstart texexec --pdf --mode=demo s-ptj-01.tex Also $> texmfstart texexec --luatex --module s-ptj-01.tex doesn't work but $> texmfstart texexec --pdf --module s-ptj-01.tex it's ok.
i need to look into this, but mkiv really needs the starttext/stoptext pair to match and these direct calls don't do that, mkii is a bit more tolerant ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (5)
-
Aditya Mahajan
-
Hans Hagen
-
Idris Samawi Hamid
-
luigi scarso
-
Vyatcheslav Yatskovsky