\chapter*{Unidade III}
\addcontentsline{toc}{chapter}{Unidade III}
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAM8Gzfiz2B4N%2BsuQj3Y%3DqdzcrQsuPcquZAG1pACoBZnasSEemQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAPENqt2cr0UHQvPPKUa%2BFu54%3D0sVDYQWMHfWLpN-CG_LD-c9Fg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
\usepackage[brazil]{babel}
\renewcommand{\thechapter}{\Roman{chapter}}
\addto\captionsbrazil{\renewcommand{\chaptername}{Unidade}}
\renewcommand{\thesection}{\arabic{chapter}.{\arabic{section}}}
\usepackage{titletoc}%
\titlecontents{chapter}% <section-type>
[0pt]% <left>
{\bfseries}% <above-code>
{\chaptername\ \thecontentslabel:\quad}% <numbered-entry-format>
{}% <numberless-entry-format>
{\hfill\contentspage}% <filler-page-format>
\begin{document}
\frenchspacing
\tableofcontents
\chapter{XXX}
\section{xxx}
\section{xxx}
\section{xxx}
\section{xxx}
\chapter{XXX}
\section{xxx}
\section{xxx}
\section{xxx}
\section{xxx}
\end{document}
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAM8GzfgGHEN671yV6hEmoynf4HpPjxa0DVvxn8znNbU%2BKRYEBw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAPENqt0hKW2wPbuw1MGmj4g0yT3gqYYMs9b2QJTPQHqcGsLWug%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAM8GzfjihWN-swByQt8ZdKqjamZ8Rthi8bZyFCbsNhtYt0L%3DOw%40mail.gmail.com.
Sim, só precisei mudar aqui vermelho para arabic, pois, com Roman as numerações da lista de figuras e tabela ficaram um misto de arabic e Roman. Ficou perfeito minha apostila. Agradecimentos redobrados.
\renewcommand{\thechapter}{\Roman{chapter}}
\addto\captionsbrazil{\renewcommand{\chaptername}{Unidade}}
\renewcommand{\thesection}{\arabic{chapter}.{\arabic{section}}}
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/CAPENqt2bJF4QOgBiozVVMb8gFfk5rn9s8az8aPqxPj4Z_UGOFw%40mail.gmail.com.