Zarovnani item nalevo

Milan Vancura milan at ucw.cz
Wed Nov 30 13:15:52 CET 2005


> \item{1.} asdfasdf
> \item{10.} asdfasdf
> \item{100.} asdfasdf

Zkuste toto:

\newdimen\itemwd
\setbox0=\hbox{9999}
\itemwd=\wd0
\def\myitem#1{\item{\hbox to \itemwd {\hfil #1}}}

\myitem{1.} asdfasdf
\myitem{10.} asdfasdf
\myitem{100.} asdfasdf

\bye

Milan Vancura



More information about the csTeX mailing list