Search found 2 matches
- Fri May 11, 2018 10:43 am
- Forum: Theses, Books, Title pages
- Topic: Cross referencing between different separate chapters!!!
- Replies: 2
- Views: 9431
Cross referencing between different separate chapters!!!
SOLVED thnx!!!
- Thu May 10, 2018 5:19 pm
- Forum: Theses, Books, Title pages
- Topic: Cross referencing between different separate chapters!!!
- Replies: 2
- Views: 9431
Cross referencing between different separate chapters!!!
My main.tex file
..................
\begin{document}
\chapter{chapter1}
\label{sec:Ch1}
\input{chapter1}
\chapter{chapter2}
\label{sec:Ch2}
\input{chapter2}
.................
\end{document}
and I want to reference Chapter 1 (chapter1.tex) to Chapter 2(chapter2.tex), the typical Chapter~\ref ...
..................
\begin{document}
\chapter{chapter1}
\label{sec:Ch1}
\input{chapter1}
\chapter{chapter2}
\label{sec:Ch2}
\input{chapter2}
.................
\end{document}
and I want to reference Chapter 1 (chapter1.tex) to Chapter 2(chapter2.tex), the typical Chapter~\ref ...