[NTG-context] beta

2012-06-05 Thread Hans Hagen
Hi, I uploaded a beta that has a (first) update/cleanup of the context runner script. The most important changes are - no longer an option file (jobname.opt) - no longer stub files (for xml and cld) - handling of (most of the) ctx files happens elsewhere (job control) In principle all this sh

Re: [NTG-context] placecontent after section command

2012-06-05 Thread Hans Hagen
On 5-6-2012 08:52, Jan Pohanka wrote: Hello, This example works as expected \starttext \subject{Contents} \placecontent \section{One} \section{Two} \stoptext here you get a list if all at the previous level (being the document) but when I replace \subject with \section like this \starttext

Re: [NTG-context] placecontent after section command

2012-06-05 Thread Jan Pohanka
here you get a list if the entries below \section{Content} and there are one; lists by default are local add [criterium=text] to get a complete document based list thank you for clarification best regards Jan _

[NTG-context] conditional format of headings

2012-06-05 Thread Jan Pohanka
Hello, is it possible to have some "conditional format"? I mean I'd like to have different vertical spacing for \section and \subsection when they follows immediately each other and when there is some text between them. best regards Jan -- Tato zpráva byla vytvořena převratnou poštovní apl

Re: [NTG-context] beta

2012-06-05 Thread Otared Kavian
Hi Hans, Thanks for the new beta. I made some testings and did not notice any problem or new bug. I wanted just to remind you of an issue with interaction in references to footnotes: when a footnote is in the title of a chapter (or section) then, in mkiv, the link does not work as expected. In m

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Sorry for coming back again and again, but I’m still stuck, and my deadline is overdue. * I need full-page pictures on defined pages in the middle of a chapter. * I don’t care if I must define "on page x" or "on the next right page after the current paragraph". - The only way for full-page

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 2:00 PM, Henning Hraban Ramm wrote: > Sorry for coming back again and again, but I’m still stuck, and my deadline > is overdue. > > * I need full-page pictures on defined pages in the middle of a chapter. > > * I don’t care if I must define "on page x" or "on the next right

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
Another one \setuppagenumbering[alternative=doublesided] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height=\dimexpr(\paperheight+6mm)] \unexpanded\def\DoDoublePicAt#1{ \page[right] % tried also makeups... \resetlayer[bg] \setlayer[bg]{\externalfigure[#1][

[NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello ConTeXters, is there a way how to get laundry symbols into ConTeXt? - The image is copied from "The Comprehensive LATEX Symbol List", Scott Pakin. TIA. Best regards, Lukas -- Ing. Lukáš Procházka [mailto:l...@pontex.cz] Pontex s. r. o. [mailto:pon...@pontex.cz] [http://www.pontex

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Marco
On 2012-06-05 Procházka Lukáš Ing. - Pontex s. r. o. wrote: > is there a way how to get laundry symbols into ConTeXt? The proper way would be to use ConTeXts symbol mechanism. I guess the symbols can then be accessed my name. However, I didn't find the laundry symbol names in any MkIV file in th

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 16:26 schrieb Marco: > On 2012-06-05 Procházka Lukáš Ing. - Pontex s. r. o. wrote: > >> is there a way how to get laundry symbols into ConTeXt? > > The proper way would be to use ConTeXts symbol mechanism. I guess > the symbols can then be accessed my name. However, I didn't f

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks both for your answers. My code so far is: \usesymbols[mvs] \starttext \startcolumns[n=2,rule=on] \showsymbolset[martinvogel 2] \stopcolumns \page \startcolumns[n=4,rule=on] \dorecurse{1024}{\recurselevel --\getglyph{marvosym}{\char\recurselevel\par}} \stopcol

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 16:57 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > ... Thanks both for your answers. > > My code so far is: > > > \usesymbols[mvs] > > \starttext > \startcolumns[n=2,rule=on] >\showsymbolset[martinvogel 2] > \stopcolumns > > \page > \startcolumns[n=4,rule=on

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Thank you, Wolfgang. Two more questions, hope there'll be no more about this stuff. On Tue, 05 Jun 2012 17:01:28 +0200, Wolfgang Schuster wrote: \usesymbols[mvs] \starttext \symbol[martinvogel 2][ShortForty] \stoptext or \usesymbols[mvs] \setupsymbolset[martinvogel 2] \starttext \symbol

Re: [NTG-context] Math & other issues for TL 2012

2012-06-05 Thread Hans Hagen
On 4-6-2012 21:05, Khaled Hosny wrote: On Fri, Jun 01, 2012 at 12:54:11PM +0200, Mojca Miklavec wrote: Hello, With TL freeze that is probably going to happen tomorrow (plus a few days of grace period): what is the current state of problems with math fonts, and possibly any other issues (apart f

[NTG-context] high signs

2012-06-05 Thread Hans Hagen
Hi, For those who deal with elementary math ... a couple of extra characters are provides (only in real math fonts): \setupbodyfont[xits] \starttext $\utfchar{"207A} 10$ $\utfchar{"207B} 10$ $\utfchar{"208A} 10$ $\utfchar{"208B} 10$ $\positivesign 10$ $\negativesign 1

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 14:33 schrieb luigi scarso: Can you show me a way to use layers within postponing, please? A first step --- still quite similar to your macro. Hope it helps just for now. Thank you! Good hint to de-couple postponing and the rest. \page[right] doesn’t work with this version,

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 14:42 schrieb luigi scarso: Another one \setuppagenumbering[alternative=doublesided] \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height= \dimexpr(\paperheight+6mm)] \unexpanded\def\DoDoublePicAt#1{ \page[right] % tried also makeups... \resetla

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 17:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: > Thank you, Wolfgang. > > Two more questions, hope there'll be no more about this stuff. > > On Tue, 05 Jun 2012 17:01:28 +0200, Wolfgang Schuster > wrote: > >> \usesymbols[mvs] >> >> \starttext >> \symbol[martinvogel 2

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 6:01 PM, Henning Hraban Ramm wrote: > Am 2012-06-05 um 14:42 schrieb luigi scarso: > > >> Another one > > >> \setuppagenumbering[alternative=doublesided] >> >> \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paperwidth+3mm),height=\dimexpr(\paperheight+6mm)] >> >> \unexpanded\

Re: [NTG-context] multi-page floats

2012-06-05 Thread luigi scarso
On Tue, Jun 5, 2012 at 6:08 PM, luigi scarso wrote: > On Tue, Jun 5, 2012 at 6:01 PM, Henning Hraban Ramm wrote: >> Am 2012-06-05 um 14:42 schrieb luigi scarso: >> >> >>> Another one >> >> >>> \setuppagenumbering[alternative=doublesided] >>> >>> \definelayer[bg][x=0mm,y=-3mm,width=\dimexpr(\paper

[NTG-context] Error message (cont-yes.mkiv)

2012-06-05 Thread Wolfgang Schuster
Hi, the new error message in the last beta isn’t very helpful. Example: \starttext \undefined \stoptext Terminal output: ! Undefined control sequence. system > tex > error on line 2 in file /Users/wolf/context/beta/tex/texmf-context/tex/context/base/cont-yes.mkiv: Undefined contro

Re: [NTG-context] ntg-style error

2012-06-05 Thread Mojca Miklavec
Dear Hans, is there any chance to fix this in maps module any time soon? (Preferrably now, so that I can patch TeX Live as well.) Thank you, Mojca On Tue, Mar 13, 2012 at 9:00 PM, Meer, H. van der wrote: > Using the NTG-style to reprocess an older article I get the following error: > > Co

Re: [NTG-context] multi-page floats

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 14:00 schrieb Henning Hraban Ramm: > Sorry for coming back again and again, but I’m still stuck, and my deadline > is overdue. > > * I need full-page pictures on defined pages in the middle of a chapter. > > * I don’t care if I must define "on page x" or "on the next right pag

[NTG-context] Bistream Charter without any tfm files default font for MAPS style

2012-06-05 Thread Mojca Miklavec
Hello, Dick just asked me about a problem he experiences with some documents that he ships with MacTeX. One of them is Hans' article using MAPS style. It fails to work with both LuaTeX and pdfTeX. The first one because of that footnote definition and the second one because of Charter being the def

Re: [NTG-context] Error message (cont-yes.mkiv)

2012-06-05 Thread Hans Hagen
On 5-6-2012 18:44, Wolfgang Schuster wrote: Hi, the new error message in the last beta isn’t very helpful. ok in next beta - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 18:17 schrieb luigi scarso: ! File ended while scanning use of \buff_gobble. Uhm I've tested but maybe I've made a wrong cut and paste. Re-check now. Ah, it 's a side effect of the previous code What did you change? I also overlooked that there is no image, i.e. layer is no

Re: [NTG-context] multi-page floats

2012-06-05 Thread Henning Hraban Ramm
Am 2012-06-05 um 19:55 schrieb Wolfgang Schuster: Sorry for coming back again and again, but I’m still stuck, and my deadline is overdue. * I need full-page pictures on defined pages in the middle of a chapter. * I don’t care if I must define "on page x" or "on the next right page after

[NTG-context] back-up.lua; mtx-epub.lua

2012-06-05 Thread Andy Thomas
Hi all, in my attempts to validate epub export from my context source, I made the following changes to back-up.lua and mtx-epub.lua 1) the actual context language is put in the epub 2) changed the OPS directory to OEBPS. The 2.0.1 Standard does not actually say that is has to have that name, bu

[NTG-context] request for two typical ConTeXt documents for newbies for MacTeX

2012-06-05 Thread Mojca Miklavec
Hello, I have a tiny request. Can someone please suggest/provide a few typical ConTeXt documents, something that shows what ConTeXt can do, and/or is easy to understand at the same time. Dick includes those documents into MacTeX. Last year Hans sent a MAPS article describing LuaTeX tricks, but gi

Re: [NTG-context] request for two typical ConTeXt documents for newbies for MacTeX

2012-06-05 Thread Marcin Borkowski
Dnia 2012-06-05, wto o godzinie 21:11 +0200, Mojca Miklavec pisze: > Hello, > > I have a tiny request. Can someone please suggest/provide a few > typical ConTeXt documents, something that shows what ConTeXt can do, > and/or is easy to understand at the same time. > > (...) > Basically anything to

[NTG-context] A problem with arranging pages

2012-06-05 Thread Marcin Borkowski
Hi, I'm preparing a leaflet in ConTeXt. The leaflet is typeset in a landscape orientation on an A6 sheet, and it is going to be printed 8 times on an A3 sheet. My problems are: 1. How to achieve such an effect using \setuparranging? \setuparranging[2*8] didn't work for me. (I'm using MkIV; bel

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Marco
On 2012-06-05 Marcin Borkowski wrote: > The leaflet is typeset in a > landscape orientation on an A6 sheet, and it is going to be printed 8 > times on an A3 sheet. The same leaflet? Then you don't need \setuparranging \setuppapersize [A6,landscape] [A3] \setuppagenumbering [location=] \setupba

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Marco
On 2012-06-05 Marco wrote: > > 2. I'd like to get crop marks, in this case short (5mm) lines showing > > where to cut the sheet, located near the borders, but *within* the > > printable area. > > Since eight A6 pages exactly fit on one A3 page the crop marks can > only be *inside* the printable

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Marcin Borkowski
Dnia 2012-06-05, wto o godzinie 22:43 +0200, Marco pisze: > On 2012-06-05 Marcin Borkowski wrote: > > > The leaflet is typeset in a > > landscape orientation on an A6 sheet, and it is going to be printed 8 > > times on an A3 sheet. > > The same leaflet? Then you don't need \setuparranging > > \

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Marco
On 2012-06-05 Marco wrote: > […] > > \startsetups cropmarks > \doifoddpageelse{}{% > \setlayerframed [cropmarks] > [frame=off, >bottomframe=on, >leftframe=on, >width=\paperwidth, >height=\paperheight]{}} > \stopsetups > > […] > > I don't know why the

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 23:19 schrieb Marco: > On 2012-06-05 Marco wrote: > >> […] >> >> \startsetups cropmarks >> \doifoddpageelse{}{% >>\setlayerframed [cropmarks] >> [frame=off, >> bottomframe=on, >> leftframe=on, >> width=\paperwidth, >> height=\paperheight]{}} >

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Marco
On 2012-06-05 Wolfgang Schuster wrote: > There is no need for layers because you can use \framed in a overlay Sure I can do that. But what's the advantage of using an overlay? I find layers to be more flexible. > and even this is overkill because you can just enable the rules of the page > fra

Re: [NTG-context] A problem with arranging pages

2012-06-05 Thread Wolfgang Schuster
Am 05.06.2012 um 23:36 schrieb Marco: > On 2012-06-05 Wolfgang Schuster wrote: > >> There is no need for layers because you can use \framed in a overlay > > Sure I can do that. But what's the advantage of using an overlay? In this case performance. > I find layers to be more flexible. 1. Wh

[NTG-context] Changing math font - sansserif - sans serif

2012-06-05 Thread Mathieu Dupont
Hi mailing list, Could someone help me figuring out what is the simplest way to have all my math font without serif, in the small example below, without losing anything, such as my \tau parameter ? Thank you very much for any hint ! \enableregime[il1] \setupbodyfont[sansserif,11pt] \starttext \s

[NTG-context] problem with switchtobodyfont

2012-06-05 Thread Brian Landy
Hi, I decided to give the latest minimals a test (I had been using 2012.01.16, updated to 2012.06.05 today), and noticed that switchtobodyfont no longer seems to work properly. Here is a small example: \starttypescript [cleartype] \definetypeface [\typescriptone] [rm] [serif] [constantia]

Re: [NTG-context] Laundry symbols (now: altered picture)

2012-06-05 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... OK, much clearer now. Thanks for explanation. Best regards, Lukas On Tue, 05 Jun 2012 18:06:28 +0200, Wolfgang Schuster wrote: Am 05.06.2012 um 17:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Thank you, Wolfgang. Two more questions, hope there'll be no more about this stuff.