From 1c51190ec26435059a02aa0f4a214339dc7fbc2e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 4 Dec 2020 09:38:55 -0500 Subject: Fix example environment for latex in emacs --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index c6a62cb..3ccf519 100644 --- a/.emacs +++ b/.emacs @@ -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) -- cgit v1.2.3