diff --git a/MLS.tex b/MLS.tex index e0db09f05..40f2202d7 100644 --- a/MLS.tex +++ b/MLS.tex @@ -115,9 +115,6 @@ % https://tex.stackexchange.com/questions/370384/change-toc-depth-mid-document \addtocontents{toc}{\setcounter{tocdepth}{0}} -% Glossary -\include{chapters/glossary} - % Modelica Concrete Syntax \include{chapters/syntax} @@ -142,6 +139,7 @@ \clearpage% get the \phantomsection below on the correct page \phantomsection \addcontentsline{toc}{chapter}{\indexname}% +\label{document-index} \printindex \end{document} diff --git a/chapters/glossary.tex b/chapters/glossary.tex deleted file mode 100644 index 2840c6cd7..000000000 --- a/chapters/glossary.tex +++ /dev/null @@ -1 +0,0 @@ -\chapter{Glossary}\label{glossary} diff --git a/chapters/introduction.tex b/chapters/introduction.tex index b347c74f0..f787c7e59 100644 --- a/chapters/introduction.tex +++ b/chapters/introduction.tex @@ -90,8 +90,10 @@ \section{Scope of the Specification}\label{scope-of-the-specification} \section{Some Definitions}\label{some-definitions} -The semantic specification should be read together with the Modelica grammar. Non-normative text, i.e., examples and comments, are enclosed in {[}\ldots{]} and set in italics. Additional terms -are explained in the glossary in \cref{glossary}. Some important terms are defined below. +The semantic specification should be read together with the Modelica grammar. +Non-normative text, i.e., examples and comments, are enclosed in {[}\ldots{]} and set in italics. +Explanations of many terms can be found using the document index in \cref{document-index}. +Some important terms are defined below. \begin{definition}[Component]\index{component} An element defined by the production \lstinline!component-clause! in the Modelica grammar (basically a variable or an instance of a class)