X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=examples.tex;h=07db38e5424cdea594882a58c97aa621abf3d204;hp=cdf2359d4fe22b68738d76ccca052d8b8d719b89;hb=e799531ea384c819fc849d2d512062f989453f04;hpb=9d1429354ba8cf4a375805d1b3ed427a264f3965 diff --git a/examples.tex b/examples.tex index cdf2359..07db38e 100644 --- a/examples.tex +++ b/examples.tex @@ -1,5 +1,10 @@ \documentclass{report} +% We have to load this before mjotex so that mjotex knows to define +% its glossary entries. +\usepackage[nonumberlist]{glossaries} +\makenoidxglossaries + \usepackage{mjotex} \usepackage{mathtools} @@ -320,4 +325,8 @@ $\closure{X}$ and its boundary is $\boundary{X}$. \end{section} + \setlength{\glslistdottedwidth}{.3\linewidth} + \setglossarystyle{listdotted} + \glsaddall + \printnoidxglossaries \end{document}