Skip to content

Commit

Permalink
Remove empty glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 10, 2020
1 parent 9c7841e commit a8b44f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions MLS.tex
Expand Up @@ -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}

Expand All @@ -142,6 +139,7 @@
\clearpage% get the \phantomsection below on the correct page
\phantomsection
\addcontentsline{toc}{chapter}{\indexname}%
\label{document-index}
\printindex

\end{document}
1 change: 0 additions & 1 deletion chapters/glossary.tex

This file was deleted.

6 changes: 4 additions & 2 deletions chapters/introduction.tex
Expand Up @@ -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)
Expand Down

0 comments on commit a8b44f7

Please sign in to comment.