[texhax] sort of table, sort of not

Randolph J. Herber herber at dcdrjh.fnal.gov
Wed Jul 23 13:12:24 CEST 2003


The following header lines retained to effect attribution:
|Date: Wed, 23 Jul 2003 10:54:17 -0400
|From: "Christopher W. Ryan" <cryan at binghamton.edu>
|Subject: [texhax] sort of table, sort of not
|To: TEXHAX <texhax at tug.org>
|	<mailto:texhax-request at tug.org?subject=subscribe>
|	<mailto:texhax-request at tug.org?subject=unsubscribe>

|How would I create an itemized or ennumerated list that is sort of set aside in
|a box by itself?  Sort of like a table, but with a couple of short, numbered
|paragraphs, rather than rows and columns.  Also sort of like a figure, but with
|text, rather than a drawing?

|Thanks.

|Christopher W. Ryan, MD
|SUNY Upstate Medical University Clinical Campus at Binghamton
|and Wilson Family Practice Residency
|40 Arch Street, Johnson City, NY  13790
|cryanatbinghamtondotedu
|Public key generated with PGP 602i available at
|http://home.stny.rr.com/ryancw/PGP602ipublickey.html
|or via http://wwwkeys.us.pgp.net:11371

|"If you want to build a ship, don't drum up the men to gather wood, divide the
|work and give orders. Instead, teach them to yearn for the vast and endless
|sea."  [Antoine de St. Exupery]

|_______________________________________________
|TeX FAQ: http://faq.tug.org/
|TeX newsgroup: http://groups.google.com/groups?group=comp.text.tex
|Mailing list archives: http://tug.org/pipermail/texhax/
|More links: http://tug.org/interest.html

|Automated subscription management: http://tug.org/mailman/listinfo/texhax
|Human mailing list managers: postmaster at tug.org

Perhaps:

\documentstyle{article}
\pagestyle{empty}
\begin{document}

\begin{figure}[h]
\begin{tabular}{|c|}
\hline \\
\begin{minipage}[b]{8cm}
The items are:
\begin{enumerate}
\item[] Item 1, which includes.
\begin{enumerate}
\item[] Item 2
\item[] Item 3, which includes.
\begin{enumerate}
\item[] Item 4, which includes.
\begin{enumerate}
\item[] Item 5
\item[] Item 6
\item[] Item 7
\end{enumerate}
\item[] Item 8
\end{enumerate}
\item[] Item 9
\end{enumerate}
\item[] Item X
\end{enumerate}
\end{minipage} \\
\hline
\end{tabular}
\end{figure}

\end{document}


Randolph J. Herber, herber at fnal.gov, +1 630 840 2966, CD/CDFTF PK-149F,
Mail Stop 318, Fermilab, Kirk & Pine Rds., PO Box 500, Batavia, IL 60510-0500,
USA.  (Speaking for myself and not for US, US DOE, FNAL nor URA.)  (Product,
trade, or service marks herein belong to their respective owners.)


More information about the texhax mailing list