why does this produce an TeX capacity exeeded error? thanks Michael \define\startTable{\startxtable} \define\stopTable{\stopxtable} \starttext \startTable \startxrow \startxcell hello \stopxcell \stopxrow \stopTable \stoptext
On 11/25/2016 08:46 PM, Michael Eidenbenz wrote:
why does this produce an TeX capacity exeeded error? thanks
Hi Michael, I don’t know, but replacing your definitions with the following ones removes the error: \define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable} I hope it helps, Pablo -- http://www.ousia.tk
hmm. I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta) \define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable} \starttext \startTable \startxrow \startxcell hallo \stopxcell \stopxrow \stopTable \stoptext
On 25 Nov 2016, at 23:02, Pablo Rodriguez
wrote: On 11/25/2016 08:46 PM, Michael Eidenbenz wrote:
why does this produce an TeX capacity exeeded error? thanks
Hi Michael,
I don’t know, but replacing your definitions with the following ones removes the error:
\define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable}
I hope it helps,
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 11/25/2016 11:28 PM, Michael Eidenbenz wrote:
hmm. I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta)
\define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable}
\starttext \startTable \startxrow \startxcell hallo \stopxcell \stopxrow \stopTable \stoptext
because the \stopembeddedxtable is a delimiter and need to be in the stream, so you can't wrap it in a macro Hans
On 25 Nov 2016, at 23:02, Pablo Rodriguez
wrote: On 11/25/2016 08:46 PM, Michael Eidenbenz wrote:
why does this produce an TeX capacity exeeded error? thanks
Hi Michael,
I don’t know, but replacing your definitions with the following ones removes the error:
\define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable}
I hope it helps,
Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
___________________________________________________________________________________ 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 webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 11/25/2016 11:28 PM, Michael Eidenbenz wrote:
hmm. I still get an error with this (ConTeXt ver: 2016.11.24 12:05 MKIV beta)
\define\startTable{\startembeddedxtable} \define\stopTable{\stopembeddedxtable}
\starttext \startTable \startxrow \startxcell hallo \stopxcell \stopxrow \stopTable \stoptext
Michael, sorry, I checked that compilation was fine, but I didn’t open the resulting file. Now I realize that the PDF document wasn’t created in both cases. I would say this might be a bug. Sorry for the previous noise, Pablo -- http://www.ousia.tk
participants (3)
-
Hans Hagen
-
Michael Eidenbenz
-
Pablo Rodriguez