[NTG-context] Distance between the header and the title in ConTeXt's enumerations

2015-02-19 Thread Joas Yannick
> You can set the distance between them with the „titledistance” key. Many thanks, it works. Wondrous. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@nt

[NTG-context] head stopper and hang

2015-02-19 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuplabeltext[subsection=Activity~] \setuphead[subsection][sectionsegments=subsection] \setuplist[subsection][width=fit, stopper={: }] \setuplabeltext[section=Area~] \setuphead[section][hang=broad, stopper={· }] \starttext \completecontent \dorecurse{5}{

Re: [NTG-context] removing layers in empty pages

2015-02-19 Thread Pablo Rodriguez
On 02/19/2015 06:28 AM, Wolfgang Schuster wrote: >> Am 18.02.2015 um 22:32 schrieb Pablo Rodriguez: >> [...] >> How can I remove layers from empty pages? >> >> I know there is a "state=stop", but I don’t know how to link this to >> empty pages. > > Use \page[yes,blank,right] to move to a new right

Re: [NTG-context] Distance between the header and the title in ConTeXt's enumerations

2015-02-19 Thread Wolfgang Schuster
> Am 19.02.2015 um 13:02 schrieb Joas Yannick : > > Dear everyone, > > I have defined in ConTeXt an enumeration for definitions: > > \defineenumeration[definition][theorem][ > text={Definition}, > prefix=chapter, > way=bychapter, > right=., > titleleft=(, > titleright=.)

[NTG-context] Distance between the header and the title in ConTeXt's enumerations

2015-02-19 Thread Joas Yannick
Dear everyone, I have defined in ConTeXt an enumeration for definitions: \defineenumeration[definition][theorem][ text={Definition}, prefix=chapter, way=bychapter, right=., titleleft=(, titleright=.), distance=0.5em, headstyle=\ss, title=yes, titlestyle=\ss

Re: [NTG-context] Epub format Was: Re: Context to epub: itemize

2015-02-19 Thread Keith Schultz
Hi Hans, I have been playing with the on using LaTeX and later LuaLaTeX for create epub or ebook. Though I have not got around to. The idea was to set enviorments, macros and commands that would depending on a switch that would output the need HTML and epub structure or call the normal *TeX ones

[NTG-context] Blank space between \subsection & columns (related to: XML processing & columns & (almost) empty pages)

2015-02-19 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I found a "more minimal" example which produces unwanted blank space between \subsection and columns: % nofruns=1 \starttext \dorecurse{5}{ \subsection{T} \startcolumns[n=4,balance=yes] \input knuth \stopcolumns } \stoptext The blank space appears on p