]> git.donarmstrong.com Git - org-ref.git/commitdiff
add jmax-bibtex installation instructions
authorJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 18 Dec 2014 18:30:02 +0000 (13:30 -0500)
committerJohn Kitchin <jkitchin@andrew.cmu.edu>
Thu, 18 Dec 2014 18:30:02 +0000 (13:30 -0500)
README.org

index 024bab840e4155691d9cfb61e05b95a3db2137b2..7bcfaeacbff31ff4a8ce9856c09bdc4cb78b0a81 100644 (file)
@@ -1,8 +1,8 @@
 #+TITLE: org-ref: citations, cross-references, indexes, glossaries and bibtex utilities for org-mode
 
 #+TITLE: org-ref: citations, cross-references, indexes, glossaries and bibtex utilities for org-mode
 
-You should read [[./org-ref.org]]. It contains all documentation and installation instructions.
+[[./org-ref.org]] contains all documentation and installation instructions.
 
 
-[[./doi-utils.org]] contains functions for downloading bibtex entries from  a DOI, and redefines the org-mode doi link so it has more functionality.
+[[./doi-utils.org]] contains functions for downloading bibtex entries from  a DOI, and redefines the org-mode doi link so it has more functionality. 
 
 [[./jmax-bibtex.el]] contains some utility functions:
 
 
 [[./jmax-bibtex.el]] contains some utility functions:
 
@@ -15,3 +15,10 @@ You should read [[./org-ref.org]]. It contains all documentation and installatio
 4. Function to replace non-ascii characters in bibtex entries
 
 5. Functions to replace journal names with @string entries, and corresponding short/long names.
 4. Function to replace non-ascii characters in bibtex entries
 
 5. Functions to replace journal names with @string entries, and corresponding short/long names.
+
+To install this, add the org-ref repo directory to your load-path, and 
+
+#+BEGIN_SRC emacs-lisp
+(add-to-list 'load-path "path-to-org-ref")
+(require 'jmax-bibtex)
+#+END_SRC