emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Citations with org-ref in apa style


From: John Kitchin
Subject: Re: [O] Citations with org-ref in apa style
Date: Thu, 25 May 2017 20:36:28 -0400

I guess you should change
#+LATEX_HEADER:
 \usepackage[citestyle=authoryear-icomp,bibstyle=authoryear,
 hyperref=true,backref=false,maxcitenames=3,url="">backend=biber,natbib=true]
 {biblatex}

to 

#+LATEX_HEADER: \usepackage[american]{babel}
#+LATEX_HEADER: \usepackage{csquotes}
#+LATEX_HEADER: \usepackage[style=apa]{biblatex}
#+LATEX_HEADER: \DeclareLanguageMapping{american}{american-apa}
I am not a biber user. See http://mirrors.ibiblio.org/CTAN/macros/latex/contrib/biblatex-contrib/biblatex-apa/biblatex-apa.pdf for more details.


John

-----------------------------------
Professor John Kitchin 
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803

On Thu, May 25, 2017 at 3:57 PM, Lars Bjørndal <address@hidden> wrote:
On Thu, May 25, 2017 at 05:36:07PM +0100, Eric S Fraga wrote:
> On Thursday, 25 May 2017 at 11:47, Lars Bjørndal wrote:
> > 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.
>
> Have you tried?  What happens?

Well, to be honest, I don't know what to replace the line in question
with. I'm a novice both in LaTeX and in org-mode/org-ref.

Lars



reply via email to

[Prev in Thread] Current Thread [Next in Thread]