On 8/8/2016 11:07 AM, Procházka Lukáš Ing. wrote:
Hello,
is there an alternative code instead of 'context("\\\\")'? See the code:
---- \starttext
%\startsetups[headertext] % \startframed[width=fit,align=flushleft] % Bla\\ % Uhh % \stopframed %\stopsetups
\startluacode context.startsetups{"headertext"} context.startframed{frame = "off", align = "flushright", width = "fit", } context("AB") context("\\\\") -- Not very nice here context("CD") context(true) -- Trial 1 but doesn't give the same as "\\\\" context("EF") context.crlf() -- Trial 2 but doesn't give the same as "\\\\" context("GH") context.stopframed() context.stopsetups() \stopluacode
\setupheadertexts[][\directsetup{headertext}] Foo \stoptext ----
context.par() ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------