X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=examples.tex;h=c1f3df1eb64e416fb00c52f809cdcfc562138324;hp=4005cdd984dfe9a46194751b97b1bea2b8679748;hb=a6c1d186ec5bbd8d02dfd2f057cd147afdfe900f;hpb=f114f14b8b351c58103bc0f55f69778175ab57b6 diff --git a/examples.tex b/examples.tex index 4005cdd..c1f3df1 100644 --- a/examples.tex +++ b/examples.tex @@ -1,7 +1,17 @@ \documentclass{report} -% We have to load this before mjotex so that mjotex knows to define -% its glossary entries. +% Setting hypertexnames=false forces hyperref to use a consistent +% internal counter for proposition/equation references rather than +% being clever, which doesn't work after we reset those counters. +\usepackage[hypertexnames=false]{hyperref} +\hypersetup{ + colorlinks=true, + linkcolor=blue, + citecolor=blue +} + +% We have to load this after hyperref, so that links work, but before +% mjotex so that mjotex knows to define its glossary entries. \usepackage[nonumberlist]{glossaries} \makenoidxglossaries @@ -157,6 +167,9 @@ $\boundedops[W]{V}$. If $W = V$, then we write $\boundedops{V}$ instead. + If you want to solve a system of equations, try Cramer's + rule~\cite{ehrenborg}. + The direct sum of $V$ and $W$ is $\directsum{V}{W}$, of course, but what if $W = V^{\perp}$? Then we wish to indicate that fact by writing $\directsumperp{V}{W}$. That operator should survive a @@ -335,5 +348,8 @@ \glsaddall \printnoidxglossaries + \bibliographystyle{mjo} + \bibliography{local-references} + \printindex \end{document}