Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 06:54:18 +0100 Lutz Haseloff lutz.hasel...@gmail.com wrote: Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, With This is LuaTeX, Version beta-0.74.0-2012122517 (rev 4541) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.9 int: english/english Things look fine. Actually, without textext the left and right seem to be aligned on the baseline. Where with textext it is aligned in the middle of

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext(right) , origin) ; label.top (textext(top) , origin) ; label.lft (textext(left) , origin) ; label.bot (textext(bottom) , origin) ; \stopMPpage \stoptext If i run it by

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 11:11:23 +0100 Lutz Haseloff lutz.hasel...@gmail.com wrote: Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext(right) , origin) ; label.top (textext(top) , origin) ; label.lft (textext(left)

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, Just updated, to make sure I have the latest. I see the problems. top bottom labels are not centered correctly bottom label not low enough left and right labels are not aligned at the same height Sorry, no ansers. regards Keith. Am 13.02.2013 um

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt and label.lft are exactly the same if i set labeloffset := 0bp ; (default is 3bp) 2013/2/13 Keith J. Schultz keithjschu...@web.de Hi Lutz, Just updated, to make sure I have the latest. I see

[NTG-context] Failing MPruns

2013-02-13 Thread Marco Patzer
Hi, The following used to work: \startMPrun{foo} beginfig(1); fill fullcircle scaled 1cm; endfig; \stopMPrun \starttext \externalfigure [mprun:foo.1] [width=4cm] \stoptext now I get: ! LuaTeX error ...ext-beta/tex/texmf-context/tex/context/base/grph-inc.lua:690: bad argument #1 to

Re: [NTG-context] Search path for external figures changed

2013-02-13 Thread Marco Patzer
On 2013–02–08 Hans Hagen wrote: default: texmftree local : relative to source global : path list these can be combined How to include MP graphics sitting in a dedicated directory, e.g. “graphs”? %% file: graphs/foo.mp beginfig(1); fill unitsquare scaled 2cm withcolor red; endfig; %%

[NTG-context] code after \stopbuffer

2013-02-13 Thread H. van der Meer
Is it possible to have a command automatically executed each time \stopbuffer has been read? Preferably coupled to a specific named \startbuffer[this_one], iff possible at all of course. Thus: \startbuffer[this_one] ..contents.. \stopbuffer % in execution followed by \command Hans van der Meer

Re: [NTG-context] Failing MPruns

2013-02-13 Thread Hans Hagen
On 2/13/2013 1:39 PM, Marco Patzer wrote: Hi, The following used to work: \startMPrun{foo} beginfig(1); fill fullcircle scaled 1cm; endfig; \stopMPrun \starttext \externalfigure [mprun:foo.1] [width=4cm] \stoptext now I get: fixed ... also added . instead of : support as

Re: [NTG-context] Locating a figure

2013-02-13 Thread Hans Hagen
On 2/12/2013 10:27 AM, Mojca Miklavec wrote: On Tue, Feb 12, 2013 at 9:47 AM, Wolfgang Schuster wrote: The location key accepts three arguments: - local (search in the current directory) - global (search path specified with the directory key) - default (search in the tex directory) The

[NTG-context] MPinclusions, MPextensions, MPinitializations and MPinstances

2013-02-13 Thread Marco Patzer
Hi, I know that MPinclusions are included only once and MPinitializations are included once for each graphic. But how do MPextensions fit in? How can I define variables or definitions that are local to a particular MP instance? Marco signature.asc Description: Digital signature

[NTG-context] using different xml-tree's?

2013-02-13 Thread H. van der Meer
I would like to process my dvd nodes in more than one way but I am stuck with the implementation. The trees could start in a different setup: \startxmlsetups xml:dvdfirst:dvd .. \stopxmlsetups \startxmlsetups xml:dvdfirst:setups \xmlsetsetup{\xmldocument} {error|setup|dvd

[NTG-context] Logical Page Numbers (PDF Bookmarks)

2013-02-13 Thread Troy Henderson
I know how to make the page numbers in the frontmatter to use Roman numerals, say, and in the bodymatter use Arabic numerals. I also know how to reset the page counter so that the numbering starts over after the frontmatter. However, I would like to have the page numbers appear in the PDF

Re: [NTG-context] code after \stopbuffer

2013-02-13 Thread Wolfgang Schuster
Am 13.02.2013 um 17:49 schrieb H. van der Meer h.vanderm...@uva.nl: Is it possible to have a command automatically executed each time \stopbuffer has been read? Preferably coupled to a specific named \startbuffer[this_one], iff possible at all of course. Thus: \startbuffer[this_one]

Re: [NTG-context] MPinclusions, MPextensions, MPinitializations and MPinstances

2013-02-13 Thread Hans Hagen
On 2/13/2013 6:59 PM, Marco Patzer wrote: Hi, I know that MPinclusions are included only once and MPinitializations are included once for each graphic. But how do MPextensions fit in? How can I define variables or definitions that are local to a particular MP instance? by defining a new

Re: [NTG-context] MPinclusions, MPextensions, MPinitializations and MPinstances

2013-02-13 Thread Marco Patzer
On 2013–02–14 Hans Hagen wrote: I know that MPinclusions are included only once and MPinitializations are included once for each graphic. But how do MPextensions fit in? How can I define variables or definitions that are local to a particular MP instance? by defining a new instance I

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems, that my ConTeXt installation was broken in this point. A complete new installation of the standalone heped. Sorry for the noise. 2013/2/13 Lutz Haseloff lutz.hasel...@gmail.com It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt and

Re: [NTG-context] Failing MPruns

2013-02-13 Thread Keith J. Schultz
Hi Hans, All, with your example below I noticed that the red circle is not quite in the graphic. it seems to be clip on the right! Just mentioning this. regards Keith. Am 13.02.2013 um 17:54 schrieb Hans Hagen pra...@wxs.nl: On 2/13/2013 1:39 PM, Marco Patzer wrote: Hi, The