12 May
2010
12 May
'10
4:52 p.m.
On Wed, May 12, 2010 at 4:46 PM, John Culleton
In plain pdftex I can define a string thus: \def\booktitle{My Book Title}
and then reuse it later as \rightline{\bf\booktitle} But in Context when I use \rightaligned{\bf\booktitle}
it errors on the tag \booktitle
I tried \the\booktitle but that didn't work either. 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 -- luigi