Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion MLS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@
\clearpage% get the \phantomsection below on the correct page
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}%
\label{document-index}
% Commenting out the label as a reminder that we haven't found a way to get correct cross referencess to the document index.
% This is the discussion which made us give up:
% - https://tex.stackexchange.com/questions/182710/how-to-reference-the-index
%\label{document-index}
\printindex

\end{document}
3 changes: 2 additions & 1 deletion chapters/introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ \section{Scope of the Specification}\label{scope-of-the-specification}

\section{Some Definitions}\label{some-definitions}

Explanations of many terms can be found using the document index in \cref{document-index}.
% Note: Currently not possible to make linked cross reference to the document index.
Explanations of many terms can be found using the document index.
Some important terms are defined below.

\begin{definition}[Component]\index{component}
Expand Down