Tagged Questions
9
votes
2answers
1k views
Conflict between babel, hyperref and appendix package
While writing my thesis I use the hyperref and appendix packages like in the little example below.
test.tex
\documentclass{book}
\usepackage{hyperref}
\usepackage[titletoc]{appendix}
...
6
votes
2answers
1k views
Appendix in LaTeX
I have the following document:
\documentclass[11pt,a4paper,twoside]{book}
\usepackage[spanish,activeacute]{babel}
\usepackage[titletoc]{appendix}
\begin{document}
\setcounter{tocdepth}{2}
...
4
votes
1answer
647 views
Memoir appendix
At the moment I have Appendix A when I start the appendix page. In the table of contexts I see the item A. How can I replace the "A" by "Appendix". I'm using the memoir class and I'm also using babel ...