Created
October 27, 2011 19:37
-
-
Save niklasfi/1320625 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
pdflatex minimal.tex | |
makeglossaries minimal | |
pdflatex minimal.tex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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