0

I want to know why when I'm using /ref{} it only show A, but I'm actually are referring to A1.

\documentclass[../main.tex]{subfiles}

\begin{document}
\appendix

\section{Vedlegg Arbeidspakker}

\includepdf[scale=0.85,pages=1,pagecommand=
\subsection{Lekkasjedeteksjon på ledningsnett},offset=0 -3cm]{../vedlegg/ArbeidspakkeLekkasjedeteksjon.pdf}
\label{atc:ArbeidspakkeLekkasjedeteksjon}

\includepdf[scale=0.85,pages=1,pagecommand=
\subsection{Flomsikring},offset=0 -3cm]{../vedlegg/ArbeidspakkeFlomsikring.pdf}
\label{atc:ArbeidspakkeFlomsikring}

\section{Vedlegg Tidsplan}

\includepdf[scale=1,pages=-,pagecommand=
\subsection{Timeplanlegging},offset=0 -3cm]{../vedlegg/Timeplanlegging.pdf}
\label{atc:Timeplanlegging}

\includepdf[scale=1,pages=-,pagecommand=
\subsection{Gantt},offset=0 -3cm]{../vedlegg/Gantt.pdf}
\label{atc:Gantt}


\end{document}

Example:

Se vedlegg \ref{atc:Timeplanlegging} og \ref{atc:Gantt}. 

Become "Se vedlegg B og B", but they are B.1 and B.2 from TOC.

enter image description here

Is it possible to change it so B og B become B.1 and B.2

Bernard
  • 271,350
Peder
  • 1

0 Answers0