[NTG-context] "marking=one" with marks on more than the first page

2016-10-07 Thread Pablo Rodriguez
Hans, the following sample puts the cut marks on each page: \showframe \setuppapersize[A5][A4] \setuplayout [marking=one, location=middle] \starttext \ctxlua{for i=1,10 do tex.print("\\startpagemakeup\\filterpages[setup-en.pdf][" .. i ..

Re: [NTG-context] marking in two pass data

2016-08-08 Thread Thomas A. Schmitz
On 08/08/2016 01:56 PM, Hans Hagen wrote: I bet you can figure out why this works: context.bTD() context.marking( { "Test" }, k[2]) context(k[1]) context.eTD() Uugh, I thought I was clever in leaving it out of the cell, but of course, now I see my error! (In my defense, I

Re: [NTG-context] marking in two pass data

2016-08-08 Thread Hans Hagen
On 8/7/2016 11:15 AM, Thomas A. Schmitz wrote: \starttext \setupTABLE [split=repeat] \definemarking [Test] \setupheadertexts [{\getmarking[Test][top]--\getmarking[Test][bottom]}] \startluacode samples = { { "A", "aesop-de.tex" }, { "B", "bryson.tex" }, { "C", "carey.tex" }, { "D",

[NTG-context] marking in two pass data

2016-08-07 Thread Thomas A. Schmitz
Hi all, the example is kind of silly but shows my problem: I use Lua to manipulate data from xml files, and I want to typeset it as natural tables. Is it possible to set a marking within such tables so that it works in page headers? I hit a similar problem some time ago, but I'm not sure I

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

2012-08-08 Thread Robert Blackstone
On 7 aug. 2012, 12:47:06 Sietse Brouwer sbbrou...@gmail.com wrote I guess that was never baked in. Probably because quotations are not really numbered objects, and so not obvious candidates for having their own labels. Cheers, Sietse Hi Sietse, Thanks for your answer and your patience.

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

2012-08-07 Thread Robert Blackstone
On 6 aug. 2012, Robert Blackstone blackstone.rob...@gmail.com wrote On 6 aug. 2012, Mon, 6 Aug 2012 14:16:09 +020 Wolfgang Schuster wolfgang.schus...@gmail.com wrote Am 06.08.2012 um 09:41 schrieb Robert Blackstone blackstone.rob...@gmail.com: Thank you Marco. Another very useful tool

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 7 aug. 2012, Pontus Lurcock p...@talvi.net 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.

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 think

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 blackstone.rob...@gmail.com: On 6 aug. 2012, Robert Blackstone blackstone.rob...@gmail.com wrote On 6 aug. 2012, Mon, 6 Aug 2012 14:16:09 +020 Wolfgang Schuster wolfgang.schus...@gmail.com wrote Am 06.08.2012 um 09:41 schrieb Robert

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

2012-08-06 Thread Robert Blackstone
On Sun, 5 Aug 2012 16:38:12 +0200 Marco Patzer home...@lavabit.com wrote Am 05.08.2012 um 16:05 schrieb Robert Blackstone blackstone.rob...@gmail.com: How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document

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

2012-08-06 Thread Wolfgang Schuster
Am 06.08.2012 um 09:41 schrieb Robert Blackstone blackstone.rob...@gmail.com: Thank you Marco. Another very useful tool for me. I realize now that many things with labels can be used as anchors for references, and I'm still a bit surprised that a delimited text with a label cannot be used

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

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

[NTG-context] Marking a textfragment for later reference

2012-08-05 Thread Robert Blackstone
Dear list, How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document with, for instance (See discussion on page xx)? I tried to do this by marking the relevant text as a delimited text without altering its layout:

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

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 16:05 schrieb Robert Blackstone blackstone.rob...@gmail.com: Dear list, How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of my document with, for instance (See discussion on page xx)? I tried to do this

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

2012-08-05 Thread Marco Patzer
Hi Robert, \starttext See \in{section}[sec:foo] on \at{page}[sec:foo] or the text on \at{page}[ref:a]. \page \startsection [title=Foo, reference=sec:foo] \stopsection \page Some text\reference[ref:a] \stoptext Marco

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

2012-08-05 Thread Robert Blackstone
On Sun, 5 Aug 2012 16:37:36 +0200 Wolfgang Schuster wolfgang.schus...@gmail.com wrote Am 05.08.2012 um 16:05 schrieb Robert Blackstone blackstone.rob...@gmail.com: How can I refer to some text, for example a discussion of a particular topic, on another page or in another chapter of

Re: [NTG-context] marking?

2012-02-25 Thread Thomas A. Schmitz
On 02/24/2012 05:09 PM, Wolfgang Schuster wrote: Marks aren’t the right tool for this because they are meant for text which goes into the header and footer after the page is finished. There is another mechanism which does what you want. \setupheadertexts[chapter] \define[2]\ChapterCommand

Re: [NTG-context] marking?

2012-02-25 Thread Philipp Gesang
On 2012-02-25 14:55, Thomas A. Schmitz wrote: On 02/24/2012 05:09 PM, Wolfgang Schuster wrote: Marks aren’t the right tool for this because they are meant for text which goes into the header and footer after the page is finished. There is another mechanism which does what you want.

Re: [NTG-context] marking?

2012-02-25 Thread Thomas A. Schmitz
On 02/25/2012 03:37 PM, Philipp Gesang wrote: For more info about the local structure you might want to have a look at table.print(structures.sections.current()) Regards Philipp Many thanks, Philipp, your example and this hint are very useful - I will play around with this! We'll see if this

[NTG-context] marking?

2012-02-24 Thread Thomas A. Schmitz
Hi all, shouldn't this work? I get no content for the marking: \starttext \startchapter[title={Hello World},marking={A}] Test \getmarking[chapter] \stopchapter \stoptext All best Thomas ___ If your question

Re: [NTG-context] marking?

2012-02-24 Thread Wolfgang Schuster
Am 24.02.2012 um 10:06 schrieb Thomas A. Schmitz: Hi all, shouldn't this work? I get no content for the marking: \starttext \startchapter[title={Hello World},marking={A}] Test \getmarking[chapter] \stopchapter \stoptext Marks aren’t the right tool for this because they are

Re: [NTG-context] marking?

2012-02-24 Thread Thomas A. Schmitz
On 02/24/2012 05:09 PM, Wolfgang Schuster wrote: Marks aren’t the right tool for this because they are meant for text which goes into the header and footer after the page is finished. There is another mechanism which does what you want. \setupheadertexts[chapter] \define[2]\ChapterCommand

Re: [NTG-context] marking files for delition in the next texutil/ctxtools --purge run

2006-08-08 Thread Taco Hoekwater
Mojca Miklavec wrote: Hello, is it possible to mark the files somehow, so that they are deleted in the next run of ctxtools --purge[files]? (I create a lot of temporary files with different macros and would like to get rid of them at the end.) This is supported in the new release, just say

[NTG-context] marking files for delition in the next texutil/ctxtools --purge run

2006-08-05 Thread Mojca Miklavec
Hello, is it possible to mark the files somehow, so that they are deleted in the next run of ctxtools --purge[files]? (I create a lot of temporary files with different macros and would like to get rid of them at the end.) Thanks, Mojca ___

[NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
Dear ConTeXters, several kind of marking variants (first, last, both, ...) works perfectly in standard one-column layout: \definemarking[M] \startsetups S default=(\getmarking[M])~ first=(\getmarking[M][first])~

Re: [NTG-context] marking in columnset

2005-11-24 Thread Hans Hagen
Vit Zyka wrote: (Focus on page 1 and 4) Is there any idea how to fix this? afaiks, what you get is the markings of the last column so, it looks like i have to fix something Hans ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: (Focus on page 1 and 4) Is there any idea how to fix this? afaiks, what you get is the markings of the last column so, it looks like i have to fix something Hans Yes, you are right. I check it on a real doc. And if no mark sign is in the last col,

Re: [NTG-context] marking in columnset

2005-11-24 Thread Hans Hagen
Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. well, it's actually relatively easy to make that (works on my machine now) but as always .. how to interface best -) and ... of course it takes some time to find all points where synchronization has to

Re: [NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. well, it's actually relatively easy to make that (works on my machine now) but as always .. how to interface best -) and ... of course it takes some time to find all points where

Re: [NTG-context] marking in columnset

2005-11-24 Thread Hans Hagen
Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. ok, you can uncross them; see separate mail Hans ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] marking in columnset

2005-11-24 Thread Hans Hagen
Vit Zyka wrote: Hans Hagen wrote: Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. well, it's actually relatively easy to make that (works on my machine now) but as always .. how to interface best -) and ... of course it takes some time to find

Re: [NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: Hans Hagen wrote: Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. well, it's actually relatively easy to make that (works on my machine now) but as always .. how to interface best -) and ... of course it takes

Re: [NTG-context] marking in columnset

2005-11-24 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. ok, you can uncross them; see separate mail Hans All right, I read this parallel message just now... Perhaps due to I was working with crossing fingers all the time ;-) vit

Re: [NTG-context] marking in columnset

2005-11-24 Thread Hans Hagen
Vit Zyka wrote: Hans Hagen wrote: Vit Zyka wrote: It would be a great news if you succeed to fix it. I cross my fingers. ok, you can uncross them; see separate mail Hans All right, I read this parallel message just now... Perhaps due to I was working with crossing fingers all the