Nicer than 'context("\\\\")'?
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 ---- Best regards, Lukas -- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS:nrpt3sn Bezová 1658 147 14 Praha 4 Tel: +420 241 096 751 (+420 720 951 172) Fax: +420 244 461 038
Procházka Lukáš Ing. mailto:LPr@pontex.cz 8. August 2016 um 11:07 Hello,
is there an alternative code instead of 'context("\\\\")'? See the code: You can use "context.par()".
Wolfgang
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Procházka Lukáš Ing.
-
Wolfgang Schuster