Skip to content
Bruce D'Arcus edited this page May 4, 2021 · 52 revisions

This provides a mapping from possible org-cite style names to different export formats.

For citeproc-org, the asterisk represents a suggested supported style.

org-cite substyle org-cite shortcut natbib biblatex citeproc-org
default (no style) \citep \autocite default
text t \citet \textcite *
author a \citeauthor \citeauthor *
title ti \citetitle *
year y \citeyear \citeyear *
locators l \pnotecite *
nocite n \nocite *

Note that CSL implementations like citeproc-el are based around biblatex autocite-like functionality as default. The CSL style controls how the default cite command is formatted. While this is less-flexible than biblatex, for example, it's simpler for the user, as you use the same base command regardless of whether you are using an author-date, numeric, or note-based style.

Sub-styles

Can be appended to the above styles as a way to handle some of the natbib and biblatex variants, without an explosion of styles. This includes the default style, which would result in [cite//alt:@doe].

  • alt (removes citation enclosing punctuation; for example cite:locators/alt -> biblatex \notecite)
  • full (rather than shortened, author list; for example \citet*)
  • caps (force initial capitalization?)
Clone this wiki locally