Le Lundi 18 Février 2002 23:33, vous avez écrit :

A few LaTeX commands should do it.

> 1. i want to write a doc with a title page a toc and content.
>
> 2. i want the title page and the second page to be numbered with capital
> roman numbers (I and II).

\renewcommand{\thepage}{\Roman{page}}

> 3. i want the toc to be numbered with capital letters (A, B, C, ...).

\renewcommand{\thepage}{\Alph{page}}

> 4. i want the content to be numbered with numbers (1, 2, 3, 4, ...).

\renewcommand{\thepage}{\arabic{page}}

> 5. i want that the toc page numbers start with 'A' (not with 'C' as it
> is the third page of the document) as well as i want the content page
> numbers to start with '1' (and not with '5' as this is the fifth page of
> the document).

\setcounter{page}{1}
or 0 depending on where the command will be placed (make a try)

-- 
  Dans un premier temps, ayons l'esprit large et naviguons à la voile et
  à la vapeur. Si la promiscuité entre les deux communautés devient
  insupportable, il sera toujours temps d'organiser l'apartheid.
  -+- PM in: Guide du Cabaliste Usenet - Bien séparer les enfilades -+-

Renaud Michel

Reply via email to