[NTG-context] \startcomponent, \startproduct... + automatic file name

2012-08-07 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, just a brief question - - is there a way how to obtain the current file name; to be possible to write e.g. C1.tex \startcomponent \thisfilename % Instead of \startcomponent C1 and P1.tex \startproduct \thisfilename % Instead of \startproduct P1 so that \thisfilena

Re: [NTG-context] \product tag

2012-08-07 Thread Wolfgang Schuster
Am 08.08.2012 um 02:29 schrieb john Culleton : > In a MKIV file using the approved method of structuring projects, > does the \product tag do anything or is it just internal > documentation for the source file? When I process a file called > book.tex and containing the tag: > \product foobar > th

[NTG-context] \product tag

2012-08-07 Thread john Culleton
In a MKIV file using the approved method of structuring projects, does the \product tag do anything or is it just internal documentation for the source file? When I process a file called book.tex and containing the tag: \product foobar the result is a file called book.pdf, just as if the tag did no

Re: [NTG-context] A series of articles about text-editors for the MAPS

2012-08-07 Thread john Culleton
On Tue, 7 Aug 2012 11:34:28 +0200 Willi Egger wrote: > Dear TeX users and TeX friends, > > At one of the last NTG-meetings we discussed possibilities to > write a series of articles presenting the different text > editors used in modern TeX-environments. > > Such an article could have ingredie

Re: [NTG-context] Italic page number.

2012-08-07 Thread Wolfgang Schuster
Am 07.08.2012 um 16:22 schrieb john Culleton : > On Sun, 5 Aug 2012 09:39:24 +0200 > Wolfgang Schuster wrote: > >> >> Am 05.08.2012 um 02:37 schrieb john Culleton : >> >>> IMO the following code should result in an italic iii on the >>> contents page. Instead I get a roman 1. >>>

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Wolfgang Schuster
Am 07.08.2012 um 09:42 schrieb Robert Blackstone : > > On 6 aug. 2012, Robert Blackstone > wrote >> >> On 6 aug. 2012, Mon, 6 Aug 2012 14:16:09 +020 >> Wolfgang Schuster wrote >>> Am 06.08.2012 um 09:41 schrieb Robert Blackstone >>> : >>> Thank you Marco. Another very useful tool for m

Re: [NTG-context] Draft version of document

2012-08-07 Thread Hans Hagen
On 7-8-2012 14:51, Sietse Brouwer wrote: Hi Robert, Debugged and all, here you go. Cheers, Sietse \useexternalfigure[img:fig:cow][cow.pdf] \useexternalfigure[img:fig:mill][mill.png] \starttext Actually, this is something that should be doable with user data weren't it that for floats that's

Re: [NTG-context] Draft version of document

2012-08-07 Thread Hans Hagen
On 7-8-2012 14:51, Sietse Brouwer wrote: Hi Robert, Debugged and all, here you go. Cheers, Sietse \useexternalfigure[img:fig:cow][cow.pdf] \useexternalfigure[img:fig:mill][mill.png] \starttext \section{Pictures} % The externalfigure names HAVE TO take the form 'img:FIGURELABEL', % or the autom

Re: [NTG-context] Italic page number.

2012-08-07 Thread john Culleton
On Sun, 5 Aug 2012 09:39:24 +0200 Wolfgang Schuster wrote: > > Am 05.08.2012 um 02:37 schrieb john Culleton : > > > IMO the following code should result in an italic iii on the > > contents page. Instead I get a roman 1. > > --- > > \startfrontmatter > > \setuppagenumbering[alte

Re: [NTG-context] Draft version of document

2012-08-07 Thread Sietse Brouwer
Hi Robert, Debugged and all, here you go. Cheers, Sietse \useexternalfigure[img:fig:cow][cow.pdf] \useexternalfigure[img:fig:mill][mill.png] \starttext \section{Pictures} % The externalfigure names HAVE TO take the form 'img:FIGURELABEL', % or the automatic image list at the end on won't be able

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Sietse Brouwer
Hi Robert, > So my question: "Why can some identifiers, > for example of figures, be used for internal > references and others not?" remains unanswered. That would be because there are * names, for creating a named variant of some command * and labels, which are used for cross-references, and I t

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Robert Blackstone
On 7 aug. 2012, Pontus Lurcock wrote > > On Tue 07 Aug 2012, Robert Blackstone wrote: > >> Here follows my minimal example. I reasoned that the identifier [topica] >> might act as a label, or an anchor, or whatever the correct ConTeXt name is, >> for a reference. >> -

[NTG-context] A series of articles about text-editors for the MAPS

2012-08-07 Thread Willi Egger
Dear TeX users and TeX friends, At one of the last NTG-meetings we discussed possibilities to write a series of articles presenting the different text editors used in modern TeX-environments. Such an article could have ingredients like availability, general use, highlights, issues related to T

Re: [NTG-context] Draft version of document

2012-08-07 Thread Roger Mason
Hello Sietse, On 08/06/12 13:44, Sietse Brouwer wrote: Hi Roger, Firstly: drafts are indeed the way to go. \completelistoffigures places a complete list of figure *captions*, so that takes care of that. I have made this reply long because I lack the time to make it short. Cheers, Sietse Man

Re: [NTG-context] [Dev-luatex] new/missing feature in luamplib

2012-08-07 Thread Hans Hagen
On 7-8-2012 10:33, Taco Hoekwater wrote: Hi, On Aug 7, 2012, at 10:12 AM, Hans Hagen wrote: On 7-8-2012 09:29, Keith J. Schultz wrote: Hi Manuel, Everybody, I am just getting into LuaLaTeX. I needed to do some work with MetaPost. While working I came across a kudo. That is once inside the

Re: [NTG-context] [Dev-luatex] new/missing feature in luamplib

2012-08-07 Thread Taco Hoekwater
Hi, On Aug 7, 2012, at 10:12 AM, Hans Hagen wrote: > On 7-8-2012 09:29, Keith J. Schultz wrote: >> Hi Manuel, Everybody, >> >> I am just getting into LuaLaTeX. >> >> I needed to do some work with MetaPost. >> >> While working I came across a kudo. That is once inside the mblibcode >> environme

Re: [NTG-context] [Dev-luatex] new/missing feature in luamplib

2012-08-07 Thread Hans Hagen
On 7-8-2012 09:29, Keith J. Schultz wrote: Hi Manuel, Everybody, I am just getting into LuaLaTeX. I needed to do some work with MetaPost. While working I came across a kudo. That is once inside the mblibcode environment one can not call Lua. THIS I consider a missing feature and a VERY importa

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Pontus Lurcock
On Tue 07 Aug 2012, Robert Blackstone wrote: > Here follows my minimal example. I reasoned that the identifier [topica] > might act as a label, or an anchor, or whatever the correct ConTeXt name is, > for a reference. > ---

Re: [NTG-context] Marking a textfragment for later reference

2012-08-07 Thread Robert Blackstone
On 6 aug. 2012, Robert Blackstone wrote > > On 6 aug. 2012, Mon, 6 Aug 2012 14:16:09 +020 > Wolfgang Schuster wrote >> Am 06.08.2012 um 09:41 schrieb Robert Blackstone >> : >> >>> Thank you Marco. Another very useful tool for me. I realize now that many >>> things with labels can be used as