[XeTeX] Formatting dictionaries

Kenneth Reid Beesley krbeesley at gmail.com
Wed Jan 28 23:44:52 CET 2009


> Dictionaries are often done with two columns. Unfortunately there is  
> a bug in LATEX?s twocolumn
> option which causes some marks to be lost. If you use David Carlisle? 
> s fix2col.sty this will be
> solved.


In formatting a dictionary, with three columns, I

\usepackage{multicol}
\setlength{\columnseprule}{0.08pt}


\begin{document}


\begin{multicols}{3}

% this part will be set in three columns, with vertical "rules"  
separating the columns.

\end{multicols}

\end{document}

Note that the environment is "multicols", with an 's', while the  
package that provides it is "multicol".

Ken

******************************
Kenneth R. Beesley, D.Phil.
P.O. Box 540475
North Salt Lake, UT
84054  USA







More information about the XeTeX mailing list