Remove ignored files

This commit is contained in:
Mateus Pinto Rodrigues
2018-07-02 13:15:01 -03:00
parent 80131eaae6
commit 55cb01ec16
799 changed files with 16488 additions and 43103 deletions

View File

@@ -71,9 +71,16 @@
'((sequence "TODO" "IN PROGRESS" "|" "DONE")))
;; org-ref
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
(require 'org-ref)
;; see org-ref for use of these variables
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
(setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
org-ref-default-bibliography '("~/repos/csphy/pesquisa/vis.bib")
org-ref-pdf-directory "~/repos/csphy/pesquisa/vis")
;; Use biber to process bibtex
(setq org-latex-pdf-process
'("xelatex -interaction nonstopmode -output-directory %o %f"
"biber %b"
"xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"))