Re: [NTG-context] Problem with framed text.--addendum

2015-02-25 Thread John Culleton
On Sun, 22 Feb 2015 12:56:05 -0500 John Culleton j...@wexfordpress.com wrote: On Sun, 22 Feb 2015 15:57:48 +0100 Pablo Rodriguez oi...@gmx.es wrote: On 02/22/2015 01:55 PM, John Culleton wrote: On Sat, 21 Feb 2015 14:16:31 -0500 Aditya Mahajan wrote: [...] There should be a

[NTG-context] total pages in external PDF

2015-02-25 Thread Pablo Rodriguez
Dear list, I need to get the number of pages from an external PDF file that I also define with an \env. I think I could get something like this.: \def\Myfilename{\env{filename}} doc = epdf.open(arg[\MyFilename]) total_pages_ = doc:getNumPages() \def\Mypages{total_pages} But

[NTG-context] Page numbering, new style and running heads.

2015-02-25 Thread John Culleton
The new method of handling page numbering (roman and arabic) using e.g., \setupuserpagenumber[numberconversion=Romannumerals] \setcounter[userpage][5] works just fine if you remember one thing: in running heads the word pagenumber has to be replaced with userpagenumber. But in the \chapter

[NTG-context] Get rid of caption on an intermezzo.

2015-02-25 Thread John Culleton
I managed after many trips to the Wiki to get a text frame pretty much as I want it, with text wrapping around and so on. But the technique requires using an intermezzo as a wrapper. This feature always puts a title like intermezzo 1 at the bottom. How do I get rid of this title? For the curious

Re: [NTG-context] total pages in external PDF

2015-02-25 Thread Hans Hagen
On 2/25/2015 6:41 PM, Pablo Rodriguez wrote: Dear list, I need to get the number of pages from an external PDF file that I also define with an \env. I think I could get something like this.: \def\Myfilename{\env{filename}} doc = epdf.open(arg[\MyFilename]) total_pages_ =

Re: [NTG-context] total pages in external PDF

2015-02-25 Thread Aditya Mahajan
On Wed, 25 Feb 2015, Pablo Rodriguez wrote: Dear list, I need to get the number of pages from an external PDF file that I also define with an \env. I think I could get something like this.: \def\Myfilename{\env{filename}} doc = epdf.open(arg[\MyFilename]) total_pages_ =

[NTG-context] CSV scanners built in ConTeXt - feature or bug?

2015-02-25 Thread Jaroslav Hajtmar
Hi ConTeXist A few days ago Hans pointed me builtin CSV splitter. I tried to test it sure will come in handy for my needs. I found that if the CSV file contain a blank line, then it stops processing the file (see my minimal example). It is clear to me that the incorrectness of file format (eg.