ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Nicer than 'context("\\\\")'?
@ 2016-08-08  9:07 Procházka Lukáš Ing.
  2016-08-08  9:17 ` Wolfgang Schuster
  2016-08-08 11:51 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Procházka Lukáš Ing. @ 2016-08-08  9:07 UTC (permalink / raw)
  To: 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

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Nicer than 'context("\\\\")'?
  2016-08-08  9:07 Nicer than 'context("\\\\")'? Procházka Lukáš Ing.
@ 2016-08-08  9:17 ` Wolfgang Schuster
  2016-08-08 11:51 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2016-08-08  9:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 200 bytes --]

> 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

[-- Attachment #1.2: Type: text/html, Size: 1154 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Nicer than 'context("\\\\")'?
  2016-08-08  9:07 Nicer than 'context("\\\\")'? Procházka Lukáš Ing.
  2016-08-08  9:17 ` Wolfgang Schuster
@ 2016-08-08 11:51 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2016-08-08 11:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-08 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08  9:07 Nicer than 'context("\\\\")'? Procházka Lukáš Ing.
2016-08-08  9:17 ` Wolfgang Schuster
2016-08-08 11:51 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).