Re: [NTG-context] Is there a way to split TABLE and TABLE caption for longtables

2010-12-16 Thread Wolfgang Schuster
Am 14.12.2010 um 10:00 schrieb barney schwartz: Group, Hans. Wolfgang, Help PLEASE I have numerous loong tables to publish. attached find minimal example. I need these tables to mimic \longtables LaTeX package. I got a recode from Wolfgang using the TABLE module which works well

[NTG-context] listalternative “d” and \[ start|stop]narrower

2010-12-16 Thread Philipp Gesang
Hi all, is it possible somehow (in mkiv) to setup the list alternative “d” to resemble this example from the source (works in mkii, slightly shortened) with narrower to the left and the right? ···8 %\setupinteraction[state=start]

Re: [NTG-context] listalternative “d” and \[ start|stop]narrower

2010-12-16 Thread Wolfgang Schuster
Am 16.12.2010 um 13:17 schrieb Philipp Gesang: Hi all, is it possible somehow (in mkiv) to setup the list alternative “d” to resemble this example from the source (works in mkii, slightly shortened) with narrower to the left and the right?

Re: [NTG-context] listalternative “d” and \[ start|stop]narrower

2010-12-16 Thread Philipp Gesang
On 2010-12-16 13:24:27, Wolfgang Schuster wrote: Am 16.12.2010 um 13:17 schrieb Philipp Gesang: Hi all, is it possible somehow (in mkiv) to setup the list alternative “d” to resemble this example from the source (works in mkii, slightly shortened) with narrower to the left and the

Re: [NTG-context] \par in end of define fails

2010-12-16 Thread Mojca Miklavec
On Thu, Dec 16, 2010 at 05:58, Aditya Mahajan wrote: On Thu, 16 Dec 2010, Jonas Stein wrote: \define[1]\myoneliner{#1 \par } raises an error. (Untested) \define[1]\myoneliner{#1 \endgraf} This is also nicely covered in TeXBook. Alternatively \long\def might work. Mojca

[NTG-context] Typescript struggles

2010-12-16 Thread Willi Egger
Hi all, what is wrong with the following typescript file? - Sorry the font's name is Nothing.otf \starttypescript [handwriting] [nothing] \definefontsynonym [Nothing-Regular][file:Nothing] \stoptypescript \starttypescript [handwriting] [nothing] [name] \definefontsynonym [Handwriting]

[NTG-context] Wiki: Bug: cmd/foo/cmd does not link to foo-reference

2010-12-16 Thread Jonas Stein
cmdfoo/cmd creates a javascript link that opens a new small window with the reference list inside. It would be nice, if it would open the corresponding page. like http://wiki.contextgarden.net/Reference/en/foo is that possible? kind regards, -- Jonas Stein n...@jonasstein.de

Re: [NTG-context] \par in end of define fails

2010-12-16 Thread Jonas Stein
\define[1]\myoneliner{#1 \par } raises an error. \define[1]\myoneliner{#1 \endgraf} works fine. Thank you! This is also nicely covered in TeXBook. Alternatively \long\def might work. \long\define[1]\myoneliner{#1 \par } fails too kind regards, -- Jonas Stein n...@jonasstein.de

Re: [NTG-context] \par in end of define fails

2010-12-16 Thread Vedran Miletić
2010/12/16 Jonas Stein n...@jonasstein.de \define[1]\myoneliner{#1 \par } raises an error. \define[1]\myoneliner{#1 \endgraf} works fine. Thank you! This is also nicely covered in TeXBook. Alternatively \long\def might work. \long\define[1]\myoneliner{#1 \par } fails too

[NTG-context] 4000 pages limit?

2010-12-16 Thread Marco Pessotto
Hello there. Yesterday I was trying to typeset a very, very long document (about 3000 pages in A4). Well, mkiv died with a PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) It's easily reproducible with a simple \starttext \dorecurse{5}{ \input knuth }

Re: [NTG-context] 4000 pages limit?

2010-12-16 Thread luigi scarso
On Thu, Dec 16, 2010 at 8:12 PM, Marco Pessotto melmo...@gmail.com wrote: Hello there. Yesterday I was trying to typeset a very, very long document (about 3000 pages in A4). Well, mkiv died with a PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) It's

[NTG-context] Bug against minimals

2010-12-16 Thread Xan
Hi, With latest stable minimals version I don't get correct output of the metapost article (I attach it) But with the texlive package with ubuntu 8.04 (and only with 8.04; with 10.10 I have the same problem), it works. I think it's a bug Thanks, Xan. PS: Please Ccme % Choose a font

Re: [NTG-context] \par in end of define fails

2010-12-16 Thread Wolfgang Schuster
Am 16.12.2010 um 18:28 schrieb Vedran Miletić: 2010/12/16 Jonas Stein n...@jonasstein.de \define[1]\myoneliner{#1 \par } raises an error. \define[1]\myoneliner{#1 \endgraf} works fine. Thank you! This is also nicely covered in TeXBook. Alternatively \long\def might work.

Re: [NTG-context] Marginal line numbers

2010-12-16 Thread Jon Crump
Thomas, et alia. Thanks so very much! I now have this: \startluacode function filter(s) if math.mod(s,5) == 0 then context.color( { darkred }, s ) end end \stopluacode \define[1]\MyNumber% {\ctxlua{filter(#1)}\endgraf} \startxmlsetups xml:lb

Re: [NTG-context] Wiki: Bug: cmd/foo/cmd does not link to foo-reference

2010-12-16 Thread Patrick Gundlach
Am 16.12.2010 um 16:35 schrieb Jonas Stein: cmdfoo/cmd creates a javascript link that opens a new small window with the reference list inside. It would be nice, if it would open the corresponding page. like http://wiki.contextgarden.net/Reference/en/foo is that possible? I'll have

Re: [NTG-context] Marginal line numbers

2010-12-16 Thread Wolfgang Schuster
Am 16.12.2010 um 22:28 schrieb Jon Crump: In python-speak I'd interpret context.color() as a method call on a module 'context'. Could you, or anyone, direct me to any documentation for this module and a list of the properties and methods that it supports?

Re: [NTG-context] 4000 pages limit?

2010-12-16 Thread Jonas Stein
Yesterday I was trying to typeset a very, very long document (about 3000 pages in A4). Well, mkiv died with a PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) It's easily reproducible with a simple \starttext \dorecurse{5}{ \input knuth } Once

[NTG-context] where is the source repository?

2010-12-16 Thread Jonas Stein
in the wiki are many different links to the source repository. Most of them look strange, so there is one wich dates on 2010-MAR What is the repository you are working with? Somewhere i read about switching to git. Do you use git already? Kind Regards, -- Jonas Stein n...@jonasstein.de

Re: [NTG-context] Which way to type greek letters in synonym list?

2010-12-16 Thread Jonas Stein
\abbreviation[ALPHA]{α}{Angle of something} \setupbodyfont[termes] \starttext \ALPHA \stoptext a copy is here now: http://wiki.contextgarden.net/Reference/en/definesynonyms#Hint -- Jonas Stein n...@jonasstein.de

Re: [NTG-context] Three column nomenclature settings?

2010-12-16 Thread Jonas Stein
But I want a three-column nomenclature list. The first column is the synonym, the second is the meaning, the third is the si-unit of it, if the synonym has an unit. Like you could use \define[3]\mynomenclature{...} http://wiki.contextgarden.net/Reference/en/define -- Jonas Stein

[NTG-context] FR: Wiki: Button to include code area

2010-12-16 Thread Jonas Stein
My Featurerequest for the Wiki: in some wikis its possible to enhance the buttons in the edit window with own tags. I would suggest to add context source=yes $text /context that should work like the link button that creates [[$text]] That would be fantastic! Thank you. -- Jonas Stein

Re: [NTG-context] how to insert a imagefile like a letter?

2010-12-16 Thread Jonas Stein
Why do you need a command, symbols are the perfect tool for this and with a symbol you can even do this: i'd like to renew this document: http://jonasstein.de/lib/exe/fetch.php?id=downloadcache=cachemedia=signaltabelle.pdf the tex-code would be more readable if i could write \bell\ \bell\

Re: [NTG-context] 4000 pages limit?

2010-12-16 Thread luigi scarso
On Fri, Dec 17, 2010 at 12:04 AM, Jonas Stein n...@jonasstein.de wrote: Yesterday I was trying to typeset a very, very long document (about 3000 pages in A4). Well, mkiv died with a PANIC: unprotected error in call to Lua API (stack overflow (out of stack space)) It's easily reproducible