Hi

Footnotes originating from an RTL paragraph will be also typeset in RTL mode as 
the following example illustrates:

%%%%%%%%%%%%%%%%%%%%%%
\setupdelimitedtext[blockquote]
                [leftmargin=1.5em,rightmargin=0em,]

\definedelimitedtext[rtlblockquote]
\setupdelimitedtext[rtlblockquote]
                [leftmargin=0em,rightmargin=1.5em,before={\righttoleft}]


\starttext

\input knuth

\startblockquote
\input knuth\footnote{this starts on the left.}
\stopblockquote

\startrtlblockquote
\input knuth\footnote{this should start on the left, but it doesn't.}
\stoprtlblockquote

\input knuth

\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%

According to the wiki, that's the expected behaviour 
(https://wiki.contextgarden.net/RTL#Footnotes).
However, I'd prefer to keep the footnotes as LTR footnotes. Can I convince 
ConTeXt to typeset these footnotes in LTR mode?

Best,
Denis
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to