local_cmmds.tex: Use `Eq.` instead of `Eqn.` in \fref
authorW. Trevor King <wking@tremily.us>
Thu, 9 May 2013 02:07:36 +0000 (22:07 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 9 May 2013 02:07:36 +0000 (22:07 -0400)
For consistency with cleveref's \cref{}.

src/local_cmmds.tex

index cf1f8b9830ddc23eff1d27a7f1e79af84b8cc222..fde8ec1a9d2a64255c6fe38ef09e98e0f5d2841d 100644 (file)
@@ -21,7 +21,7 @@
 \newcommand{\fref}[2]{%
   \switch%
   \case{\isequal{#1}{equation}}%
-    Eqn.~\iref{#1}{#2}%
+    Eq.~\iref{#1}{#2}%
   \case{\isequal{#1}{figure}}%
     Fig.~\iref{#1}{#2}%
   \otherwise%