Re: [NTG-context] Problem with \completecontent

2011-04-15 Thread Wolfgang Schuster
Am 15.04.2011 um 06:24 schrieb Cecil Westerhof: > But why is there a difference between using \completecontent > immediately or later in the document. The TOC is empty when you have \chapter commands before \(complete|place)content, to flush the entries you have to use now “criterium=all”, for a

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Wolfgang Schuster
Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: > It compiles under ConTeXt without a problem, but on the wiki I get a texexec > error. The fancybreak is only shipped with the minimals but not with TeXLive which is AFAIR used by the wiki. Wolfgang

Re: [NTG-context] Problem with \completecontent

2011-04-15 Thread Cecil Westerhof
2011/4/15 Wolfgang Schuster : > > Am 15.04.2011 um 06:24 schrieb Cecil Westerhof: > >> But why is there a difference between using \completecontent >> immediately or later in the document. > > The TOC is empty when you have \chapter commands before > \(complete|place)content, to flush the entries y

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Cecil Westerhof
2011/4/15 Wolfgang Schuster : >> It compiles under ConTeXt without a problem, but on the wiki I get a texexec >> error. > > The fancybreak is only shipped with the minimals but not with TeXLive which > is AFAIR used by the wiki. How can I only put the code on the wiki? -- Cecil Westerhof _

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Wolfgang Schuster
Am 15.04.2011 um 13:37 schrieb Cecil Westerhof: > 2011/4/15 Wolfgang Schuster : >>> It compiles under ConTeXt without a problem, but on the wiki I get a >>> texexec error. >> >> The fancybreak is only shipped with the minimals but not with TeXLive which >> is AFAIR used by the wiki. > > How c

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Cecil Westerhof
2011/4/15 Wolfgang Schuster : It compiles under ConTeXt without a problem, but on the wiki I get a texexec error. >>> >>> The fancybreak is only shipped with the minimals but not with TeXLive which >>> is AFAIR used by the wiki. >> >> How can I only put the code on the wiki? > > You can

[NTG-context] Difference between texexec and context when using indent

2011-04-15 Thread Cecil Westerhof
With the following code: \setupindenting[yes,medium,next] \starttext \input knuth \blank \input knuth \stoptext When using texexec (MKII) the paragraph after the \blank is not indented. When using context (MKIV) it is. Why this difference? -- Cecil Westerhof

[NTG-context] Framecolor in \showframe

2011-04-15 Thread Markus Finke
Hello, how can I change the green frame in \showframe[margin] on black? I need more contrast on the paper and there is no option to print all color in black with Adobe Reader on Kubuntu. Thanks in advance, Markus

Re: [NTG-context] Framecolor in \showframe

2011-04-15 Thread Wolfgang Schuster
Am 15.04.2011 um 15:05 schrieb Markus Finke: > Hello, > > how can I change the green frame in \showframe[margin] on black? > > I need more contrast on the paper and there is no option to print all color > in black with Adobe Reader on Kubuntu. Use \setupbackgrounds and not \showframe. \setu

Re: [NTG-context] Framecolor in \showframe

2011-04-15 Thread Markus Finke
\setupbackgrounds[text][leftmargin][frame=on] \setupbackgrounds[page][frame=on] That’s it. Thank you! ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@n

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Mojca Miklavec
On Fri, Apr 15, 2011 at 13:25, Wolfgang Schuster wrote: > > Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: > >> It compiles under ConTeXt without a problem, but on the wiki I get a texexec >> error. > > The fancybreak is only shipped with the minimals but not with TeXLive which > is AFAIR used

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Cecil Westerhof
2011/4/15 Mojca Miklavec : > On Fri, Apr 15, 2011 at 13:25, Wolfgang Schuster > wrote: >> >> Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: >> >>> It compiles under ConTeXt without a problem, but on the wiki I get a >>> texexec error. >> >> The fancybreak is only shipped with the minimals but no

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Aditya Mahajan
On Fri, 15 Apr 2011, Cecil Westerhof wrote: 2011/4/15 Mojca Miklavec : On Fri, Apr 15, 2011 at 13:25, Wolfgang Schuster wrote: Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: It compiles under ConTeXt without a problem, but on the wiki I get a texexec error. The fancybreak is only shipp

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Cecil Westerhof
2011/4/15 Aditya Mahajan : > On Fri, 15 Apr 2011, Cecil Westerhof wrote: > >> 2011/4/15 Mojca Miklavec : >>> >>> On Fri, Apr 15, 2011 at 13:25, Wolfgang Schuster >>> wrote: Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: > It compiles under ConTeXt without a problem, but on the

Re: [NTG-context] Some problems creating a wiki page

2011-04-15 Thread Hans Hagen
On 15-4-2011 7:44, Aditya Mahajan wrote: On Fri, 15 Apr 2011, Cecil Westerhof wrote: 2011/4/15 Mojca Miklavec : On Fri, Apr 15, 2011 at 13:25, Wolfgang Schuster wrote: Am 15.04.2011 um 08:41 schrieb Cecil Westerhof: It compiles under ConTeXt without a problem, but on the wiki I get a texe

Re: [NTG-context] bug with \cite in latest beta (2011.04.13)

2011-04-15 Thread Reviczky, Adam
> there are some problems with the citecommand in the latest beta. I always get > a LuaTeX error... I've hit the same problem, though apa doesn't seem to be affected, so in the meantime you can use: \setuppublications[alternative=apa] Adam

Re: [NTG-context] bug with \cite in latest beta (2011.04.13)

2011-04-15 Thread Bernhard Rosensteiner
when i use \cite[...][reference...] instead of \cite{reference} the error is also not triggered. Anyway strange. best regards Bernhard On Samstag, 16. April 2011 at 06:47, Reviczky, Adam wrote: > there are some problems with the citecommand in the latest beta. I always get > a LuaTeX error...

Re: [NTG-context] bug with \cite in latest beta (2011.04.13)

2011-04-15 Thread Thomas Schmitz
On Sat, 16 Apr 2011 07:55:29 +0200 Bernhard Rosensteiner wrote: when i use \cite[...][reference...] instead of \cite{reference} the error is also not triggered. Anyway strange. Why is that strange? \cite{...} isn't context syntax. I don't find it surprising that wrong usage triggers an err

Re: [NTG-context] bug with \cite in latest beta (2011.04.13)

2011-04-15 Thread Pontus Lurcock
On Sat 16 Apr 2011, Bernhard Rosensteiner wrote: > when i use \cite[...][reference...] instead of \cite{reference} the > error is also not triggered. Anyway strange. I believe that \cite{reference} is incorrect in ConTeXt. The general rule is {} for anything that will actually be typeset as text,

Re: [NTG-context] bug with \cite in latest beta (2011.04.13)

2011-04-15 Thread Reviczky, Adam
So does anybody have a working example with 2011.04.13 for the cite? Using this example gives me a luatex error, and it used to work with earlier beta's: % sample.bib: http://wiki.contextgarden.net/sample_bib %%% \setupbibtex[database={sample},sort=author] % apa works, but I don't want apa % \se