[texhax] Formatting numbered lists

Uwe Ziegenhagen ziegenhagen at gmail.com
Fri Feb 21 21:44:19 CET 2014


Have a look at page 3 of the paralist manual:


\documentclass{article}

\usepackage{paralist}


\begin{document}


\begin{enumerate}[1)]

\item

\item

\item

\end{enumerate}


\end{document}


Uwe


2014-02-21 21:28 GMT+01:00 Jerry <jerry at seibercom.net>:

> I am trying to create a numbered list that look like this:
>
> 1) bla bla
> 2) bla bla bla
> 3) more bla
>
> I have tried using the "paralist" package
>
> \usepackage{paralist}
>
> And defined what numbering system I want to use at each level.
>
> %Redefine the first level
> \renewcommand{\theenumi}{\arabic{enumi}}
> \renewcommand{\labelenumi}{\theenumi}
>
> %Redefine the second level
> \renewcommand{\theenumii}{\Alph{enumii}}
> \renewcommand{\labelenumii}{\theenumii}
>
> %Redefine the third level
> \renewcommand{\theenumiii}{\roman{enumiii}}
> \renewcommand{\labelenumiii}{\theenumiii}
>
> %Redefine the forth level
> \renewcommand{\theenumiv}{\alph{enumiv}}
> \renewcommand{\labelenumiv}{\theenumiv}}
>
> Nevertheless, I cannot figure out how to format the numbers the way I want
> them. Could some one please explain to me how to accomplish this?
>
> Thanks!
>
>
> _______________________________________________
> TeX FAQ: http://www.tex.ac.uk/faq
> Mailing list archives: http://tug.org/pipermail/texhax/
> More links: http://tug.org/begin.html
>
> Automated subscription management: http://tug.org/mailman/listinfo/texhax
> Human mailing list managers: postmaster at tug.org
>



-- 
Dr. Uwe Ziegenhagen
<http://www.uweziegenhagen.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20140221/7815348e/attachment.html>


More information about the texhax mailing list