help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enumerate and itemize in latex


From: Peter Dyballa
Subject: Re: enumerate and itemize in latex
Date: Tue, 23 May 2006 00:52:31 +0200


Am 23.05.2006 um 00:17 schrieb Pedro Sa da Costa:

1- I want to enumerate the items starting from number 5 (not number 1). How this is possible?
For example, i want to enumerate the following:
5 - item 5
6 - item 6


\begin{enumerate}
 \addtocounter{enumi}{4}
  \item Punkt 5
  \item Punkt 6
\end{enumerate}

2 - Is it possible to order alphabetically the items from itemize?


Mark region and apply sort-lines.

--
Greetings

  Pete

$ sumascii BILL GATES
  B   I   L   L   G   A   T   E   S
 66+ 73+ 76+ 76+ 71+ 65+ 84+ 69+ 83 = 663

 and add 3 because he's Bill Gates the third.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]