Re: [NTG-context] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Vedran Miletić
2010/8/1 Paul Dostert : > Worked... although I need to know why :-) > > What didn't work when I just installed the minimals, and what did > luatools --generate and context --make do? > > Thank you! > http://wiki.contextgarden.net/Running_Mark_IV Regards, -- Vedran Miletić __

Re: [NTG-context] CSV parser do not processed macro.

2010-08-01 Thread Arthur Reutenauer
> to solve my problem I need to find why my function ParseCSVdata > incorrectly parses strings stored in a macro. You can work around the problem by defining a Lua function that calls the macro: \def\parse#1{\directlua{pars("#1")}} You can then either call it directly: \pa

Re: [NTG-context] new current

2010-08-01 Thread taco
Patrick Gundlach wrote: * Experimental support for keeping links in included pdfs \externalfigure[file.pdf][page=1,interaction=yes] Is this done with the new luatex epdf library? Yes. Best wishes, Taco ___ If

Re: [NTG-context] new current

2010-08-01 Thread Patrick Gundlach
>* Experimental support for keeping links in included pdfs > \externalfigure[file.pdf][page=1,interaction=yes] Is this done with the new luatex epdf library? Patrick ___ If your question is of interest to others

Re: [NTG-context] new current

2010-08-01 Thread Taco Hoekwater
On 07/30/2010 10:45 AM, Hans Hagen wrote: Hi, I uploaded a current release that matches luatex 0.61 beta (released a few days ago). The release notes will follow. A more precise list of new (mkiv) features: * Tagged pdf generation. * Experimental support for keeping links in included

Re: [NTG-context] Expansion of TeX macros inside the Lua function

2010-08-01 Thread Jaroslav Hajtmar
Thanx very much to Hans. I see that you understood what I meant. I expected something like this probably will not do. I'll try to experiment according to your advice. You ask why do I need? It is hard for me to explain in English why I need it. Only shortly: I prepared a series of Lua functio

Re: [NTG-context] part problems

2010-08-01 Thread Hans Hagen
On 1-8-2010 10:20, Alan BRASLAU wrote: On Saturday 31 July 2010 11:20:38 Hans Hagen wrote: On 31-7-2010 1:08, Alan BRASLAU wrote: Using parts is not as simple as it seems and is still somewhat problematic, or maybe I, too, am unable to read the source. parts are just like chapters and sectio

Re: [NTG-context] Expansion of TeX macros inside the Lua function

2010-08-01 Thread Hans Hagen
On 1-8-2010 11:45, Jaroslav Hajtmar wrote: \ctxlua{pars('\printaction')} \blank[big] Example 3) The third example of my most interesting. Function parameter in example is a TeX macro \backslash printaction which not expanded, respectively expanded only when I printing it to TeX. Parameter of

Re: [NTG-context] Placing footnotes in right margin en bloc at bottom of page

2010-08-01 Thread Elias Oltmanns
Wolfgang Schuster wrote: > Am 29.07.10 15:33, schrieb Elias Oltmanns: >> Wolfgang Schuster wrote: > >> [...] >>> This is easy: >>> >>> \setupnote[footnote][location=text] >>> >>> \setuptexttexts[margin][][{\framed[frame=off,offset=none,align=low,height=\textheight,width=broad]{\placenotes[footno

Re: [NTG-context] tex in context

2010-08-01 Thread R. Bastian
On Sun, 01 Aug 2010 14:59:39 +0200 Wolfgang Schuster scribit: > Am 01.08.10 14:00, schrieb R. Bastian: > > Hello, > > > > is there a way to insert plain tex code in context source ? > Most of the plain TeX commands work in ConTeXt out of the box but > ConTeXt’s own commands and environments are

Re: [NTG-context] CLD Documents

2010-08-01 Thread Wolfgang Schuster
Am 01.08.10 15:24, schrieb Martin 'golodhrim' Scholz: Hi Hans, I like the way how one can write ConTeXt-Lua-Documents, works really good, but I tried to load a module but there seems to be no solution for this included. Is there a way to include this in a CLD-Document? context.usemodule({"..."

[NTG-context] CLD Documents

2010-08-01 Thread Martin 'golodhrim' Scholz
Hi Hans, I like the way how one can write ConTeXt-Lua-Documents, works really good, but I tried to load a module but there seems to be no solution for this included. Is there a way to include this in a CLD-Document? Thanks -- --- Martin 'golodhrim' Scholz Auf dem Sattler 4 34516 Ederbringhause

Re: [NTG-context] tex in context

2010-08-01 Thread Wolfgang Schuster
Am 01.08.10 14:00, schrieb R. Bastian: Hello, is there a way to insert plain tex code in context source ? Most of the plain TeX commands work in ConTeXt out of the box but ConTeXt’s own commands and environments are recommended. I converted the font you want to use into type1 format (http://

Re: [NTG-context] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Paul Dostert
Worked... although I need to know why :-) What didn't work when I just installed the minimals, and what did luatools --generate and context --make do? Thank you! 2010/8/1 Vedran Miletić : > 2010/8/1 Paul Dostert : >> I installed context via: >> >> - Download of context-setup-mswin.zip >> - unzip

[NTG-context] tex in context

2010-08-01 Thread R. Bastian
Hello, is there a way to insert plain tex code in context source ? example: \startTEX \font\ttbold=cmbtt10 at 12pt {\ttbold texte monospace en gras} ... \stopTEX -- René Bastian www.pythoneon.org ___ If yo

Re: [NTG-context] Passing info from MetaPost to TeX

2010-08-01 Thread Oliver Buerschaper
> ... because adjusting the bounding box fails once the figure grows a bit > larger. Just use > > u := 3StrutHeight; > > in the code above and you'll see the effect. I forgot to say you need to add some text above and below the displayed formula... then you'll see some awkward vertical spacing

Re: [NTG-context] Passing info from MetaPost to TeX

2010-08-01 Thread Taco Hoekwater
On 08/01/2010 12:16 PM, Oliver Buerschaper wrote: Hi Taco, Well, you could create a temporary file from withing the metapost graphic, then read that file back on the TeX side, and then shift the image vertically based on the info from that. Could you give me a hint on how to parse such an aux

Re: [NTG-context] Passing info from MetaPost to TeX

2010-08-01 Thread Oliver Buerschaper
Hi Taco, > Well, you could create a temporary file from withing the metapost > graphic, then read that file back on the TeX side, and then shift > the image vertically based on the info from that. Could you give me a hint on how to parse such an auxiliary file in TeX? I've never done any sort of

[NTG-context] Expansion of TeX macros inside the Lua function

2010-08-01 Thread Jaroslav Hajtmar
I came across an interesting issue (for me), which is probably the beginner, but accompanied me for a long time. The problem is probably that I do not understand very well the principles of operation LuaTeX and while I want to do more complex things. I think many beginners will love it when so

Re: [NTG-context] part problems

2010-08-01 Thread Alan BRASLAU
On Saturday 31 July 2010 11:20:38 Hans Hagen wrote: > On 31-7-2010 1:08, Alan BRASLAU wrote: > > > > Using parts is not as simple as it seems and is still somewhat > > problematic, or maybe I, too, am unable to read the source. > > parts are just like chapters and sections; the defaults are just

Re: [NTG-context] MTXrun | error, no format found with name: cont-en, aborting

2010-08-01 Thread Vedran Miletić
2010/8/1 Paul Dostert : > I installed context via: > > - Download of context-setup-mswin.zip > - unzip to c:\context > - run of first-setup.bat (with no args, and same happens with > --context=current) > - After running, I go to the tex/ directory and run the setuptex.bat Try doing: luatools --g