I have a report in LaTeX, and i have used the following commands to create my Appendix, however, my lecturer states that any divider pages should be unnumbered.
\documentclass{report}
\usepackage{appendix}
\begin{document}
\include{chap1}
\include{appendix}
\end{document}
Then in appendix.tex
\appendix
\pagesty...
Hi,
I have something like this:
Section 1
...
Section 2
...
Section 3
Subsection 3.1
...
Section 4
...
And I would like to have something like this:
Section 1
...
Section 2
...
Section A
Subsection A.1
...
Section 4
...
In other words - change one of section numbers to something else 3 == A
I need this for my thesis which is writte...
Trying to use \ref{} or \autoref{} to a label in an appendix, but it just shows up as empty with \ref{} and 'Section' with no number/letter for \autoref{}.
I'm not sure if I'm misreading examples out there, or if I have a package conflict...
% MainFile.tex
Details of obfuscation of evil are provided in \autoref{app:One}.
\appendix ...