Skip to content

Instantly share code, notes, and snippets.

@anghyflawn
Created July 28, 2012 22:23
Show Gist options
  • Save anghyflawn/3195014 to your computer and use it in GitHub Desktop.
Save anghyflawn/3195014 to your computer and use it in GitHub Desktop.
test
(add-to-list 'reftex-bibliography-commands "addbibresource")
(add-hook 'LaTeX-mode-hook
(lambda ()
(when LaTeX-using-Biber
(setq reftex-cite-format
'((?\C-m . "\\cite[]{%l}")
(?f . "\\footcite[][]{%l}")
(?t . "\\textcite[]{%l}")
(?p . "\\parencite[]{%l}")
(?n . "\\nocite{%l}"))))))
(add-to-list 'TeX-command-list '("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment