6 Aug
2005
6 Aug
'05
9:03 p.m.
Eugene Toporov wrote:
Taco,
Just tried this and it is really cool! But how can I make spaces without the special space character?
Like so: \def\BREAKtypeone#1% {\advance\BREAKcharcounter 1 \ifnum\BREAKcharcounter > \BREAKmaxcharcount \hfil\break \BREAKcharcounter=1 \fi \ifnum#1=32 % the character number for a space \setbox\scratchbox=\hbox{0}% \kern \wd\scratchbox \else \getpretty{#1}% \fi} Cheers again, Taco