I am new to latex and am trying to create a glossary for my report. I have followed numerous instructions and I think I am fairly close but can't seem to get it to print any of the entries.
I understand that you need to run the indexing program make glossaries separately but as yet have not managed. Could somebody please give me step-by-step help?
Thanks,
Ross
Code: Select all
\documentclass[titlepage ]{report}
\usepackage[pdftex]{graphicx}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage[xindy]{glossaries}
\usepackage[toc,page]{appendix}
\usepackage[version=3]{mhchem}
\usepackage{float}
\usepackage{mathtools}
\usepackage{fixltx2e}
\parskip 10.0pt
\setlength{\parindent}{0cm}
\pagestyle{type}
\newglossaryentry{Regional Support Vessel}{name=Regional Support Vessel, description={A type of ship which provides marine support to a number of Offshore Installations simultaneously}}
\makeglossaries
\begin{document}...