Added glossary framework

This commit is contained in:
Robin Clark 2011-01-24 10:55:20 +00:00
parent c852f86504
commit a85b42dcf6
3 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@ pdf:
bib:
bibtex thesis
pdf
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
puzzle:

Binary file not shown.

View File

@ -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}