[texhax] Customize environment enumerate

Darío darioslc at gmail.com
Tue Apr 30 20:59:56 CEST 2013


> I'm not sure that I understand, but it looks like you are employing two
> different list types, `enumerate' and `description', which could well be
> the problem.
Yes, I use `description' because with `enumerate' I can't do that.
I like this way, because is more elegant, see the next example:

\usepackage{enumerate}
(before of the \begin{document})

\begin{enumerate}[\hspace*{0.5cm} %
\bfseries P{a}so 1]
  \item Preparar documento fuente tex
  \item Compilarlo para producir dvi
   \begin{enumerate}[(a)]
    \item Visualizar con visor de dvi
    \item Corregir errores
    \item Recompilar
   \end{enumerate}
  \item Convertir a .ps con dvips
\end{enumerate}

> Cheers!

Thank you anyway!

--
Darío
¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)



On 26 April 2013 16:53, David Crosswell <davidcrosswell at internode.on.net> wrote:
> On 27/04/13 05:36, Darío wrote:
>> Hello everyone, I need customize something with enviroment enumerate, I wrote:
>>
>> \begin{description}[\hspace*{0.5cm}{\bfseries Person{a} 1}]
>>    \item blabla....
>>    \item blabla....
>> \end{enumerate}
>>
>> off course, I included \usepackage{enumerate} in the preambule, but
>> when I compile I don't have
>> Persona 1
>> Persona 2
>> .
>> .
>> .
>> Persona n
>>
>> however I have:
>> Persona 1
>> Persona 1
>> .
>> Persona 1
>>
>> for all
>>
>> I don't understand if is correct the clasp in the letter a
>>
>> Anyway, I use actually the command
>>
>> \begin{description}
>>   \item[Persona 1]
>>   \item[Persona 2]
>> .
>>   \item[Persona n]
>> \end{description}
>>
>> Thanks a lot,
>
> I'm not sure that I understand, but it looks like you are employing two
> different list types, `enumerate' and `description', which could well be
> the problem.
> You have the `enumerate' specified in the preamble and seem to be
> expecting that, but employ `description' in the local environment,
> instead of:
>
> \begin{enumerate}
> \item{Persona 1}
> \item{Persona 2}
> \end{enumerate}
>
> Where you don't actually need anything specified in the preamble at all.
> Cheers!
>
> David
>
>>
>>
>> --
>> Darío
>> ¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)
>>
>> _______________________________________________
>> 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
>>
>
>
> --
> "Res publica non dominetur."
>
> _______________________________________________
> 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



--
Darío
¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)


On 26 April 2013 16:53, David Crosswell <davidcrosswell at internode.on.net> wrote:
> On 27/04/13 05:36, Darío wrote:
>> Hello everyone, I need customize something with enviroment enumerate, I wrote:
>>
>> \begin{description}[\hspace*{0.5cm}{\bfseries Person{a} 1}]
>>    \item blabla....
>>    \item blabla....
>> \end{enumerate}
>>
>> off course, I included \usepackage{enumerate} in the preambule, but
>> when I compile I don't have
>> Persona 1
>> Persona 2
>> .
>> .
>> .
>> Persona n
>>
>> however I have:
>> Persona 1
>> Persona 1
>> .
>> Persona 1
>>
>> for all
>>
>> I don't understand if is correct the clasp in the letter a
>>
>> Anyway, I use actually the command
>>
>> \begin{description}
>>   \item[Persona 1]
>>   \item[Persona 2]
>> .
>>   \item[Persona n]
>> \end{description}
>>
>> Thanks a lot,
>
> I'm not sure that I understand, but it looks like you are employing two
> different list types, `enumerate' and `description', which could well be
> the problem.
> You have the `enumerate' specified in the preamble and seem to be
> expecting that, but employ `description' in the local environment,
> instead of:
>
> \begin{enumerate}
> \item{Persona 1}
> \item{Persona 2}
> \end{enumerate}
>
> Where you don't actually need anything specified in the preamble at all.
> Cheers!
>
> David
>
>>
>>
>> --
>> Darío
>> ¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)
>>
>> _______________________________________________
>> 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
>>
>
>
> --
> "Res publica non dominetur."
>
> _______________________________________________
> 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



--
Darío
¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)

On 26 April 2013 16:53, David Crosswell <davidcrosswell at internode.on.net> wrote:
> On 27/04/13 05:36, Darío wrote:
>> Hello everyone, I need customize something with enviroment enumerate, I wrote:
>>
>> \begin{description}[\hspace*{0.5cm}{\bfseries Person{a} 1}]
>>    \item blabla....
>>    \item blabla....
>> \end{enumerate}
>>
>> off course, I included \usepackage{enumerate} in the preambule, but
>> when I compile I don't have
>> Persona 1
>> Persona 2
>> .
>> .
>> .
>> Persona n
>>
>> however I have:
>> Persona 1
>> Persona 1
>> .
>> Persona 1
>>
>> for all
>>
>> I don't understand if is correct the clasp in the letter a
>>
>> Anyway, I use actually the command
>>
>> \begin{description}
>>   \item[Persona 1]
>>   \item[Persona 2]
>> .
>>   \item[Persona n]
>> \end{description}
>>
>> Thanks a lot,
>
> I'm not sure that I understand, but it looks like you are employing two
> different list types, `enumerate' and `description', which could well be
> the problem.
> You have the `enumerate' specified in the preamble and seem to be
> expecting that, but employ `description' in the local environment,
> instead of:
>
> \begin{enumerate}
> \item{Persona 1}
> \item{Persona 2}
> \end{enumerate}
>
> Where you don't actually need anything specified in the preamble at all.
> Cheers!
>
> David
>
>>
>>
>> --
>> Darío
>> ¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)
>>
>> _______________________________________________
>> 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
>>
>
>
> --
> "Res publica non dominetur."
>
> _______________________________________________
> 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



-- 
Darío
¿quién se atreve a escribir después del monólogo de Molly Bloom? (T.S. Elliot)



More information about the texhax mailing list