\appendix
, seguido de \chapter{Frações Contínuas}
é criada a página intitulada Apêndice A seguida do título designado Frações Contínuas.\usepackage[titletoc]{appendix}.
Assim, basta criar, no texto, o ambiente \begin{appendices}
e a palavra "Apêndice A" aparece no sumário.\begin{document}
. Alguém saberia o por quê
--
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/80dbf82e-0952-4f71-a380-4ebbe9b503b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Bem, segue um exemplo do que descrevi:
\documentclass{report} \usepackage[titletoc]{appendix} \begin{document} \tableofcontents \chapter{ALFA}
\chapter{BETA}
\chapter{CHARLIE} \begin{appendices} \chapter{APÊNDICE A}
\chapter{APÊNDICE B} \end{appendices} \end{document}
As mensagens de "erro" que aparecem são:
1) Undefined control sequence. ...}{Ap\352ndice O M\351todo de Viskovatov}{}
) Undefined control sequence. ...r*.24}{Refer\352ncias Bibliogr\341ficas}{}
2
3) File ended while scanning text of \B_Ap. \begin{document}
--
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/6a9593b0-799b-42dc-a5b0-d8ccad2e3b41%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/198d0635-05c5-4832-a820-82f8b83fe56b%40googlegroups.com.
\documentclass{report}
\usepackage[titletoc]{appendix
}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\chapter{ALFA}
\chapter{BETA}
\chapter{CHARLIE}
\begin{appendices}
\chapter{APÊNDICE A}
\chapter{APÊNDICE B}
\end{appendices}
\end{document}
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/60fef535-f364-4a56-9897-2dda1dc5f5c4%40googlegroups.com.