Hello, I have this code: %%%%%%%%%%% \def\wr[#1]{»#1«} \def\wrr[#1]{›#1‹} \starttext Quote: \wr[He said: \wrr[Hello!] ] \stoptext %%%%%%%%%%%% It should print Quote: »He said: ›Hello!‹ « but it returns the ending quotation mark in the wrong order. Why? And how to correct that?
2012-11-12 H. Özoguz:
but it returns the ending quotation mark in the wrong order. Why?
You forgot the braces: Quote: \wr[{He said: \wrr[Hello!]}]
And how to correct that?
\setuplanguage [leftquotation=», rightquotation=«, leftquote=›, rightquote=‹] \starttext Quote: \quotation{He said: \quote{Hello!}} \stoptext Marco
Hello, using midaligned no footnote is printed. \starttext % \midaligned{§. 180.\footnote{Franz Joseph Schopf I.: a.a.O., S. 123}} \crlf Text bla bla bla % \blank \midaligned{§. 354.\footnote{Franz Joseph Schopf II.: a.a.O., S. 245}} \crlf Text bla bla bla % \stoptext tested with: ConTeXt ver: 2011.10.08 11:42 MKIV fmt: 2011.10.9 int: english/english LuaTeX, Version beta-0.70.1-2011051908 (rev 4277) and ConTeXt ver: 2012.10.22 23:51 MKIV fmt: 2012.10.24 int: english/english luatex, version beta-0.70.2-2012052309 (tex live 2012) thanks for help Bernd
participants (3)
-
"H. Özoguz"
-
Bernd Militzer
-
Marco Patzer