Search found 2 matches

by Estela
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 ...