emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: lars@lamasti.net (Lars Bjørndal)
To: emacs-orgmode@gnu.org
Subject: Citations with org-ref in apa style
Date: Thu, 25 May 2017 13:47:19 +0200	[thread overview]
Message-ID: <m3k255p394.fsf@dalen.lamasti.net> (raw)

Hi, list!

I'm currently writing an exam in org-mode with org-ref, installed from
elpa. I think the institution expects to get the referances in apa
style. So I wonder if I can do that, and how I can do it.

In the .org file, I have a line like this, that I suppose I have to
change:

(all in one line)
#+LATEX_HEADER:
 \usepackage[citestyle=authoryear-icomp,bibstyle=authoryear, 
 hyperref=true,backref=false,maxcitenames=3,url=true,backend=biber,natbib=true]
 {biblatex}

With this line, the c-c c-e l p command compiles to pdf, according to
the following setting in my .emacs file:

(setq  org-latex-pdf-process
       '("pdflatex -interaction nonstopmode -output-directory %o %f"
       "biber %b"
       "pdflatex -interaction nonstopmode -output-directory %o %f"
       "pdflatex -interaction nonstopmode -output-directory %o %f"))

Org-mode version:
Org-mode version 8.2.10 (release_8.2.10 @
/usr/share/emacs/25.2/lisp/org/)

Thanks and regards, Lars

             reply	other threads:[~2017-05-25 11:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-25 11:47 Lars Bjørndal [this message]
     [not found] <6dc0a293c50c44f3bffeb638fed1b744@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-05-25 16:36 ` Citations with org-ref in apa style Eric S Fraga
2017-05-25 19:57   ` Lars Bjørndal
2017-05-26  0:36     ` John Kitchin
2017-05-26 11:24       ` Lars Bjørndal

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=m3k255p394.fsf@dalen.lamasti.net \
    --to=lars@lamasti.net \
    --cc=emacs-orgmode@gnu.org \
    /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).