Re: [NTG-context] ConTeXt gobble my mind

2014-11-07 Thread Pierre-François Bonnefoi
Just before going to bed, I've found a solution with all your help and the help of Taco Hoekwater through the ntg mail archive : \def\startSlide% {\def\stopSlide{\checkSlide\doif{\getvariable{temp}{publish}}{yes}{\page\getbuffer[Slide]}}% \dostartbuffer[Slide][startSlide][stopSlide]} Let me know

[NTG-context] upate error

2014-11-07 Thread Wolfgang Werners-Lucchini
Hallo, tried to run update from context minimal and got the following error: - ! LuaTeX error E:/context/tex/texmf-context/tex/context/base/data- env.lua:118: a ttempt to index local 'luasuffixes' (a nil value) stack traceback:

[NTG-context] Numbering in a Table

2014-11-07 Thread Fabrice Couvreur
Hi, Is it possible to use an itemize environment in a table ? Best regards, Fabrice \starttext \startsetups[table:initialize] \setupTABLE[height=0.8cm,align={middle,lohi}] \setupTABLE[row][1][background=color,backgroundcolor=cyan] \setupTABLE[1][1][background=color,backgroundcolor=white] \

[NTG-context] \endnote beyond \placenotes[endnote]

2014-11-07 Thread Gerben Wierda
I've got the \placenote[endnotes] as first appendix in a book but I want to have an \endnote in a next appendix. The number appears, but the endnote is not added to the actual endnotes. Impossible to do? (I can of course put the endnotes as the last appendix) G _

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-07 Thread Fabrice
Hi, The latest t-tikz.tex form Hans solves the problems both in TL 2014 and standalone. The same for me, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : nt

Re: [NTG-context] ConTeXt gobble my mind

2014-11-07 Thread Hans Hagen
On 11/7/2014 2:26 PM, Pierre-François Bonnefoi wrote: Hello Hans, thank you for contributing to solve my problem. I've tried your proposition : how can I get the content of the buffer afterward ? I've tried \getbuffer[Slide] with no success on MKIV beta that I've just updated. \starttext \de

[NTG-context] Bug with custom TOC

2014-11-07 Thread Michał Goliński
The following example is taken from the wiki (http://wiki.contextgarden.net/Command/setuplist): \define[3]\SectionToCEntry{ \leftaligned\bgroup \hbox to 2em{#3}% \hskip 1em \vtop{\hsize\dimexpr\textwidth-3em\relax#2}% \egroup } \setuplist [part] [alternative=interactive,

Re: [NTG-context] Natural tables introduces spaces in \type

2014-11-07 Thread Christoph Reller
On Fri, 7 Nov 2014 09:11:09 +0100 Alan Braslau wrote > On Thu, 6 Nov 2014 16:15:36 +0100 > Christoph Reller wrote: > > > Of the above characters the following are disallowed on NTFS > > Not everyone uses NTFS. Another reason for not making a "file-name cleaner" as such, but rather restricting th

Re: [NTG-context] ConTeXt gobble my mind

2014-11-07 Thread Pierre-François Bonnefoi
Hello Hans, thank you for contributing to solve my problem. I've tried your proposition : how can I get the content of the buffer afterward ? I've tried \getbuffer[Slide] with no success on MKIV beta that I've just updated. Does a buffer work only for verbatim content ? best regards, Pierre-F

Re: [NTG-context] mail merge in mkiv?

2014-11-07 Thread Jaroslav Hajtmar
Hello Pablo. Here is the solution of your minimal example: http://public.hajtmar.com/?cesta=JRsVFQdsJhwoWyAdFwQROwZWBFkwERgeFzAEJjMbLSYcKAAcHxYUAS8XVkIkIhAVHyYsFgsZEzYXAw Examples of more complex and comprehensive application of my t-scancsv.lua mudule are available at: http://public.hajtmar.

Re: [NTG-context] ConTeXt gobble my mind

2014-11-07 Thread Hans Hagen
On 11/6/2014 2:29 PM, Pierre-François Bonnefoi wrote: I can not define a mode for each of my slide neither I can express a list of activated slides. On 06 Nov 2014, at 14:12, luigi scarso mailto:luigi.sca...@gmail.com>> wrote: On Thu, Nov 6, 2014 at 1:59 PM, Pierre-François Bonnefoimailto:b

Re: [NTG-context] Equivalent of os.resultof(...) in LaTeX

2014-11-07 Thread Xan
luatex --shell-escape will work. It works Thanks ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] ConTeXt gobble my mind

2014-11-07 Thread Pierre-François Bonnefoi
Hello Keith and Luigi, On 06 Nov 2014, at 17:57, Keith J. Schultz wrote: > Hi Pierre, > > I think you are approaching your problem from the wrong direction! > > The way I understand your problem is that you have certain criteria in your > slides > when encountered decides whether it should b

Re: [NTG-context] Strange behavior with the command \color[]{}

2014-11-07 Thread luigi scarso
On Thu, Nov 6, 2014 at 10:28 PM, Herbert Voss wrote: > Am 06.11.2014 um 21:16 schrieb luigi scarso: > > > > \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] > [...] > > > \setupTABLE[column][1][width=4cm,align={right,lohi},frame=on]%,framecolor=H1prime] > > > > > The problem seems to be > >

Re: [NTG-context] Natural tables introduces spaces in \type

2014-11-07 Thread Alan BRASLAU
On Thu, 6 Nov 2014 16:15:36 +0100 Christoph Reller wrote: > Of the above characters the following are disallowed on NTFS Not everyone uses NTFS. ___ If your question is of interest to others as well, please add an en