diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-16 20:18:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-16 20:19:28 -0400 |
commit | 2b3ea5b62931f0e6e2be1c9f77129c18e016139f (patch) | |
tree | c52ca6f078228610e11b5ea1aa4a715405633965 /.emacs | |
parent | org-mode + org-ref (diff) |
default reftex emacs
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -477,6 +477,7 @@ entirely if it contains the DOI." :after latex :hook (LaTeX-mode . reftex-mode) :custom + (reftex-default-bibliography '("~/Documents/papers/library.bib")) (reftex-label-alist '(("axiom" ?a "ax:" "~\\ref{%s}" nil ("axiom" "ax.") -3) ("theorem" ?h "theorem:" "~\\ref{%s}" t ("theorem" "th.") -3) ("proposition" ?p "prop:" "~\\ref{%s}" t ("proposition" "prop.") -3) |