Skip to content

Commit

Permalink
PDF-Tools + BibTeX paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
basille committed Jul 14, 2022
1 parent 0a09c9b commit 4f1f69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In addition, a few changes need to be made for PDF Tools and
LaTeX. First, we need a additional library for PDF Tools:

#+BEGIN_SRC sh
sudo apt install libpoppler-glib-dev
sudo apt install elpa-pdf-tools-server libpoppler-glib-dev
#+END_SRC

Second, we define a central bibliographic folder at the level of the
Expand Down
3 changes: 2 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,8 @@ of potential extensions used there (PDF, DJVU, ZIP, etc.):
#+BEGIN_SRC emacs-lisp
(require 'ivy-bibtex)
(setq
bibtex-completion-bibliography '("/home/mathieu/Work/Bibliography/BiblioMB.bib")
;; bibtex-completion-bibliography '("/home/mathieu/Work/Bibliography/BiblioMB.bib")
bibtex-completion-bibliography '("/home/mathieu/.biblio.bib")
;; bibtex-completion-library-path '("/home/mathieu/Work/Bibliography/PDF/")
bibtex-completion-library-path '("/home/mathieu/Public/Basille/Bibliographie/PDF")
bibtex-completion-find-additional-pdfs t
Expand Down

0 comments on commit 4f1f69e

Please sign in to comment.