GeneralCreating internal hyperlink for sections on large documents?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pepe_casa
Posts: 2
Joined: Sat Nov 13, 2010 6:35 am

Creating internal hyperlink for sections on large documents?

Post by pepe_casa »

Hi,

I've produced a large document (plus 500 pages) using \usepackage[final]{pdfpages}. This imports pdf files that I've prepared in Latex previously. The table of contents (TOC) has electronic linking to each section. Because the document is so large I need to provide the reader with a way of returning to the TOC with a recognisable hyperlink graphic to aid navigation of the electronic document.

Below is the structure of the document in Latex. Any thoughts on how best to provide internal hyperlinks with a nice graphic solution for the actual link would be much appreciated.

Thanks.

Pepe



\section{Environmental Management}

\subsection{Assignments}

\subsubsection{Individual Assignment}

\includepdf[pages=-]{StudentReportEnvMgmentAssign1Final.pdf}

\subsubsection{Group Assignment Audit Report}

\includepdf[pages=-]{Assignment_GHGReport_Final.pdf}

\subsubsection{Group Assignment Verification Report}

\includepdf[pages=-]{Assignment_GHGReport_Verification_Final.pdf}

\subsection{Notes}

\includepdf[pages=-]{NotesTutorials.pdf}

\subsection{Presentations}

% \includepdf[pages=-]{}

% \subsection{Debate}

% \includepdf[pages=-]{}

\subsection{Learning Journal}
%
\includepdf[pages=-]{Journal_.pdf}

\section{Economics \& Sustainable Development}

\subsection{Assignments}
%
\includepdf[pages=-]{AssignmentEconomicsFinal.pdf}

\subsection{Notes}

\includepdf[pages=-]{NotesFromBuddhaToBonoHundloeT.pdf}

\subsection{Presentations}

On various topics during the course of the intensive sessions.
% \includepdf[pages=-]{}

\subsection{Debate}

On the theme of Carbon Taxes.
% \includepdf[pages=-]{}

\subsection{Exam}

\includepdf[pages=-]{Exam_Economics_Final.pdf}

\section{Environmental Law}

\subsection{Assignments}

\includepdf[pages=-]{StudentReportFinal.pdf}

\subsection{Notes}

\includepdf[pages=-]{NotesCarbonMarketsAndreBrohe.pdf}

\subsection{Presentations}

\includepdf[pages=-]{PresentationJune24_2010.pdf}

\section{Asset \& Facilities Management}

\subsection{Assignments}

\subsubsection{Individual Assignment}

\includepdf[pages=-]{IndividualAssignment.pdf}

\subsubsection{Group Assignment}

\includepdf[pages=-]{BusinesscaseFinal.pdf}

\subsection{Notes}

\includepdf[pages=-]{Notes.pdf}

\subsection{Green Star Training Seminar}

\includepdf[pages=-]{GreenStarSeminar11Nov2010.pdf}

\subsection{Presentations}

Various presentations during the intensive classroom sessions.

% \includepdf[pages=-]{}

\section{Resources Developed}

\subsection{Database of References}

\includepdf[pages=-]{ListofRefererences_Used_Made.pdf}

\clearpage

%\end{onehalfspacing}
%\end{raggedright}
%

\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply