On 09/30/2015 05:20 PM, Wolfgang Schuster wrote: >> Pablo Rodriguez 30. September 2015 um 17:07 >> Dear list, >> >> I have the following sample: >> >> \starttext >> \startluacode >> tex.print(os.getenv("USER") >> \stopluacode >> >> \ctxlua{tex.print(os.getenv("USER")} >> \stoptext >> >> How can I escape the quotes in the \ctxlua command? > You have to add a closing ) for tex.print in both Lua calls but you can > replace the second version with \cldcontext{os.getenv("USER")}.
Many thanks for your replies, Wolfgang and Thomas. I knew that parentheses need to be closed, but I totally overlooked it in both tex.print commands. Many thanks for your help and sorry for the noise, 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________