%% %% The LaTeX Companion, 3ed %% %% Example 4-3-20 on page I-346 in "paracol --- Several text streams aligned". %% %% Copyright (C) 2022 Frank Mittelbach %% %% It may be distributed and/or modified under the conditions %% of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% See https://www.latex-project.org/lppl.txt for details. %% \documentclass{tlc3exa} \pagestyle{empty} \setcounter{page}{6} \setlength\textwidth{183.0pt} \usepackage{microtype} % to improve h&j %StartShownPreambleCommands \usepackage{paracol} %StopShownPreambleCommands \begin{document} \begin{itemize} \item A few more typesetting terms. \columnratio{0.55}\begin{paracol}{2} \item An ellipsis is a character consisting of usually 3 dots. \switchcolumn \item Face: the part of a physical letter that gets printed. \end{paracol} \item The hyphen (‐) is a punctuation mark. \end{itemize} \end{document}