[OS X TeX] An anomaly?

Herb Schulz herbs at wideopenwest.com
Fri Mar 25 06:29:51 CET 2005


On 3/24/05 11:12 PM, "Alain Schremmer" <Schremmer.Alain at verizon.net> wrote:

> \documentclass[11pt]{book}
> \usepackage{paralist}
> \begin{document} 
> \subsection{Subsection}
> \begin{asparaenum}
> \item%1
> Text
> \begin{compactitem}
> \item
> Compact 1
> \item
> Compact 2
> \end{compactitem}
> \item%2
> 
> \end{asparaenum}%1, 2, 3.
> \subsection{Subsection}
> \begin{asparaenum}%1, 2, 3.
> \item%1
> Text 01
> \item%2
> Text 02
> \end{asparaenum}%1, 2, 3.
> \end{document}

Howdy,

After playing with spacing between items a bit I had nom problem. I think
there was a ``funky'' new line in there that was confusing the system. Try
this:

\documentclass[11pt]{book}
\usepackage{paralist}
\begin{document} 
\subsection{Subsection}
\begin{asparaenum}
\item%1
Text
\begin{compactitem}
\item
Compact 1
\item
Compact 2
\end{compactitem}
\item%2
text 2
\end{asparaenum}%1, 2, 3.
\subsection{Subsection}
\begin{asparaenum}%1, 2, 3.
\item%1
Text 01
\item%2
Text 02
\end{asparaenum}%1, 2, 3.
\end{document}

which looks almost the same (at least on my e-mail reader) but seems to
compile fine.

Good Luck,

Herb Schulz
(herbs at wideopenwest.com)

--------------------- 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 Post: <mailto:MacOSX-TeX at email.esm.psu.edu>





More information about the macostex-archives mailing list