[OS X TeX] Indented lists
Claus Gerhardt
gerhardt at math.uni-heidelberg.de
Sat Jan 28 18:15:41 EST 2006
Let me suggest the following command a variant of which I usually use
\newskip\csep
\csep=\medskipamount
\newskip\cma
\cma=\medskipamount
\newcommand{\bic}[1][(i)]{\partopsep=0pt\begin{enumerate}[\upshape
\hspace{2\cma}#1]\itemsep=\csep}
You can define the skip amounts to your liking. Instead of \upshape
you can use \scshape, etc. You can also replace the default counter
label.
The environment is called as
\bic
\item
\end{enumerate}
Claus
On Jan 28, 2006, at 3:44, Keith Knipling wrote:
> \newenvironment{seci}[1]{ %Containing itemized list
> \vspace{2em}
> {\large\sc\textbf{#1}}
> \begin{itemize}
> \setlength{\leftmargin}{10em}
> \setlength{\rightmargin}{0em}
> \setlength{\itemindent}{0em}% indentation of first line of an
> item; can be negative
> \setlength{\listparindent}{0em}% space for paragraph indent after
> the first
> \setlength{\itemsep}{1em}% amount of extra vertical space between
> items
> \setlength{\parsep}{10em}
> }{\end{itemize}}
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the MacOSX-TeX
mailing list