Similar Threads:
1.Enumerate: automatically set counter to last item of previous list
This is a fairly simple question but obviously I can't figure out the
answer myself.
I want to have 2 lists, with the second one starting where the last
one ended:
L1
1.
2.
3.
L2
4.
5.
6.
This can easily be done by using the Enumerate environment and
specifying \setcounter{enumi}{3} in the second Enumerate set (L2).
However, these lists are meant to be updated often so I'd like LaTeX
to be able to figure out the last item of L1 and to determine the new
counter for L2.
Any idea?
Thanks!
MP
2.avoiding variable vertical space in between enumerate items
Hi,
I've noticed that enumerate sometimes "vertically stretches out" items
over a page (I suppose the idea is to fill the space.) However, I
prefer to keep my lists compact and also the algorithm isn't perfect
because a list that covers multiple pages may have different vertical
spacing which is rather ugly. Anyway, is there a way to disable this
beahviour?
cheers
3.align \item's in enumerate env.
hi all,
i'll be creating a couple of multiple-choice tests in latex and i want to
add check boxes to each of the possible answers. i thought i could simply
do this by redefining \labelenumii:
\renewcommand{\labelenumii}{\Square~~\alph{enumii}.}
however, the result looks ugly, because the boxes aren't lined up properly.
apparently, latex lines up the *right* side of the labels, but i'd need it
to line up the left side. is there any way this can be changed? or is there
another method that i can use to get the effect i want? (preferably one
that automatically numbers the questions and answers for me...)
to see what i mean, run the following example:
=======================================================================
\documentclass{article}
\usepackage{wasysym} % for \Square
\renewcommand{\labelenumii}{\Square~~\alph{enumii}.}
\begin{document}
\begin{enumerate}
\item This is the first question.
\begin{enumerate}
\item Answer 1.
\item Answer 2.
\item Answer 3.
\item Answer 4.
\end{enumerate}
\end{enumerate}
\end{document}
=======================================================================
TIA
--
Joost Kremers XXXX@XXXXX.COM
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
4.style of reference to enumerated list item?
When referring to an item in an enumerated list, how do I make the
reference appear in the same enum style as was used in the original
list?
Here is a minimal example:
\documentclass{article}
\renewcommand{\labelenumi}{\Alph{enumi}.}
\begin{document}
\begin{enumerate}
\item This should appear as item A, and it does.
\item This should appear as item B, and it does.
\label{itemB}
\end{enumerate}
Here, the reference ``point~\ref{itemB}'' appears as ``point~2''.
Naturally, I want it to appear as ``point~B''.
How can I make that happen?
\end{document}
(I sure hope I don't have to keep track of the
enumeration style at the point when I make the reference.
The enumeration depth (hence, style) for a given item can
change across versions of the document.)
Thank you for any suggestions,
5.latex:environment:enumerate:space before items
Hello,
Following page 62 of the 1994 latex-companion, is there a simple way to
redefine the enumerate environment so that each new entry is indented by
\parindent? Note that my \leftmargin is zero, as I want it to look like
a normal paragraph.
Thanks,
Bob
6. the word "and" between items in enumerated lists
7. how to change indent on second line of item in enumerate environment
8. Labeling the enumerate items