Hi all, is this a bug or a feature: in verbatim lua code, my " double and ' single quotation marks are eaten up in mkiv (everything is colorless, but correct in mkii). Example: \starttext \startLUA require 'lpeg' sep = lpeg.P(",") \stopLUA \stoptext Thanks Thomas
On 9-1-2011 10:16, Thomas A. Schmitz wrote:
\starttext
\startLUA require 'lpeg'
sep = lpeg.P(",") \stopLUA
\stoptext
I'll put a beta on the ftp for testing. You can configure the string content as well as the quotes. ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Jan 10, 2011, at 2:14 PM, Hans Hagen wrote:
On 9-1-2011 10:16, Thomas A. Schmitz wrote:
\starttext
\startLUA require 'lpeg'
sep = lpeg.P(",") \stopLUA
\stoptext
I'll put a beta on the ftp for testing. You can configure the string content as well as the quotes.
Hi Hans, sorry, was away from my computer all day. Latest beta shows quotes in luacode again, so all is golden, thanks a lot! Thomas
participants (2)
-
Hans Hagen
-
Thomas A. Schmitz