Skip to content

Instantly share code, notes, and snippets.

@oscarcarlsson
Created October 10, 2011 15:36
Show Gist options
  • Save oscarcarlsson/1275628 to your computer and use it in GitHub Desktop.
Save oscarcarlsson/1275628 to your computer and use it in GitHub Desktop.
biblatex i auctex
(setq reftex-cite-format '((13 . "\\cite[]{%l}")
(116 . "\\textcite[]{%l}")
(112 . "\\parencite[]{%l}")
(97 . "\\citeauthor{%l}")
(110 . "\\nocite{%l}")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment