25 Jan
2009
25 Jan
'09
1:11 p.m.
Am 24.01.2009 um 15:30 schrieb Bart C. Wise:
I'm trying to have a centered text frame. There are two examples in the code below. 1) This one works. It uses a text frame that is in line in the code. 2) This one does not work! It's using a defined text frame and flushes the text frame to the left. How do I fix this?
\defineframedtext[CenteredText][width=fit,location=middle] \starttext \startCenteredText \startlines The quick brown fox jumps over the lazy dog. \stoplines \stopCenteredText \stoptext Wolfgang