[texhax] \fbox around list
William F. Adams
wadams at atlis.com
Mon May 23 22:01:38 CEST 2005
This requires an environment / solution which allows multiple lines.
The ``memoir'' documentclass has a ``framed'' environment for which
this sort of thing works:
\documentclass{memoir}
\begin{document}
\begin{framed}
\begin{itemize}
\item \textbf{*} - Zero to Many
\item \textbf{+} - One to Many
\item \textbf{!} - Exactly One
\item \textbf{?} - Zero or One
\item \textbf{\#} - None
\end{itemize}
\end{framed}
\end{document}
ISTR it's based on the ``framed'' package available on CTAN.
William
--
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com
More information about the texhax
mailing list