[OS X TeX] List (enumerate) and indentation
Gert van Oss
gertlist at mac.com
Tue May 3 15:58:30 CEST 2011
I keep stumbling on a formatting problem for a list I need to use often (legal doc.). It's formatted like:
----------------
Title
1. paragraph one
2. paragraph two \label{two}
3. paragraph three \ref{two}
----------------
Achieving this format with a normal list doesn't work for me as the indentation is to big (the numbering ends up more to the right as I wish). Currently I use the code mentioned below. However I can't seem to create a bigger distance between the numbering and text after that. Can someone point me in the direction.
\newcounter{itemcounter}
\begin{list}
{\textbf{\arabic{itemcounter}.}}
{\usecounter{itemcounter}\leftmargin=1.4em}
\item Paragraph one
\item Paragraph two \label{two}
\item Paragraph three. Refer to \ref{two}. toch wel
\end{list}
Alternatively
\usepackage{paralist}
\usepackage{enumitem}
\begin{compactenum}[1.]
\item text written here
\end{compactenum}
But also there the same problem of not enough indentation. Is there a simple solution?
Thanks,
Gert
More information about the macostex-archives
mailing list