Is there any prefered way for inserting text separators? -- Vedran Miletić
On 24-1-2010 23:00, Vedran Miletić wrote:
Is there any prefered way for inserting text separators?
not sure what you mean here ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 25.01.10 16:55, schrieb Vedran Miletić:
2010/1/25 Hans Hagen
: On 24-1-2010 23:00, Vedran Miletić wrote:
Is there any prefered way for inserting text separators?
not sure what you mean here
Is there a defined builtin command for insterting * * * (or something else) at the end of a part of text?
\define\TextSeparator {\blank \midaligned{* * *}% many fonts provide more dingbats symbols \blank} \starttext \input knuth \TextSeparator \input ward \stoptext See also http://tug.org/pracjourn/2005-4/peter/peter.pdf for another way to create a separator between text blocks. Wolfgang
On Mon, Jan 25, 2010 at 5:05 PM, Wolfgang Schuster
\define\TextSeparator {\blank \midaligned{* * *}% many fonts provide more dingbats symbols \blank}
\starttext
\input knuth
\TextSeparator
\input ward
\stoptext
See also http://tug.org/pracjourn/2005-4/peter/peter.pdf for another way to create a separator between text blocks.
That paper gives the answer I was looking for. Thanks. -- Vedran Miletić
participants (3)
-
Hans Hagen
-
Vedran Miletić
-
Wolfgang Schuster