On 12 mai 2010, at 16:52, luigi scarso wrote:
no problem here with last current
\def\booktitle{My Book Title}
\showframe
\starttext
then reuse it later as
\rightline{\bf\booktitle}
But in Context when I use
\rightaligned{\bf\booktitle}
\stoptext
Hi Luigi,
Are you sure? If I compile exactly the lines above, I don't get the intended righ aligned title: it seems that one needs a blank line before \rightalign, that is:
\def\booktitle{My Book Title}
\showframe
\starttext
then reuse it later as
\rightline{\bf\booktitle}
But in Context when I use
\rightaligned{\bf\booktitle}
\stoptext
Best regards: OK