diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-12-04 09:38:55 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-12-04 09:38:55 -0500 |
commit | 1c51190ec26435059a02aa0f4a214339dc7fbc2e (patch) | |
tree | 96c8dd623bbb8d073650050ea6b378a8494ef0e6 /.emacs | |
parent | irssi config (diff) |
Fix example environment for latex in emacs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -758,7 +758,7 @@ If not, issue a warning." ("corollary" ?c "cor:%F:" "~\\ref{%s}" t ("corollary" "cor.") -3) ("lemma" ?l "lemma:%F:" "~\\ref{%s}" t ("lemma" "lem.") -3) ("conjecture" ?j "conj:%F:" "~\\ref{%s}" t ("conjecture" "conj.") -3) - ("example" ?e "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3) + ("example" ?X "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3) ("figure" ?F "fig:%F:" "~\\ref{%s}" t ("figure" "fig.") -3) ("ax" ?a "ax:%F:" "~\\ref{%s}" t ("axiom" "ax.") -3) ("thm" ?h "theorem:%F:" "~\\ref{%s}" t ("theorem" "th.") -3) |