Re: [NTG-context] Latest beta: Problems with \startstructurelevel (bug?)

2011-06-22 Thread luigi scarso
2011/6/22 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: ... I run mtxrun --generate (again) but still the same errors. context --make ? -- luigi ___ If your question is of interest to others as well, please

Re: [NTG-context] Latest beta: Problems with \startstructurelevel (bug?)

2011-06-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
2011/6/22 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: ... I run mtxrun --generate (again) but still the same errors. context --make It doesn't help, either. Lukas ? -- Ing. Lukáš Procházka [mailto:l...@pontex.cz] Pontex s. r. o. [mailto:pon...@pontex.cz]

[NTG-context] Latest beta not working.

2011-05-06 Thread Bart Wise
If I run context with no arguments, I get the following output (and nothing else): mtxrun | unknown script 'context.lua' or 'mtx-context.lua' The file, mtx-context.lua does exis: /home/bwise/context/20110505-beta-extras/tex/texmf-context/scripts/context/lua/mtx-context.lua If I do

Re: [NTG-context] Latest beta not working.

2011-05-06 Thread Otared Kavian
Hi Bart, I checked with my latest installation of minimals and I don't encounter any problem (I am using Mac OS X 10.6.7). Did you install the latest beta with first-setup.sh? On what kind of platform? Best regards: OK On 6 mai 2011, at 22:12, Bart Wise wrote: If I run context with no

Re: [NTG-context] Latest beta not working.

2011-05-06 Thread Bart Wise
Otared, Thanks for the response. I installed like I always do with the following two commands: rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . ./first-setup.sh --extras=all I always do this in a new directory on a Linux system. I'm purplexed. Bart On Fri, May 6, 2011 at

Re: [NTG-context] Latest beta not working.

2011-05-06 Thread Aditya Mahajan
On Fri, 6 May 2011, Bart Wise wrote: Otared, Thanks for the response. I installed like I always do with the following two commands: rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . ./first-setup.sh --extras=all I always do this in a new directory on a Linux system. Try

Re: [NTG-context] Latest beta not working.

2011-05-06 Thread Thomas Schmitz
On Fri, 6 May 2011 14:46:15 -0600 Bart Wise bart.c.wise+cont...@gmail.com wrote: Otared, Thanks for the response. I installed like I always do with the following two commands: rsync -av rsync://contextgarden.net/minimals/setup/first-setup.sh . ./first-setup.sh --extras=all I always do

Re: [NTG-context] Latest beta not working.

2011-05-06 Thread Bart Wise
The mtxrun --generate work! I don't know why I have to do it, but it does the trick. Thanks to all! On Fri, May 6, 2011 at 3:02 PM, Thomas Schmitz tschm...@uni-bonn.de wrote: On Fri, 6 May 2011 14:46:15 -0600 Bart Wise bart.c.wise+cont...@gmail.com wrote: Otared, Thanks for the

Re: [NTG-context] Latest beta, missing stmary10 while loading fallback modern

2011-04-21 Thread Marco Pessotto
Sorry to bring this up again, but something looks wrong with the deletion of the stmary10 fonts from the minimals tree, as the fonts seem to be called in 2 places: ./tex/texmf-context/tex/context/base/s-map-10.mkiv ./tex/texmf-context/tex/context/fonts/lm-math.lfg but stmary10.afm doesn't exist

[NTG-context] Latest beta, missing stmary10 while loading fallback modern

2011-04-12 Thread Marco Pessotto
Hello there. Given the following minimal example: \setupbodyfont[11pt,libertine] \starttext test \stoptext (where the libertine don't have the math fonts) In the logs I found the following problems: fontsfallback modern mm 11pt is loaded fontsdefining forced type

[NTG-context] Latest beta: Can't compile a document with lists (with no math fonts)

2011-02-19 Thread Marco Pessotto
I think the same happened some time ago when the not-loading (horrible word, my english is rotting) of Latin Modern was still an experimental feature. Anyway, minimal example: start \usetypescript[libertine] \setupbodyfont[libertine,10pt] \starttext \startitemize[1] \item fail

Re: [NTG-context] Latest beta: Can't compile a document with lists (with no math fonts)

2011-02-19 Thread Hans Hagen
On 19-2-2011 5:48, Marco Pessotto wrote: \usetypescript[libertine] \setupbodyfont[libertine,10pt] \starttext \startitemize[1] \item fail \stopitemize \stoptext will be fixed -- -

Re: [NTG-context] Latest beta, simpleslides, and font loading

2011-02-03 Thread Hans Hagen
On 3-2-2011 8:49, Wolfgang Schuster wrote: Here is a minimal example: \starttext \doiffontpresentelse{cambria}{yes}{no} \doiffontpresentelse{unknown}{yes}{no} \stoptext This is controlled by a directive. I will make that default, but because users can configure it in their configuration

Re: [NTG-context] Latest beta, simpleslides, and font loading

2011-02-03 Thread Wolfgang Schuster
Am 03.02.2011 um 10:07 schrieb Hans Hagen: On 3-2-2011 8:49, Wolfgang Schuster wrote: Here is a minimal example: \starttext \doiffontpresentelse{cambria}{yes}{no} \doiffontpresentelse{unknown}{yes}{no} \stoptext This is controlled by a directive. I will make that default, but

Re: [NTG-context] Latest beta, simpleslides, and font loading

2011-02-03 Thread Aditya Mahajan
On Thu, 3 Feb 2011, Hans Hagen wrote: On 3-2-2011 8:49, Wolfgang Schuster wrote: Here is a minimal example: \starttext \doiffontpresentelse{cambria}{yes}{no} \doiffontpresentelse{unknown}{yes}{no} \stoptext This is controlled by a directive. I will make that default, but because users can

[NTG-context] Latest beta, simpleslides, and font loading

2011-02-02 Thread Aditya Mahajan
In the latest beta if I use the simplefonts module, the font database is regenerated at each run! For example, this file For example with this file: \usemodule [simplefonts][size=10pt] \setmainfont[Cambria] \setmathfont[Cambria] \starttext \input knuth \stoptext the font database is

Re: [NTG-context] Latest beta, simpleslides, and font loading

2011-02-02 Thread Wolfgang Schuster
Am 03.02.2011 um 08:16 schrieb Aditya Mahajan: In the latest beta if I use the simplefonts module, the font database is regenerated at each run! For example, this file For example with this file: \usemodule [simplefonts][size=10pt] \setmainfont[Cambria] \setmathfont[Cambria]

Re: [NTG-context] latest beta

2010-12-14 Thread Alan BRASLAU
On Thursday 09 December 2010 16:47:03 Thomas Schmitz wrote: Hi Hans, the latest beta is looking for files ! I can't find file `/mnt/shared/context/tex/texmf-context/tex/context/base/symb-mis.tex'. and ! I can't find file

[NTG-context] latest beta

2010-12-10 Thread Thomas Schmitz
Hi Hans, the latest beta is looking for files ! I can't find file `/mnt/shared/context/tex/texmf-context/tex/context/base/symb-mis.tex'. and ! I can't find file `/mnt/shared/context/tex/texmf-context/tex/context/base/symb-nav.tex'. only symb-mis.mki(i|v) and symb-nav.mki(i|v) are

[NTG-context] latest beta has trouble with notes

2010-06-19 Thread Thomas A. Schmitz
Hi all, not sure if this has been reported yet, but yesterday's beta has a bug regarding footnotes. Minimal example: \starttext One\footnote{One} Two\footnote{Two} \stoptext The first footnote is repeated for every following note; other notes are dropped. All best Thomas

Re: [NTG-context] latest beta has trouble with notes

2010-06-19 Thread Hans Hagen
On 19-6-2010 6:32, Thomas A. Schmitz wrote: starttext One\footnote{One} Two\footnote{Two} \stoptext i'll have a look at it ... probably a side effect of fixing something else Hans -

Re: [NTG-context] latest beta Minimals: interactive bookmarks for equations broken

2010-04-23 Thread Hans Hagen
On 18-4-2010 1:59, Ralf. Braun wrote: 2) Running context hello-world.tex with the example file from the wiki (Sanjoy Mahajan) you need to ask for the bookmarks: \placebookmarks[chapter] i need to look in the figures not being listed Hans

Re: [NTG-context] Latest beta...

2010-04-14 Thread Mojca Miklavec
On Wed, Apr 14, 2010 at 05:40, Michael Green wrote: Mojca Miklavec writes: I hit a similar problem on a ppc mac. So it's probably not an intel-only thing. The .firstsetup script crashes. It worked fine through at least March 23, for what it's worth. Here's a transcript ...

Re: [NTG-context] Latest beta...

2010-04-14 Thread Willi Egger
Tiger 10.4.11 on a Macbook-intel running texlua -- version works. However running mtxrun without any option results in a bus error. Furthermore, I wanted to update the minimals in the usual way with first-setup in a new tree. No chance, it stops after downloading the first bits: sent 37

Re: [NTG-context] Latest beta...

2010-04-14 Thread Mojca Miklavec
On Wed, Apr 14, 2010 at 11:56, Willi Egger w.eg...@boede.nl wrote: Tiger 10.4.11 on a Macbook-intel running texlua -- version works. However running mtxrun without any option results in a bus error. Furthermore, I wanted to update the minimals in the usual way with first-setup in a new

Re: [NTG-context] Latest beta...

2010-04-14 Thread Willi Egger
Thanks for your reply. As for me there is no need to revert to an older version of luatex. - Cautiously I keep one tree which works and update into another tree ;-) Kind regards On 14 Apr 2010, at 12:14, Mojca Miklavec wrote: On Wed, Apr 14, 2010 at 11:56, Willi Egger w.eg...@boede.nl

Re: [NTG-context] Latest beta...

2010-04-14 Thread Otared Kavian
On 14 avr. 2010, at 11:56, Willi Egger wrote: Tiger 10.4.11 on a Macbook-intel running texlua -- version works. However running mtxrun without any option results in a bus error. Furthermore, I wanted to update the minimals in the usual way with first-setup in a new tree. No chance,

Re: [NTG-context] Latest beta...

2010-04-14 Thread Willi Egger
Hi Otared, thanks for your file. It does not look like that there are relevant differences with the version I used. I tried to setup a new tree with your file. The result is the same, after the first bits the procedure is stopped with the mentioned bus error. Kind regards Willi On 14

Re: [NTG-context] Latest beta...

2010-04-13 Thread Michael Green
Mojca Miklavec mojca.miklavec.lists at gmail.com writes: On Tue, Apr 6, 2010 at 21:24, Willi Egger wrote: I just updated the latest beta in a completely new tree: I get now the following message: .../lua60/tex/texmf-osx-intel/bin/context: line 2: 1634 Bus error mtxrun --script

Re: [NTG-context] Latest beta...

2010-04-13 Thread Taco Hoekwater
Michael Green wrote: I hit a similar problem on a ppc mac. So it's probably not an intel-only thing. The .firstsetup script crashes. It worked fine through at least March 23, for what it's worth. Here's a transcript I have a crash log too, if that would help. Does that contain a stack

[NTG-context] Latest beta...

2010-04-06 Thread Willi Egger
I just updated the latest beta in a completely new tree: I get now the following message: .../lua60/tex/texmf-osx-intel/bin/context: line 2: 1634 Bus error mtxrun --script context $@ When running luatools --generate most of the things work out well, just that in the last line

Re: [NTG-context] Latest beta...

2010-04-06 Thread Hans Hagen
On 6-4-2010 9:24, Willi Egger wrote: I just updated the latest beta in a completely new tree: I get now the following message: /lua60/tex/texmf-osx-intel/bin/context: line 2: 1634 Bus error mtxrun --script context $@ When running luatools --generate most of the things work out well, just

Re: [NTG-context] Latest beta...

2010-04-06 Thread Mojca Miklavec
On Tue, Apr 6, 2010 at 21:24, Willi Egger wrote: I just updated the latest beta in a completely new tree: I get now the following message: .../lua60/tex/texmf-osx-intel/bin/context: line 2:  1634 Bus error     mtxrun --script context $@ When running luatools --generate most of the things

Re: [NTG-context] Latest beta...

2010-04-06 Thread Matthias Weber
No problem here, but I'm running Leopard (intel). Matthias On Apr 6, 2010, at 5:06 PM, Mojca Miklavec wrote: On Tue, Apr 6, 2010 at 21:24, Willi Egger wrote: I just updated the latest beta in a completely new tree: I get now the following message: .../lua60/tex/texmf-osx-intel/bin/context:

Re: [NTG-context] latest beta and file mismatch problem

2009-12-03 Thread Bowen Alan C.
Otared, This works perfectly. In all the changes to ConTeXt, I had neglected to update my TeXShop settings. Many thanks for your help (and patience). Alan On Dec 2, 2009, at 12;24,37 , Otared Kavian wrote: On 2 déc. 2009, at 18:06, Bowen Alan C. wrote: Mocja— I can process files from

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Mojca Miklavec
On Tue, Dec 1, 2009 at 17:13, Bowen Alan C. wrote: Mocja— I see that I have two texexecs in my Minimals now: one in ConTeXtMinimals/tex/texmf-osx-intel/bin the other in ConTeXtMinimals/tex/texmf-osx-64/bin Which one is the right one? The second one. I should add that when my

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Mojca Miklavec
On Tue, Dec 1, 2009 at 22:09, Bowen Alan C. wrote: Hi, Otared, Thanks for the tip. The first problem is that ./first-setup.sh installs both files texmf-os-x and texmf-osx-intgel. texmf-osx-intel should not be installed at all. What happens if you delete it? Does it appear again? Also try to

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Thanks, Mojca. With .bash_profile now reading . /Applications/ConTeXtMinimals/tex/setuptex, I ran texexec --make --all successfully. But I still could not process a .tex file: the error message was This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009) \write18 enabled.

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Mojca Miklavec
On Wed, Dec 2, 2009 at 12:49, Bowen Alan C. wrote: Thanks, Mojca. With .bash_profile now reading . /Applications/ConTeXtMinimals/tex/setuptex, I ran texexec --make --all successfully. But I still could not process a .tex file: the error message was This is pdfTeX, Version 3.1415926-1.40.10

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca— texmf-osx-intel reappears when the minimals are updated removing status-of-update.lua did not make a difference (I am using MKII). I have not installed TeXLive. Alan On Dec 2, 2009, at 03;16,40 , Mojca Miklavec wrote: On Tue, Dec 1, 2009 at 22:09, Bowen Alan C. wrote: Hi, Otared,

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Mojca Miklavec
On Wed, Dec 2, 2009 at 12:59, Bowen Alan C. wrote: Mojca— texmf-osx-intel reappears when the minimals are updated If sysctl -n hw.cpu64bit_capable returns you 1 then it's quite possible that you are still using the old version of first-setup.sh. removing status-of-update.lua did not make

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
The outputs are: uname -m i386 echo $HOSTTYPE x86_64 sysctl -n hw.cpu64bit_capable 1 echo $PATH /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin ls /Applications/ConTeXtMinimals/tex/ mysetuptex

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca— I am running a version of first-setup.sh that was downloaded from the garden on November 28. Updating to the file available today makes no difference. Alan On Dec 2, 2009, at 07;04,16 , Mojca Miklavec wrote: On Wed, Dec 2, 2009 at 12:59, Bowen Alan C. wrote: Mojca—

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Mojca Miklavec
On Wed, Dec 2, 2009 at 13:07, Bowen Alan C. wrote: So I removed texmf-osx-intel from /ConTeXtMinimals/tex/. re-ran texexec --make --all. The error message is now texexec: Command not found. which texexec        /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texexec This calls for a

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Mojca— Let‘s go back to o square 1. I trashed my old minimals and completely reinstalled using the latest first.setup.sh. This did not work out of the box, so I ran chmod +x first-setup.sh and then ./first-setup.sh again The good news: • there is no texmf-osx-intel folder in

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C .
Mocja— I can process files from the command line. The problem seems to be with TeXShop (which I suspect needs some updating for Snow Leopard). Reinstalling TeXShop does not help. Alan On Dec 2, 2009, at 11;36,23 , Bowen Alan C. wrote: Mojca— Let‘s go back to o square 1. I trashed my old

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Otared Kavian
On 2 déc. 2009, at 18:06, Bowen Alan C. wrote: Mocja— I can process files from the command line. The problem seems to be with TeXShop (which I suspect needs some updating for Snow Leopard). Reinstalling TeXShop does not help. Alan Hi Alan, You have to add a .engine file to

Re: [NTG-context] latest beta and file mismatch problem

2009-12-02 Thread Bowen Alan C.
Thanks to Otared and Dick Koch, I now have MKII up and running again. The primary change in TeXshop involved setting the path in Preferences/Engine to /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin. for the MKII engine, Otared suggested #!/bin/bash source

[NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I have just installed the latest beta (minimals) and updated my .bash_profile (as advised) so that it now reads: . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin When I try to compile any file, I get: FatalError : Your format does not match

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Mojca Miklavec
On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote: I have just installed the latest beta (minimals) and updated my .bash_profile (as advised) so that it now reads: . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin Why the second argument? (It's

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Mocja— I see that I have two texexecs in my Minimals now: one in ConTeXtMinimals/tex/texmf-osx-intel/bin the other in ConTeXtMinimals/tex/texmf-osx-64/bin Which one is the right one? Alan On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote: On Tue, Dec 1, 2009 at 13:25, Bowen Alan C. wrote:

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C .
Mojca (at last!)— I see that I have two texexecs in my Minimals now: one in ConTeXtMinimals/tex/texmf-osx-intel/bin the other in ConTeXtMinimals/tex/texmf-osx-64/bin Which one is the right one? Alan On Dec 1, 2009, at 10;40,52 , Mojca Miklavec wrote: On Tue, Dec 1, 2009 at 13:25, Bowen Alan

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Arthur Reutenauer
Mojca (at last!)— I was also wondering when you would get her name right ;-) Arthur ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I am a lousy typist and she is very very patient. A. On Dec 1, 2009, at 11;17,04 , Arthur Reutenauer wrote: Mojca (at last!)— I was also wondering when you would get her name right ;-) Arthur ___ If

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I should add that when my .bash_profile has . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/ I cannot compile any file because of the mismatch between format and base files. If I change my .bash_profile to . /Applications/ConTeXtMinimals/tex/setuptex

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Hans Hagen
Bowen Alan C. wrote: I should add that when my .bash_profile has . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/ I cannot compile any file because of the mismatch between format and base files. If I change my .bash_profile to .

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Peter Münster
On Tue, Dec 01 2009, Bowen Alan C. wrote: I get the error message The argument /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin is not a valid TEXROOT path. (There is no file /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin/texmf/tex/plain/base/plain.tex) Hello Alan, You don't need

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Otared Kavian
I see that I have two texexecs in my Minimals now: one in ConTeXtMinimals/tex/texmf-osx-intel/bin the other in ConTeXtMinimals/tex/texmf-osx-64/bin Which one is the right one? only mojca knows ... did you use the latest version of teh installer script? Hi Alan, If you are running

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
I think so, Hans: I updated it over the weekend. Alan On Dec 1, 2009, at 15;26,12 , Hans Hagen wrote: Bowen Alan C. wrote: I should add that when my .bash_profile has . /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex/ I cannot compile any file because of the

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Hi, Otared, Thanks for the tip. The first problem is that ./first-setup.sh installs both files texmf-os-x and texmf-osx-intgel. The second is that I now get This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009) \write18 enabled.

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Bowen Alan C.
Thanks, Peter. I will assume for the moment that the question of my profile entry is separable from the problem in getting a file to compile. (The problem persists no matter what line I have in .bash-profile.) Alan On Dec 1, 2009, at 15;28,29 , Peter Münster wrote: On Tue, Dec 01 2009, Bowen

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Otared Kavian
On 1 déc. 2009, at 22:09, Bowen Alan C. wrote: Hi, Otared, Thanks for the tip. The first problem is that ./first-setup.sh installs both files texmf-os-x and texmf-osx-intgel. The second is that I now get This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009) \write18 enabled.

Re: [NTG-context] latest beta and file mismatch problem

2009-12-01 Thread Hans Hagen
Bowen Alan C. wrote: Hi, Otared, Thanks for the tip. The first problem is that ../first-setup.sh installs both files texmf-os-x and texmf-osx-intgel. The second is that I now get is there a startus file? if so, delete that one (or try a fresh minimals) the problem is that in order to figure

Re: [NTG-context] latest beta: trouble with font loading

2009-11-22 Thread Bernhard Rosensteiner
Hello all, thanks for help Li. It seems since the latest beta this name: is obligatory. However, now i get an error (see attachment). I think its the same error reported in [ntg-context] font-syn.lua error. keine otf fonts.log Description: Binary data keine otf fonts.tex Description: Binary

Re: [NTG-context] latest beta: trouble with font loading

2009-11-21 Thread Yanrui Li
2009/11/21 Yanrui Li liyanrui...@gmail.com: 2009/11/21 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: 2009/11/20 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: I did so and solved this problem. However I can not use Chinese OTF fonts such as 'AdobeSongStd-Light.otf', because luatex need very very

Re: [NTG-context] latest beta: trouble with font loading

2009-11-21 Thread Bernhard Rosensteiner
Hello all,i wrote an email last thursday but got no answer because of this:Your request to the ntg-context mailing listPosting of your message titled "fonts broken in recent ConTeXtmkiv...?"has been rejected by the list moderator. The moderator gave thefollowing reason for rejecting your

Re: [NTG-context] latest beta: trouble with font loading

2009-11-21 Thread Yanrui Li
2009/11/22 Bernhard Rosensteiner brosenstei...@gmail.com: Hello all, now i only have attached the .log and .tex (minimal example) files (first i attached the .otf font too). My problem with the otf font loading still exists (even after completely removing the old minimals and uptating via

[NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Thomas A. Schmitz
Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on my box: mtxrun --script fonts --list --pattern=*gentium*

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Taco Hoekwater
Thomas A. Schmitz wrote: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on my box: mtxrun --script

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Taco Hoekwater
Taco Hoekwater wrote: Thomas A. Schmitz wrote: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on my

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Wolfgang Schuster
Am 20.11.2009 um 11:45 schrieb Thomas A. Schmitz: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on my

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Yanrui Li
2009/11/20 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 20.11.2009 um 11:45 schrieb Thomas A. Schmitz: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet,

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Hans Hagen
Thomas A. Schmitz wrote: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on my box: mtxrun --script fonts

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Thomas A. Schmitz
On Nov 20, 2009, at 1:17 PM, Wolfgang Schuster wrote: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that triggers the error on

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Hans Hagen
Thomas A. Schmitz wrote: On Nov 20, 2009, at 1:17 PM, Wolfgang Schuster wrote: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal example yet, but here's a minimal command line that

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Hans Hagen
Yanrui Li wrote: 2009/11/20 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 20.11.2009 um 11:45 schrieb Thomas A. Schmitz: Hi Hans, all, the two latest betas have trouble loading fonts from my own typescripts. All errors point to the same line in font-syn.lua. I don't have a minimal

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Yanrui Li
2009/11/20 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: I did so and solved this problem. However I can not use Chinese OTF fonts such as 'AdobeSongStd-Light.otf', because luatex need very very large memory to load it in the stage of *enhancing* . This is a test file:

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Thomas A. Schmitz
On Nov 20, 2009, at 1:50 PM, Hans Hagen wrote: do you have a small test file? Not yet. It looks like it has something to do with font features, but I can't reproduce it with a minimal file yet (it occurs in a presentation with our simple-slides module). I'll try and see if I can find a

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Hans Hagen
Yanrui Li wrote: 2009/11/20 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: I did so and solved this problem. However I can not use Chinese OTF fonts such as 'AdobeSongStd-Light.otf', because luatex need very very large memory to load it in the stage of *enhancing* . This is a test file:

Re: [NTG-context] latest beta: trouble with font loading

2009-11-20 Thread Yanrui Li
2009/11/21 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: 2009/11/20 Hans Hagen pra...@wxs.nl: Yanrui Li wrote: I did so and solved this problem. However I can not use Chinese OTF fonts such as 'AdobeSongStd-Light.otf', because luatex need very very large memory to load it in the stage of

Re: [NTG-context] latest beta doesn't process my xml files

2009-10-20 Thread Hans Hagen
Thomas A. Schmitz wrote: Hi Hans, more serious: today's beta doesn't process my xml files. Too late today for a minimal example; maybe the error can give a clue: systems : end file vorlesung-mkiv at line 1 systems : begin file historiker at line 1 ! LuaTeX error no string to

Re: [NTG-context] latest beta doesn't process my xml files

2009-10-20 Thread Thomas A. Schmitz
On Oct 20, 2009, at 3:52 PM, Hans Hagen wrote: in lxml-ent.lua ... function xml.resolved_entity(str) local e = xml.entities[str] if e then local te = type(e) if te == function then e(str) elseif e then texsprint(ctxcatcodes,e) end

[NTG-context] latest beta doesn't process my xml files

2009-10-19 Thread Thomas A. Schmitz
Hi Hans, more serious: today's beta doesn't process my xml files. Too late today for a minimal example; maybe the error can give a clue: systems : end file vorlesung-mkiv at line 1 systems : begin file historiker at line 1 ! LuaTeX error no string to print stack traceback:

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Oliver Buerschaper
2. Where is OSFONTDIR set on mkiv? I specifically do NOT want my system fonts used by ConTeXt; everything I want to use with TeX is in one of my texmf trees. How can I prevent mkiv from taking the system paths into account? indeed, putting them in the tree is more robust (and controllable)

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Hans Hagen
Oliver Buerschaper wrote: 2. Where is OSFONTDIR set on mkiv? I specifically do NOT want my system fonts used by ConTeXt; everything I want to use with TeX is in one of my texmf trees. How can I prevent mkiv from taking the system paths into account? indeed, putting them in the tree is more

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Taco Hoekwater
Hi all, Hans Hagen wrote: currently only loading dfonts is implemented; the backend code in luatex has to be written yet (will happen soon) A note for the brave: as of a few minutes ago, the luatex source (trunk) in the supelec.fr repository is capable of handling dfont files in the backend

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Wolfgang Schuster
Am 14.08.2009 um 16:24 schrieb Taco Hoekwater: There will be a normal luatex beta sometime next week, but it would be nice if some of the Mac-enabled people that know how to compile luatex, could try to see if it really works 'in the wild'. The fonts are found $ mtxrun --script fonts --list

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Taco Hoekwater
Wolfgang Schuster wrote: but this \starttext {\definedfont[name:baskerville*default]Baskerville} \stoptext fails !LuaTeX error: writefont.c: The file (/Library/Fonts/Baskerville.dfont) does not contain font `Baskerville-2' That is a somewhat weird font name. Can you run the code

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-14 Thread Wolfgang Schuster
Am 14.08.2009 um 17:28 schrieb Taco Hoekwater: That is a somewhat weird font name. Can you run the code below to see that font name info it reports for that dfont file? I get the same message with Optima, American Typewriter and Futura. \starttext \ctxlua { print( table.serialize(

[NTG-context] latest beta has trouble loading fonts on OS X

2009-08-13 Thread Thomas A. Schmitz
Hi all, Hans, I have trouble using my own fonts with the latest beta on my OS X box. The problem appears to be that it is unable to create the database. When I run (on mtxrun --script fonts --list I get as the last lines of my output MTXrun | fontnames: globbing path

Re: [NTG-context] latest beta has trouble loading fonts on OS X

2009-08-13 Thread Hans Hagen
Thomas A. Schmitz wrote: Hi all, Hans, I have trouble using my own fonts with the latest beta on my OS X box. The problem appears to be that it is unable to create the database. When I run (on mtxrun --script fonts --list I get as the last lines of my output MTXrun | fontnames: globbing

Re: [NTG-context] Latest beta doesn't load modules

2009-08-08 Thread Thomas A. Schmitz
On Aug 7, 2009, at 11:05 PM, Thomas A. Schmitz wrote: On Aug 7, 2009, at 11:00 PM, Wolfgang Schuster wrote: can you make a example or test it first with a newer luatex because i have no problems with modules This is LuaTeX, Version beta-0.42.0-2009080712 ConTeXt ver: 2009.08.07 11:22

[NTG-context] Latest beta doesn't load modules

2009-08-07 Thread Thomas A. Schmitz
Hi Hans, the latest beta is unabel to load external modules. luatools knows where the module is: luatools t-simpleslides.tex /Users/tas/texmf/tex/context/third/simple-slides/t-simpleslides.tex And yet, it claims it's unable to find it (after saying it has loaded the module): system

Re: [NTG-context] Latest beta doesn't load modules

2009-08-07 Thread Wolfgang Schuster
Am 07.08.2009 um 22:49 schrieb Thomas A. Schmitz: the latest beta is unabel to load external modules. luatools knows where the module is: can you make a example or test it first with a newer luatex because i have no problems with modules This is LuaTeX, Version beta-0.42.0-2009080712

Re: [NTG-context] Latest beta doesn't load modules

2009-08-07 Thread Thomas A. Schmitz
On Aug 7, 2009, at 11:00 PM, Wolfgang Schuster wrote: can you make a example or test it first with a newer luatex because i have no problems with modules This is LuaTeX, Version beta-0.42.0-2009080712 ConTeXt ver: 2009.08.07 11:22 MKIV fmt: 2009.8.7 int: english/ english Oops, sorry

[NTG-context] Latest beta and MKII problem

2009-05-29 Thread Bowen Alan C.
The latest beta (ConTeXt ver: 2009.05.28 14:36 MKII fmt: 2009.5.28 int: english/english) no longer processes my files: all I get is complaints about an extra \else. That is, \definehead[LevelCHead][chapter] \setuphead[LevelCHead][style={\tf \it},alternative=text,number=no,page=no]

Re: [NTG-context] Latest beta and MKII problem

2009-05-29 Thread Hans Hagen
Bowen Alan C. wrote: The latest beta (ConTeXt ver: 2009.05.28 14:36 MKII fmt: 2009.5.28 int: english/english) no longer processes my files: all I get is complaints about an extra \else. That is, repaired (a file got lost; i'm reshuffling some files as part of the mkii/mkiv split) Hans

Re: [NTG-context] Latest beta and MKII problem

2009-05-29 Thread Bowen Alan C.
Thanks, Hans! Alan On May 29, 2009, at 09;50,46 , Hans Hagen wrote: Bowen Alan C. wrote: The latest beta (ConTeXt ver: 2009.05.28 14:36 MKII fmt: 2009.5.28 int: english/english) no longer processes my files: all I get is complaints about an extra \else. That is, repaired (a file got

[NTG-context] latest beta problem (minimals)

2009-05-29 Thread Bowen Alan C.
The installation process is interrupted by report I can't find file `core-dat.tex'. Alan ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] latest beta problem (minimals)

2009-05-29 Thread Hans Hagen
Bowen Alan C. wrote: The installation process is interrupted by report I can't find file `core-dat.tex'. i'll fix it; in contex.mkii remove the line that loads it - Hans Hagen | PRAGMA

<    1   2   3   >