Re: [NTG-context] problem with beta for linux-64

2010-11-14 Thread Peter Münster
On Sun, Nov 14 2010, Mojca Miklavec wrote: > I don't understand why this happens. My only explanation is that Peter > might be using an older version of building script that forgot to set > the missing permissions. Since it works OK on other platforms. Strange, I do always: cd ~/minimals && svn

[NTG-context] column breaks and TABLE

2010-11-14 Thread Philipp Gesang
Hi all, with natural tables I can’t seem to get column breaks right. Example: ··8<· \setuppapersize[A5][A5] \definecolumnset[three][n=3] \starttext \startcolumnset[three] \dorecurse{5}{ \subject{Test nr. \recurselevel} Some paragra

Re: [NTG-context] XSL-FO to PDF?

2010-11-14 Thread Peter Davis
Hi, Renaud, In a nutshell, my use is a form of database publishing from two XML files. The first file is *like* XSL-FO, but also contains some namespaced constructs. This XML file is the page template ... it represents the layout, the static portions of the page, and the locations where va

[NTG-context] The visual counter module

2010-11-14 Thread Aditya Mahajan
Hi, This is to announce an alpha release of the visual counter module. See http://randomdeterminism.wordpress.com/2010/11/14/visualcounter-module/ for some examples, in particular http://randomdeterminism.files.wordpress.com/2010/11/theorem.pdf The idea is to display a counter visually, in t

Re: [NTG-context] XML pretty printer?

2010-11-14 Thread Renaud AUBIN
Hi folks, For imormation, I'm curently rewritting the pret-xml.lua file pointed on that list previously… So don't miss too much time to review! I'm using LPEG now and I hope to submit something operational last week for those interested… The result will be far better than the previous version… R

Re: [NTG-context] XSL-FO to PDF?

2010-11-14 Thread Renaud AUBIN
XSLT is fully adapted to XML/XML(fo or other target schema) since it was the design basis… My experience is: − good xslt is (relatively) easy to design as soon as you master the underlying data model − xsltproc is REALLY REALLY fast for xslt 1 processing − if you want something smarter, go for jav

Re: [NTG-context] problem with beta for linux-64

2010-11-14 Thread Mojca Miklavec
On Sun, Nov 14, 2010 at 18:27, Alan BRASLAU wrote: > On Sunday 14 November 2010 18:23:51 Vladimir Lomov wrote: >> >> P.S. To ensure that the same problem would not arise in future the >> 'update' and 'make' procedures should be splitted and between them 'chmod >> +x bin/texlua tex/texmf-linux-64/b

[NTG-context] Gnuplot module: Patching of Gnuplot binary still needed?

2010-11-14 Thread Paul Menzel
Dear ConTeXt folks, I read about the Gnuplot module [1] and I am wondering whether patching the Gnuplot binary is still necessary. Github is currently down and therefore cannot check if the code is included. But judging from gnuplot> help terminal […] Subtopics available

Re: [NTG-context] XSL-FO to PDF?

2010-11-14 Thread Peter Davis
On Sun, Nov 14, 2010 at 4:31 PM, Hans Hagen wrote: > On 13-11-2010 4:14, Peter Davis wrote: > >> >> On 11/13/10 6:03 AM, Renaud AUBIN wrote: >> >>> Uh ? Give FOP a try… http://xmlgraphics.apache.org/fop/1.0/index.html >>> Could you describe your target chain ? XML → FO → PDF ? >>> >> >> Actually,

Re: [NTG-context] XSL-FO to PDF?

2010-11-14 Thread Hans Hagen
On 13-11-2010 4:14, Peter Davis wrote: On 11/13/10 6:03 AM, Renaud AUBIN wrote: Uh ? Give FOP a try… http://xmlgraphics.apache.org/fop/1.0/index.html Could you describe your target chain ? XML → FO → PDF ? Actually, I could write some XSLT to convert the XSL-FO into TeX or ConTeXt. But I was

Re: [NTG-context] beta

2010-11-14 Thread Hans Hagen
On 13-11-2010 2:10, Li Yanrui (李延瑞) wrote: 2010/11/13 Hans Hagen: Hi, I uploaded a new beta (so the minimals will have it in about an hour): The line 169 and 171 in strc-mar.lua exist typo. The 'setting' should be 'settings'? ok, fixed in next beta

Re: [NTG-context] why nil argument

2010-11-14 Thread Khaled Hosny
hvdm.year = lpeg.R("12") * lpeg.R("09") * lpeg.R("09") * lpeg.R("09") > >> hvdm.date = lpeg.C(hvdm.year) * lpeg.C(hvdm.month) * lpeg.C(hvdm.day) * > >> -1 / "%3-%2-%1" > >> \stopluacode > >> \def\FormatDat

Re: [NTG-context] why nil argument

2010-11-14 Thread Hans van der Meer
hvdm.year) * lpeg.C(hvdm.month) * lpeg.C(hvdm.day) * >> -1 / "%3-%2-%1" >> \stopluacode >> \def\FormatDate#1{\ctxlua{tex.print(tostring(hvdm.date:match(#1)))}} >> >> Calling \FormatDate(1) is OK although it returns "nil" (correct would be #1

Re: [NTG-context] why nil argument

2010-11-14 Thread Khaled Hosny
g.P("11") + > lpeg.P("12") > hvdm.year = lpeg.R("12") * lpeg.R("09") * lpeg.R("09") * lpeg.R("09") > hvdm.date = lpeg.C(hvdm.year) * lpeg.C(hvdm.month) * lpeg.C(hvdm.day) * > -1 / "%3-%2-%1" > \stopluacod

[NTG-context] why nil argument

2010-11-14 Thread Hans van der Meer
ot;) * lpeg.R("09") * lpeg.R("09") hvdm.date = lpeg.C(hvdm.year) * lpeg.C(hvdm.month) * lpeg.C(hvdm.day) * -1 / "%3-%2-%1" \stopluacode \def\FormatDate#1{\ctxlua{tex.print(tostring(hvdm.date:match(#1)))}} Calling \FormatDate(1) is OK although it returns "ni

Re: [NTG-context] problem with beta for linux-64

2010-11-14 Thread Alan BRASLAU
On Sunday 14 November 2010 18:23:51 Vladimir Lomov wrote: > > P.S. To ensure that the same problem would not arise in future the > 'update' and 'make' procedures should be splitted and between them 'chmod > +x bin/texlua tex/texmf-linux-64/bin/luatex' (texmf-$platform) is > inserted. > Better ye

[NTG-context] problem with beta for linux-64

2010-11-14 Thread Vladimir Lomov
Hi. ** Aditya Mahajan [2010-11-13 21:11:31 -0500]: > On Sat, 13 Nov 2010, Erik Margraf wrote: > >>I get the following error message while running first-setup.sh: >> >>! I can't find file `catc-ini.mkiv'. >> >> \relax >>l.42 \loadmarkfile{catc-ini} >>--- >> >>S

Re: [NTG-context] Commutative Diagrams

2010-11-14 Thread Emanuele Sacco
I use the TikZ module. http://www.felixl.de/commu.pdf Bye Emanuele 2010/11/14 John Culleton : > On Sunday 14 November 2010 07:03:31 Martin 'golodhrim' Scholz wrote: >> Hi List, >> >>    I'm looking for a good way to set mathmatical commutative >> Diagrams in ConTeXt, has anybody of you advices

Re: [NTG-context] Animations (again, but different)

2010-11-14 Thread Erik Margraf
Hi, with context version 2010.11.12 18:22, I get much better results now. Thanks! I guess, I now have a first feeling about these things. kind regards Erik 2010/11/11 Erik Margraf > Thank's for your example! But I'm sorry to say, I didn't get it. > When I run context on it, it results in a 2x2

Re: [NTG-context] beta

2010-11-14 Thread Erik Margraf
Thanks! Seems, that this was the (same) reason. I think I have now working minimals 2010.11.12 18:22 Kind regards Erik 2010/11/14 Aditya Mahajan > On Sat, 13 Nov 2010, Erik Margraf wrote: > > I get the following error message while running first-setup.sh: >> >> ! I can't find fil

[NTG-context] Croatian translation of core-mis.mki[iv] and m-units.tex

2010-11-14 Thread Vedran Miletić
Hi, I translated the strings in core-mis.mki[iv] and m-units.tex to Croatian. Updated files are here: http://www.inf.uniri.hr/~vmiletic/context/core-mis.mkii http://www.inf.uniri.hr/~vmiletic/context/core-mis.mkiv http://www.inf.uniri.hr/~vmiletic/context/m-units.tex There are many more strings

Re: [NTG-context] Commutative Diagrams

2010-11-14 Thread John Culleton
On Sunday 14 November 2010 07:03:31 Martin 'golodhrim' Scholz wrote: > Hi List, > >I'm looking for a good way to set mathmatical commutative > Diagrams in ConTeXt, has anybody of you advices what would be a > native/good way to do so? > > Thanks The eplain macro set does commutative diagrams.

[NTG-context] Different fontsizes via simplefonts

2010-11-14 Thread Daniel Grycman
Hi lists, I'm searching for a possibility to create different fontsizes for chapters, section etc. using simplefonts. Any ideas? Daniel ___ If your question is of interest to others as well, please add an entry

[NTG-context] Commutative Diagrams

2010-11-14 Thread Martin 'golodhrim' Scholz
Hi List, I'm looking for a good way to set mathmatical commutative Diagrams in ConTeXt, has anybody of you advices what would be a native/good way to do so? Thanks -- Martin 'golodhrim' Scholz Auf dem Sattler 4 34516 Ederbringhausen Germany Phone: +49 6454 799623 mobile: +49 176 6330174