unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* enumerate and itemize in latex
@ 2006-05-22 22:17 Pedro Sa da Costa
  2006-05-22 22:52 ` Peter Dyballa
  0 siblings, 1 reply; 2+ messages in thread
From: Pedro Sa da Costa @ 2006-05-22 22:17 UTC (permalink / raw)


I know that this isn't the proper mailing list, but i can't find the 
answers for my simple latex questions.  Can anyone answer the following 
questions?

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

2 - Is it possible to order alphabetically the items from itemize?
Ex.
 From this:

- item c
- item b
- item a

get:

- item a
- item b
- item c


Thanks for the attention.

Sincerily,
Pedro

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: enumerate and itemize in latex
  2006-05-22 22:17 enumerate and itemize in latex Pedro Sa da Costa
@ 2006-05-22 22:52 ` Peter Dyballa
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Dyballa @ 2006-05-22 22:52 UTC (permalink / raw)
  Cc: help-gnu-emacs


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-22 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-22 22:17 enumerate and itemize in latex Pedro Sa da Costa
2006-05-22 22:52 ` Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).