<div dir="ltr"><div>Have a look at page 3 of the paralist manual:<br><br><br>\documentclass{article}
<p style="margin:0px;text-indent:0px">\usepackage{paralist}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">\begin{document}</p>
<p style="margin:0px;text-indent:0px"></p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">\begin{enumerate}[1)]</p>
<p style="margin:0px;text-indent:0px">\item </p>
<p style="margin:0px;text-indent:0px">\item </p>
<p style="margin:0px;text-indent:0px">\item </p>
<p style="margin:0px;text-indent:0px">\end{enumerate}</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">\end{document}</p><br><br></div>Uwe<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-21 21:28 GMT+01:00 Jerry <span dir="ltr"><<a href="mailto:jerry@seibercom.net" target="_blank">jerry@seibercom.net</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am trying to create a numbered list that look like this:<br>
<br>
1) bla bla<br>
2) bla bla bla<br>
3) more bla<br>
<br>
I have tried using the "paralist" package<br>
<br>
\usepackage{paralist}<br>
<br>
And defined what numbering system I want to use at each level.<br>
<br>
%Redefine the first level<br>
\renewcommand{\theenumi}{\arabic{enumi}}<br>
\renewcommand{\labelenumi}{\theenumi}<br>
<br>
%Redefine the second level<br>
\renewcommand{\theenumii}{\Alph{enumii}}<br>
\renewcommand{\labelenumii}{\theenumii}<br>
<br>
%Redefine the third level<br>
\renewcommand{\theenumiii}{\roman{enumiii}}<br>
\renewcommand{\labelenumiii}{\theenumiii}<br>
<br>
%Redefine the forth level<br>
\renewcommand{\theenumiv}{\alph{enumiv}}<br>
\renewcommand{\labelenumiv}{\theenumiv}}<br>
<br>
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?<br>
<br>
Thanks!<br>
<br>
<br>
_______________________________________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Dr. Uwe Ziegenhagen<br><<a href="http://www.uweziegenhagen.de" target="_blank">http://www.uweziegenhagen.de</a>></div>
</div>