Tagged Questions
5
votes
4answers
292 views
How to \label-\ref an un-numbered section
I'm trying to 'reference' the \section*{Introduction} of my article. I can quite easily reference the \section{InsertSectionName} with a \label{} and a \ref{} (taking this as my definition of ...
6
votes
2answers
815 views
How do I reference an appendix when it is defined with \chapter*?
I have a problem with the reference of an annex. In the main .tex file I put
%... couple of lines before this
\include{ThesisChapter4} %
\include{ThesisAppendixA} % Appendix A
and in Appendix A I ...