Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.27 KB

bbl-authoryear.org

File metadata and controls

45 lines (27 loc) · 1.27 KB

The natbib bbl cite processor with author-year formatting

A single key cite:&boes-2016-neural-networ.

A single key in textual form citet:&boes-2016-neural-networ.

A single key in parenthetical form citep:&boes-2016-neural-networ.

another single cite:&boes-2017-neural-networ

Two keys cite:&boes-2016-neural-networ;&boes-2017-neural-networ.

Three keys cite:&boes-2016-neural-networ;&xu-2017-first-princ;&boes-2017-neural-networ that should be merged.

Four keys, with last three merged cite:&boes-2016-neural-networ;&xu-2017-first-princ;&boes-2017-model-segreg;&geng-2017-first-princ.

A book cite:&Dominik201408.

Misc entry cite:&jkitchin76:online.

bibliographystyle:unsrtnat bibliography:../org-ref.bib

build

See the org version.

(require 'org-ref-natbib-bbl-citeproc)
(let ((org-export-before-parsing-hook '(org-ref-bbl-preprocess)))
  (org-org-export-as-org))

./bbl-authoryear.bbl

(let ((org-export-before-parsing-hook '(org-ref-bbl-preprocess)))
  (org-open-file (org-html-export-to-html)))