Re: [NTG-context] scancsv.lua

2010-09-26 Thread Daniel Grycman
Hello Jaroslav, everything works fine :-). Daniel On 27.09.10 00:18, "Jaroslav Hajtmar" wrote: >Hello Daniel. > >Malfunction your code was caused by two things: > >1. CSV file contains TeX problematic characters (eg underscore_ which is >used only in math mode) - should therefore be set catcod

Re: [NTG-context] scancsv.lua

2010-09-26 Thread Jaroslav Hajtmar
Hello Daniel. Malfunction your code was caused by two things: 1. CSV file contains TeX problematic characters (eg underscore_ which is used only in math mode) - should therefore be set catcodes. Correction is for example here: \def\lineaction{ \catcode`\_=12 \catcode`\%=12 \catcode`\&=12 \cat

[NTG-context] urgent help needed (registers)

2010-09-26 Thread Steffen Wolfrum
Hi, I need to shape a index register as shown in this sample page: http://werksatz.com/attachments/index_sample.pdf -> the entries should be like \hangafter=1\hangindent=10pt\parindent0pt -> also the subentries (like in itemize: the "-" stands out) -> and the indicator should be the first charact

[NTG-context] HowUgly setupregister

2010-09-26 Thread Steffen Wolfrum
Hi, in MkII I used for formatting the index-register a command=\HowUgly \def\HowUgly#1{\doHowUgly#1\relax} \def\doHowUgly#1#2\relax{\iffirstregisterentry{\crlf \crlf $\backslash$blank[biggerblank]$\backslash$hangIndex$\{\backslash$bf #1$\}$}#2\else#1#2\fi} In MkIV there is no \iffirstregi

Re: [NTG-context] scancsv.lua

2010-09-26 Thread Jaroslav Hajtmar
Hello Daniel. Send me your source code (or minimal example which has an error) and CSV file too (or minimal example ...if it possible)... I try to find out where the problem is Jaroslav Dne 26.9.2010 22:31, Daniel Grycman napsal(a): Hi all, I use the sancsv.lua libray by Jaroslav Hajtmar

[NTG-context] scancsv.lua

2010-09-26 Thread Daniel Grycman
Hi all, I use the sancsv.lua libray by Jaroslav Hajtmar for the typesetting of a study guide at the German Department at Ruhr-University. By reading the data of csv-eile Textmate canceled with the following messages. The csv-file has utf-8 encoding. MTXrun | run 1: luatex --fmt="/Users/grycman/Li

[NTG-context] Tagged register

2010-09-26 Thread Steffen Wolfrum
Hi, up to now one can use either collapsed registeres ... \placeregister[index][compress=yes] or tagged PDF ... \setupstructure[state=start] Otherwise there is an error (see below). Couldn't we also have both, or is this impossible by the logic of structure? (I have to admit, I never saw the

Re: [NTG-context] compound titles, lists and headers

2010-09-26 Thread Tomas Bures
Thank you Wolfgang and all, this was exactly what I needed. One more thing. I would like to add a date to every chapter in TOC. I do it this way: \define[1]\ChapterListTextCommand{% #1\hskip 1.5em \hbox{ \doiftextelse{\structurelistuservariable{date}{(\structurelistuservariable{datum})}{} } }

Re: [NTG-context] MKIV/MKII Survey

2010-09-26 Thread Vedran Miletić
2010/9/26 Mojca Miklavec : > (was: Info about creating modules for beginners.) > > On Sun, Sep 26, 2010 at 19:51, Peter Münster wrote: >> >> Hello, >> >> It would be interesting, to know how many people actually use mkii. >> Perhaps a survey on the wiki...? > > I would be interested in that as well

[NTG-context] MKIV/MKII Survey

2010-09-26 Thread Mojca Miklavec
(was: Info about creating modules for beginners.) On Sun, Sep 26, 2010 at 19:51, Peter Münster wrote: > > Hello, > > It would be interesting, to know how many people actually use mkii. > Perhaps a survey on the wiki...? I would be interested in that as well. However, a very relevant question woul

Re: [NTG-context] Info about creating modules for beginners.

2010-09-26 Thread Peter Münster
On Sun, Sep 26 2010, Aditya Mahajan wrote: > > You are essentially maintaining two modules, one for mkii and one for mkiv. > At least for the filter module, I would like to maintain only one module. The > current version has manual parameter handling. Some of which can be automated > using \instal

Re: [NTG-context] compound titles, lists and headers

2010-09-26 Thread Wolfgang Schuster
Am 26.09.2010 um 17:54 schrieb Tomas Bures: > Dear all, > > I found this useful, but still I'm wondering, how shall I extend the > \KomplexTitel to put current chapter number to the \writetolist command? I wouldn’t use this method anymore because with \startchapter etc. you have a even more p

Re: [NTG-context] Justifying last line of paragraph

2010-09-26 Thread Elias Oltmanns
Taco Hoekwater wrote: > On 09/25/2010 08:03 PM, Elias Oltmanns wrote: >> > >> The first couple of lines of the paragraph beginning on page two should >> really go on the previous page. Since the hang mechanism of \placefigure >> doesn't work due to the page break, I'd like to split this paragraph

[NTG-context] Brejlov pictures

2010-09-26 Thread Henning Hraban Ramm
I finally managed to put my pics online: http://picasaweb.google.de/fiee.visuelle/ConTeXtMeeting2010# (first few are in Prague) Can't keep up with the quality of Frans' pictures, the colors are rather horrible (picture correction of iPhoto)... Greetlings from Lake Constance! Hraban --- http:

Re: [NTG-context] compound titles, lists and headers

2010-09-26 Thread Tomas Bures
Dear all, I found this useful, but still I'm wondering, how shall I extend the \KomplexTitel to put current chapter number to the \writetolist command? Thank you. Best regards, Tomas On 17.2.2003 0:31, Hans Hagen wrote: better make a dedicated list: \definelist [mylist] and configure that

Re: [NTG-context] Info about creating modules for beginners.

2010-09-26 Thread Aditya Mahajan
On Sep 26, 2010, at 7:24 AM, Hans Hagen wrote: > On 26-9-2010 2:02, Aditya Mahajan wrote: > >> Does it make sense to copy the definition of mult-aux.mkiv to mkii? >> Everything other than \definenamespace should work in both mkii and >> mkiv. That way, I can use it in modules that target both

Re: [NTG-context] Info about creating modules for beginners.

2010-09-26 Thread Aditya Mahajan
On Sep 26, 2010, at 10:06 AM, Wolfgang Schuster wrote: > > Am 26.09.2010 um 02:02 schrieb Aditya Mahajan: > >> Does it make sense to copy the definition of mult-aux.mkiv to mkii? >> Everything other than \definenamespace should work in both mkii and mkiv. >> That way, I can use it in modul

Re: [NTG-context] Info about creating modules for beginners.

2010-09-26 Thread Wolfgang Schuster
Am 26.09.2010 um 02:02 schrieb Aditya Mahajan: > Does it make sense to copy the definition of mult-aux.mkiv to mkii? > Everything other than \definenamespace should work in both mkii and mkiv. > That way, I can use it in modules that target both mkii and mkiv. Parameter handling is different i

Re: [NTG-context] Euler font and context minimals

2010-09-26 Thread Mathieu Boespflug
Hi Khaled, > Neo Euler does not have all math arrows at the moment, if some one can > come with a list of standard math arrows (i.e. CM and AMS ones), I'll > see if I can add them. I extracted the following list from the Tex Reference Card J.H. Silverman. Seeing as that card is for plain TeX, I'd

Re: [NTG-context] Fwd: Re: New beta 2010-09-22 and xits fonts

2010-09-26 Thread Khaled Hosny
On Sun, Sep 26, 2010 at 01:05:21PM +0200, Hans Hagen wrote: > On 26-9-2010 9:58, Taco Hoekwater wrote: > >On 09/25/2010 09:00 PM, Khaled Hosny wrote: > >>> > >>>Many thanks Hans: now xits fonts work as before (with ConTeXt ver: > >>>2010.09.24 11:40 MKIV fmt: 2010.9.24). > >>>However, for some reas

Re: [NTG-context] Info about creating modules for beginners.

2010-09-26 Thread Hans Hagen
On 26-9-2010 2:02, Aditya Mahajan wrote: Does it make sense to copy the definition of mult-aux.mkiv to mkii? Everything other than \definenamespace should work in both mkii and mkiv. That way, I can use it in modules that target both mkii and mkiv. if you consider it useful ... keep in mind th

Re: [NTG-context] unicode error

2010-09-26 Thread Hans Hagen
On 25-9-2010 8:30, Mojca Miklavec wrote: On Sat, Sep 25, 2010 at 20:25, Alan BRASLAU wrote: An obscure unicode error, minimal example: \starttext (≡) should be ($\equiv$) \stoptext Well, this works: $≡$ (This is not to say that the character ≡ alone should not work, but it may be that it is s

Re: [NTG-context] Fwd: Re: New beta 2010-09-22 and xits fonts

2010-09-26 Thread Hans Hagen
On 26-9-2010 9:58, Taco Hoekwater wrote: On 09/25/2010 09:00 PM, Khaled Hosny wrote: Many thanks Hans: now xits fonts work as before (with ConTeXt ver: 2010.09.24 11:40 MKIV fmt: 2010.9.24). However, for some reason it seems that the white space (or should I say the glue?) between some operator

Re: [NTG-context] Fwd: Re: New beta 2010-09-22 and xits fonts

2010-09-26 Thread Taco Hoekwater
On 09/25/2010 09:00 PM, Khaled Hosny wrote: Many thanks Hans: now xits fonts work as before (with ConTeXt ver: 2010.09.24 11:40 MKIV fmt: 2010.9.24). However, for some reason it seems that the white space (or should I say the glue?) between some operators such as \int and the following charact

Re: [NTG-context] Justifying last line of paragraph

2010-09-26 Thread Taco Hoekwater
On 09/25/2010 08:03 PM, Elias Oltmanns wrote: The first couple of lines of the paragraph beginning on page two should really go on the previous page. Since the hang mechanism of \placefigure doesn't work due to the page break, I'd like to split this paragraph into two logical entities, so TeX ca