[NTG-context] Tagged PDF

2013-08-14 Thread D. K.
Hi everyone, in my quest to generate tagged pdf's that meet nowaday's accessibility requirements (it seems to me that tags are the major hurdle when using tex), I came around context. There is a very interesting article on how to generate tagged pdf's with context mkiv. http://www.tug.org/TUGboat

[NTG-context] [PATCH] chart-line-bug-fix.patch

2013-08-14 Thread 邱红文
The following patch(pasted below and also attached as an attachment) fixes the bug that \setupFLOWlines[rulethickness=whatever] have no effects: --- m-chart.lua.orig2013-03-12 09:22:42.0 +0800 +++ m-chart.lua 2013-08-15 10:52:08.617268698 +0800 @@ -499,7 +499,7 @@ l

[NTG-context] Trouble with editors on Mac

2013-08-14 Thread Mari Voipio
Hi! I updated my ConTeXt installation today and now it refuses to work with TextMate and TeXworks. When I use the typesetting command on either editor, I get the error message mtxrun | unknown script 'context.lua' or 'mtx-context.lua' The weird thing is that my ConTeXt standalone insta

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Aditya Mahajan
On Wed, 14 Aug 2013, Pau wrote: sorry for these newbie questions... but how to enable write18? See the wiki. http://wiki.contextgarden.net/write18 Why a document that used to compile perfectly over many years cannot be compiled now, if nothing was changed? MkII has been frozen for couple

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Pau
sorry for these newbie questions... but how to enable write18? context failed to compile it... I am out of luck, seemingly... Is this to be envisaged as a regression? Why a document that used to compile perfectly over many years cannot be compiled now, if nothing was changed? Thanks for all of

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Aditya Mahajan
On 2013-08-14, at 1:04 PM, Pau wrote: > adding that makes the circle, yes > > That works out also for my presentation, but it takes ~10 minutes for > texexec to create the pdf... That actually depends on the number of metapost runs needed to create all the random frames. You might get some sip

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Pau
adding that makes the circle, yes That works out also for my presentation, but it takes ~10 minutes for texexec to create the pdf... How can I run the old slides through mkiv? Thanks again... On Wed, Aug 14, 2013 at 9:54 AM, Aditya Mahajan wrote: > On Wed, 14 Aug 2013, Pau wrote: > >> Hi, >>

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Henning Hraban Ramm
Am 2013-08-14 um 21:00 schrieb Hans Hagen : >>for ts in io.lines(string.gsub(name, '%.pdf$', '-systems.count')) do >> syco = ts*1 >>end > > well, you probably were lucky before: string.gsub returns multiple values so > io.lines get a second argument that limits the length of what ge

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Aditya Mahajan
On Wed, 14 Aug 2013, Pau wrote: Hi, thanks for your patience... No, it does not work. I just get a blank page with a "1" on it, but no circle. I ran texexec example.tex on texlive 2013. This is very bad. I am giving a talk tomorrow and I was hoping on recycling some slides from a former talk

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Pau
Hi, thanks for your patience... No, it does not work. I just get a blank page with a "1" on it, but no circle. I ran texexec example.tex on texlive 2013. This is very bad. I am giving a talk tomorrow and I was hoping on recycling some slides from a former talk, and it seems I am stuck! Thanks.

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Hans Hagen
On 8/14/2013 5:00 PM, Hans Hagen wrote: On 8/14/2013 4:43 PM, Henning Hraban Ramm wrote: Am 2013-08-14 um 20:15 schrieb Wolfgang Schuster : Current beta MkIV seems to have a bug in the Lua function io.lines: btw, it's a lua issue, not related to luatex ... local myfile = "myfile.txt" for

Re: [NTG-context] Undefined \continueifinputfile on presentation

2013-08-14 Thread Aditya Mahajan
On Tue, 13 Aug 2013, Pau wrote: Hi, something very strange is going on... when I set \runMPgraphicstrue on top, texexec seems to enter an long process and takes ~10 minutes to produce a pdf: Why is that?? I don't know. It has been more than five years since I used MkII. Does a minimal file

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Hans Hagen
On 8/14/2013 4:43 PM, Henning Hraban Ramm wrote: Am 2013-08-14 um 20:15 schrieb Wolfgang Schuster : Current beta MkIV seems to have a bug in the Lua function io.lines: for myline in io.lines(myfile) do logs.report(myline) end "myfile" just contains one line with a number, without return/newl

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Henning Hraban Ramm
Am 2013-08-14 um 20:15 schrieb Wolfgang Schuster : >> Current beta MkIV seems to have a bug in the Lua function io.lines: >> >> for myline in io.lines(myfile) do >> logs.report(myline) >> end >> >> "myfile" just contains one line with a number, without return/newline. >> If the number has more

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Henning Hraban Ramm
Am 2013-08-14 um 20:15 schrieb Hans Hagen : > looks ok here, btw it's > > logs.report("some tag",myline) Thanks, didn't realize since logs.reportt("everything") always worked ;-) Greetlings, Hraban ___ If your

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Wolfgang Schuster
Am 14.08.2013 um 16:05 schrieb Henning Hraban Ramm : > Hi, after a long time I'm playing with ConTeXt again… > > Current beta MkIV seems to have a bug in the Lua function io.lines: > > for myline in io.lines(myfile) do > logs.report(myline) > end > > "myfile" just contains one line with a num

Re: [NTG-context] problem with lua io.lines

2013-08-14 Thread Hans Hagen
On 8/14/2013 4:05 PM, Henning Hraban Ramm wrote: Hi, after a long time I'm playing with ConTeXt again… Current beta MkIV seems to have a bug in the Lua function io.lines: for myline in io.lines(myfile) do logs.report(myline) end "myfile" just contains one line with a number, without return/

[NTG-context] problem with lua io.lines

2013-08-14 Thread Henning Hraban Ramm
Hi, after a long time I'm playing with ConTeXt again… Current beta MkIV seems to have a bug in the Lua function io.lines: for myline in io.lines(myfile) do logs.report(myline) end "myfile" just contains one line with a number, without return/newline. If the number has more than one digit, I ge