Modify readme to remove references to ivy/helm-bibtex
This commit is contained in:
parent
bee1a794a2
commit
a3a4ad3258
1 changed files with 2 additions and 7 deletions
|
@ -24,7 +24,6 @@ Provide a helping hand when working with LaTeX documents.
|
||||||
+ Change PDF viewer to Okular or ~latex-preview-pane~
|
+ Change PDF viewer to Okular or ~latex-preview-pane~
|
||||||
+ Bibtex editor
|
+ Bibtex editor
|
||||||
+ Autocompletion using ~company-mode~
|
+ Autocompletion using ~company-mode~
|
||||||
+ Ivy or Helm for selecting bibliography
|
|
||||||
+ Compile your .tex code only once using LatexMk
|
+ Compile your .tex code only once using LatexMk
|
||||||
|
|
||||||
** Module Flags
|
** Module Flags
|
||||||
|
@ -39,7 +38,6 @@ Provide a helping hand when working with LaTeX documents.
|
||||||
+ [[https://github.com/alexeyr/company-auctex][company-auctex]]*
|
+ [[https://github.com/alexeyr/company-auctex][company-auctex]]*
|
||||||
+ [[https://github.com/TheBB/company-reftex][company-reftex]]*
|
+ [[https://github.com/TheBB/company-reftex][company-reftex]]*
|
||||||
+ [[https://github.com/vspinu/company-math][company-math]]*
|
+ [[https://github.com/vspinu/company-math][company-math]]*
|
||||||
+ [[https://github.com/tmalsburg/helm-bibtex][ivy-bibtex]]* or [[https://github.com/tmalsburg/helm-bibtex][helm-bibtex]]*
|
|
||||||
+ [[https://github.com/cdominik/cdlatex][cdlatex]] (=+cdlatex=)
|
+ [[https://github.com/cdominik/cdlatex][cdlatex]] (=+cdlatex=)
|
||||||
|
|
||||||
* TODO Prerequisites
|
* TODO Prerequisites
|
||||||
|
@ -48,14 +46,11 @@ Provide a helping hand when working with LaTeX documents.
|
||||||
|
|
||||||
* Customization
|
* Customization
|
||||||
** Specifying the location of a bibtex file & corresponding PDFs
|
** Specifying the location of a bibtex file & corresponding PDFs
|
||||||
The reftex and bibtex-completion packages have two variables that allow you to
|
Reftex has a variable that allow you to
|
||||||
specify where it should find your bibliography file(s) and their corresponding
|
specify where it should find your bibliography file(s):
|
||||||
PDFs:
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq reftex-default-bibliography "/your/bib/file.bib")
|
(setq reftex-default-bibliography "/your/bib/file.bib")
|
||||||
;; Optionally specifying a location for the corresponding PDFs
|
|
||||||
(setq bibtex-completion-library-path (list "/your/bib/pdfs"))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Changing the PDFs viewer
|
** Changing the PDFs viewer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue