Added glossary framework
This commit is contained in:
parent
c852f86504
commit
a85b42dcf6
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ pdf:
|
||||
|
||||
bib:
|
||||
bibtex thesis
|
||||
pdf
|
||||
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
|
||||
|
||||
|
||||
puzzle:
|
||||
|
BIN
latex_downloads/glossary.zip
Normal file
BIN
latex_downloads/glossary.zip
Normal file
Binary file not shown.
10
thesis.tex
10
thesis.tex
@ -10,6 +10,9 @@
|
||||
\usepackage{algorithm}
|
||||
\usepackage{algorithmic}
|
||||
\usepackage{lastpage}
|
||||
\usepackage{glossary}
|
||||
|
||||
\makeglossary
|
||||
|
||||
%% fix for hyperref bug in algorithm package
|
||||
\newcommand{\theHalgorithm}{\thechapter.\arabic{algorithm}}
|
||||
@ -198,13 +201,12 @@ Software documentation for fmmd tool.
|
||||
|
||||
\chapter{A detailed look at the safety systems required by industrial burner controller}
|
||||
\input{burner/burner}
|
||||
\glossary{name={test glossary name}, description={test glossary entry description}}
|
||||
|
||||
%\chapter{FMMD tool : Algorithms and Euler Diagram Parsing}
|
||||
\printglossary
|
||||
\addcontentsline{toc}{chapter}{Glossary}
|
||||
|
||||
%\paragraph{bibliography}
|
||||
%\small
|
||||
\bibliographystyle{plain}
|
||||
\bibliography{vmgbibliography,mybib}
|
||||
%\normalsize
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user