#
# Leave commented if you don't use a bibliography database.
#
-#BIBS = references.bib
+BIBS = local-references.bib
# A space-separated list of the mjotex files that you use. The path to
# mjotex must be contain in your $TEXINPUTS environment variable.
\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
$\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
\glsaddall
\printnoidxglossaries
+ \bibliographystyle{mjo}
+ \bibliography{local-references}
+
\printindex
\end{document}
--- /dev/null
+@article{
+ ehrenborg,
+ author = "Richard Ehrenborg",
+ title = "A Conceptual Proof of {C}ramer's Rule",
+ journal = "Mathematics Magazine",
+ volume = 77,
+ number = 4,
+ year = 2004,
+ pages = "308",
+ doi = "10.2307/3219291"
+}