From 1dcd068844630d2f620acfa6ff591ae42de77850 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 18 Dec 2014 13:30:02 -0500 Subject: [PATCH 1/1] add jmax-bibtex installation instructions --- README.org | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 024bab8..7bcfaea 100644 --- a/README.org +++ b/README.org @@ -1,8 +1,8 @@ #+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: @@ -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. + +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 -- 2.39.2