[NTG-context] problem with t-filter/t-vim

2010-10-19 Thread Chen Shen
Hi Adityam, I am using the t-filter/t-vim module, and got stuck with two problems with it. 1. everything works fine if there is only one \definevimtyping declaration. However, if i declare two of them, as in the following: %%% \definevimtyping[PythonCode][syntax=python]

[NTG-context] itemize

2010-10-19 Thread Herbert Voss
An example from the documentation: \starttext \startitemize[1,packed] \head supported image formats in \PDFTEX \par \startitemize[a] \item png \item eps \item pdf \stopitemize \head non supported image formats in \PDFTEX \par \startitemize[continue] \item jpg \item

Re: [NTG-context] itemize

2010-10-19 Thread luigi scarso
2010/10/19 Herbert Voss herbert.v...@fu-berlin.de: An example from the documentation: \starttext \startitemize[1,packed] \head supported image formats in \PDFTEX \par      \startitemize[a]      \item png \item eps \item pdf      \stopitemize \head non supported image formats in \PDFTEX

Re: [NTG-context] itemize

2010-10-19 Thread Hans Hagen
On 19-10-2010 11:17, luigi scarso wrote: 2010/10/19 Herbert Vossherbert.v...@fu-berlin.de: An example from the documentation: \starttext \startitemize[1,packed] \head supported image formats in \PDFTEX \par \startitemize[a] \item png \item eps \item pdf \stopitemize \head

Re: [NTG-context] itemize

2010-10-19 Thread Herbert Voss
Am 19.10.2010 11:27, schrieb Hans Hagen: I get with mkIV (TeXLive2010) [...] systems : begin file .tex at line 3 ! Math error: parameter \Umathquad\displaystyle is not set. \mathematics ... #1\else \Ustartmath #1\Ustopmath \fi

Re: [NTG-context] itemize

2010-10-19 Thread Khaled Hosny
On Tue, Oct 19, 2010 at 11:27:35AM +0200, Hans Hagen wrote: On 19-10-2010 11:17, luigi scarso wrote: 2010/10/19 Herbert Vossherbert.v...@fu-berlin.de: An example from the documentation: \starttext \startitemize[1,packed] \head supported image formats in \PDFTEX \par

Re: [NTG-context] itemize

2010-10-19 Thread Herbert Voss
Am 19.10.2010 11:40, schrieb Khaled Hosny: systems : begin file .tex at line 3 ! Math error: parameter \Umathquad\displaystyle is not set. \mathematics ... #1\else \Ustartmath #1\Ustopmath \fi \dodosymbol ...bol \csname \??ss

Re: [NTG-context] entries in registerentry

2010-10-19 Thread Jano Kula
Hi Steffen, On 10/13/2010 07:23 PM, Steffen Wolfrum wrote: Hi, I don't understand the concept of entries in registerentry :o( Say, you have this example: \starttext \placeregister[index] \page page 1 \setregisterentry[index] [entries:1={eins}, entries:2={zwei}, entries:3={drei},

Re: [NTG-context] itemize

2010-10-19 Thread Herbert Voss
Am 19.10.2010 11:27, schrieb Hans Hagen: If I remember right this is a bug in the luatex version that ships with texlive. I updated from http://tlcontrib.metatex.org/2010 and now it is ok Herbert ___ If your

Re: [NTG-context] itemize

2010-10-19 Thread luigi scarso
2010/10/19 Herbert Voss herbert.v...@fu-berlin.de: Am 19.10.2010 11:27, schrieb Hans Hagen: If I remember right this is a bug in the luatex version that ships with texlive. I updated from http://tlcontrib.metatex.org/2010 and now it is ok hm, what does # context --version say ? -- luigi

Re: [NTG-context] itemize

2010-10-19 Thread luigi scarso
2010/10/19 Herbert Voss herbert.v...@fu-berlin.de: Am 19.10.2010 13:00, schrieb luigi scarso: 2010/10/19 Herbert Voss herbert.v...@fu-berlin.de: Am 19.10.2010 11:27, schrieb Hans Hagen: If I remember right this is a bug in the luatex version that ships with texlive. I updated from

Re: [NTG-context] itemize

2010-10-19 Thread Herbert Voss
Am 19.10.2010 12:50, schrieb Herbert Voss: Am 19.10.2010 11:27, schrieb Hans Hagen: If I remember right this is a bug in the luatex version that ships with texlive. I updated from http://tlcontrib.metatex.org/2010 and now it is ok But only for a moment ... :-( But now I know what

Re: [NTG-context] itemize

2010-10-19 Thread Taco Hoekwater
On 10/19/2010 02:01 PM, Herbert Voss wrote: Why can the setting of TEXINPUTS a problem for context? TEXINPUTS can *always* be a problem and really should not be used at all any more. It is a historical environment variable from the nineties, and it overrules just about every path in a modern

[NTG-context] Caption textcommand option

2010-10-19 Thread Cedric Mauclair
Hi Hans and all, Would it be possible to add an options to the captions with name textcommand to typeset the caption text only. In French, we use a point at the end of the captions, but if I want to use \about... somewhere, I end up with the dot too, which I don't want. Currently I have changed,

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Cedric Mauclair
Sorry, the message was not over. I was hilighting the interesting part : \def\DotAtEnd#1{#1.} \setupcaptions[\c!textcommand=\DotAtEnd] % ADDED \long\def\putcompletecaption#1#2% ... \begstrut\floatcaptionparameter\c!textcommand{#2}\endstrut\endgraf ... -- Cédric On Tue, Oct 19, 2010

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Wolfgang Schuster
Am 19.10.2010 um 14:24 schrieb Cedric Mauclair: Hi Hans and all, Would it be possible to add an options to the captions with name textcommand to typeset the caption text only. In French, we use a point at the end of the captions, but if I want to use \about... somewhere, I end up with the

Re: [NTG-context] What is the replacement for the 'stop_run' callback?

2010-10-19 Thread Tad Ashlock
On Sun, Oct 17, 2010 at 10:24, Hans Hagen pra...@wxs.nl wrote: On 17-10-2010 4:06, Tad Ashlock wrote: I'm trying to update a ConTeXt module of mine. It does some data gathering during the ConTeXt run, and then processes it after the run is complete. This used to work last year: local

Re: [NTG-context] problem with t-filter/t-vim

2010-10-19 Thread Aditya Mahajan
On Tue, 19 Oct 2010, Chen Shen wrote: I am using the t-filter/t-vim module, and got stuck with two problems with it. 1. everything works fine if there is only one \definevimtyping declaration. However, if i declare two of them, as in the following: %%%

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Cedric Mauclair
On Tue, Oct 19, 2010 at 14:46, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 19.10.2010 um 14:24 schrieb Cedric Mauclair: Hi Hans and all, Would it be possible to add an options to the captions with name textcommand to typeset the caption text only. In French, we use a point

[NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Robert Blackstone
Hello, I tried in vain to install the minimals on an old (2003) but still functional iBook G3, running under OSX 10.4.11. After having received some 4MB, I get the message: dyld: incompatible cpu-subtype plus a reference to line 103 of first-setup.sh. Does anybody on this list know what could be

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Arthur Reutenauer
Hello Robert, On Tue, Oct 19, 2010 at 06:27:44PM +0200, Robert Blackstone wrote: I tried in vain to install the minimals on an old (2003) but still functional iBook G3, running under OSX 10.4.11. After having received some 4MB, I get the message: dyld: incompatible cpu-subtype plus a

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Mojca Miklavec
On Tue, Oct 19, 2010 at 18:44, Arthur Reutenauer wrote:        Hello Robert, On Tue, Oct 19, 2010 at 06:27:44PM +0200, Robert Blackstone wrote: I tried in vain to install the minimals on an old (2003) but still functional iBook G3, running under OSX 10.4.11. After having received some 4MB, I

[NTG-context] amssymb

2010-10-19 Thread kosubek com
Dear Sirs, I have a problem with displaying some special characters from the AMS Symbol-fontset, e.g. \blacksquare, \blacktriangle, ... The symbols are displayed under MkII but not under MkIV. (MkII and MkIV-version: 2010.05.24) The symbols are defined in math-ent.lua, but how can I call this

[NTG-context] duplex, marking

2010-10-19 Thread kosubek com
Dear Sirs, I have trouble with \setuplayout[location=duplex] and \setuplayout[marking=color] (MkII-version: 2010.05.24 / MkIV-version: dito) A modified sample (from the ConTeXt-documentation cont-en.pdf, section 1.6) will show the problem: \setuppapersize[B5][A4]

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Wolfgang Schuster
Am 19.10.2010 um 16:55 schrieb Cedric Mauclair: Would it be possible to add an options to the captions with name textcommand to typeset the caption text only. In French, we use a point at the end of the captions, but if I want to use \about... somewhere, I end up with the dot too, which I

Re: [NTG-context] \setuphead

2010-10-19 Thread Hans Hagen
On 18-10-2010 10:12, Herbert Voss wrote: Am 18.10.2010 10:08, schrieb Thomas Schmitz: I want to know if the wiki text is outdated or not. However, I am looking for an example where deeptextcommand is really needed I happen to need deeptextcommand ... \definetype [boldtype] [style=\ttbf]

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Martin Schröder
2010/10/19 Mojca Miklavec mojca.miklavec.li...@gmail.com: allow cross-compilation for Tiger. And the number of Tiger users is not neglegible at all ... Maybe you should ask for donations to get a Tiger PPC build machine for the minimals? Best Martin

Re: [NTG-context] Caption textcommand option

2010-10-19 Thread Alan BRASLAU
On Tuesday 19 October 2010 20:15:37 Wolfgang Schuster wrote: but it’s possible to get the desired result also with a selector, e.g. example id=2 \defineselector[caption][max=2,n=2] \startsetups select:caption \setupselector[caption][n=1] \stopsetups

Re: [NTG-context] Missing cont-fil on minimals ?

2010-10-19 Thread Henning Hraban Ramm
Am 2010-10-18 um 20:31 schrieb Arthur Reutenauer: Thank you, got that (i.e. changed it in context.mkii and context.mkiv), but it's to be changed in the distribution It's already changed :-) I just tried to update and get the same problem. Greetlings from Lake Constance! Hraban ---

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Henning Hraban Ramm
I've still my old G3 iBook running 10.4.11 and could compile PPC binaries on that - but not very regularly, i.e. you would have to remind me if new binaries are needed, and it may last a few days, since the iBook is normally stowed away. I just try the compilation, I guess it'll need some

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Henning Hraban Ramm
Am 2010-10-19 um 22:35 schrieb Martin Schröder: 2010/10/19 Mojca Miklavec mojca.miklavec.li...@gmail.com: allow cross-compilation for Tiger. And the number of Tiger users is not neglegible at all ... Maybe you should ask for donations to get a Tiger PPC build machine for the minimals? I

Re: [NTG-context] Failure to Install minimals on iBook G3

2010-10-19 Thread Robert Blackstone
Thank you, Arthur and Mojca, for your quick and clear response. It is probably not worth bothering for this particular machine. I have access to the minimals on several other Macs (including a much older, not to say ancient PowerMac G4, also on Tiger). So I'm not particularly needy in this

Re: [NTG-context] Furigana

2010-10-19 Thread S Barmeier
Sorry to keep going on about this, but trying to load the project/environment with either of \project myproject \environment myenvironment in the component (directly after \startcomponent) gives me an error. It compiles fine without these commands, but then the \ruby command does not work. What