Skip to content

Instantly share code, notes, and snippets.

@niklasfi
Created October 27, 2011 19:37
Show Gist options
  • Save niklasfi/1320625 to your computer and use it in GitHub Desktop.
Save niklasfi/1320625 to your computer and use it in GitHub Desktop.
all:
pdflatex minimal.tex
makeglossaries minimal
pdflatex minimal.tex
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[xindy]{glossaries}
\makeglossaries
\begin{document}
\newglossaryentry{computer}
{
description={a weid machine}
}
\printglossaries
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment