Generalglossaries | help basic

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
rossco90
Posts: 2
Joined: Fri Jul 27, 2012 1:54 am

glossaries | help basic

Post by rossco90 »

Hi,

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

glossaries | help basic

Post by Stefan Kottwitz »

Hi Ross,

welcome to the board!

There are step-by-step instructions in this very good article by Nicola Talbot: Glossaries, Nomenclature, Lists of Symbols and Acronyms. It shows how to configure TeXworks and TeXnicCenter and how to use the MakeGlossaries GUI and how to manually work with makeindex.

Stefan
LaTeX.org admin
rossco90
Posts: 2
Joined: Fri Jul 27, 2012 1:54 am

Re: glossaries | help basic

Post by rossco90 »

Thank you. I have already got as far as "using make glossaries" in these instructions but I am not sure how to apply this to TeXShop or where I will be able to find the make glossaries file on my pc?

Ross
User avatar
Stefan Kottwitz
Site Admin
Posts: 10347
Joined: Mon Mar 10, 2008 9:44 pm

glossaries | help basic

Post by Stefan Kottwitz »

Run makeglossaries or makeindex at the command prompt, i.e. within a terminal window.

Perhaps have a look at: Creating glossaries with TeXshop.

Stefan
LaTeX.org admin
Post Reply