emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Colin Baxter <m43cap@yandex.com>
Cc: autofrettage <autofrettage@protonmail.ch>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>,
	Bruce D'Arcus <bdarcus@gmail.com>,
	Nicolas Goaziou <mail@nicolasgoaziou.fr>
Subject: Re: "Unknown processor biblatex"
Date: Mon, 04 Oct 2021 12:11:26 +0100	[thread overview]
Message-ID: <87zgrpqc2p.fsf@ucl.ac.uk> (raw)
In-Reply-To: <874k9xw2su.fsf@yandex.com> (Colin Baxter's message of "Mon, 04 Oct 2021 10:35:13 +0100")

Colin,

I also only use the basics when writing articles.  With the new
org-cite, the closest I have is with the following settings, as an
example:

#+cite_export: natbib plain
#+latex_header: \usepackage[numbers,sort,super]{natbib}
#+bibliography: ~/[...]/bibliography.bib

This converts the simplest [cite:@author] to \citep{author}.  Natbib
settings need to be adjusted to your tastes/needs, of course.

In my org configuration, I have

#+begin_src emacs-lisp
  (require 'oc-basic)
  (require 'oc-csl)
  (require 'oc-natbib)
#+end_src 

to cover all the bases.

I have not been able to get away from using natbib for LaTeX export,
unfortunately.  A simple basic bibtex org-cite exporter would be
welcome, one that simply generates \cite{author} without any frills.

It's important to highlight that, to me, the advantage of org-cite, over
what I was using before with my own cite: link definition, is that
changing that first line to something like

#+cite_export: csl "[...]/acm-siggraph.csl"

lets me export the same document to ODT or text with the
citations.  It's not something I need often but I did in fact need it
just recently and was greatly welcome!

HTH,
eric

-- 
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-30-g9e71df
: Latest paper written in org: https://arxiv.org/abs/2106.05096


  reply	other threads:[~2021-10-04 11:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03 20:56 "Unknown processor biblatex" autofrettage
2021-10-03 21:09 ` Bruce D'Arcus
2021-10-03 21:22   ` autofrettage
2021-10-04  7:18   ` Colin Baxter
2021-10-04  8:59     ` Nicolas Goaziou
2021-10-04  9:35       ` Colin Baxter
2021-10-04 11:11         ` Eric S Fraga [this message]
2021-10-04 13:36           ` Colin Baxter
2021-10-04 14:00             ` Eric S Fraga
2021-10-04 14:34           ` Max Nikulin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgrpqc2p.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=autofrettage@protonmail.ch \
    --cc=bdarcus@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=m43cap@yandex.com \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).