emacs-orgmode
[Top][All Lists]
Advanced

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

[O] latex and bibliography?


From: Thorsten Jolitz
Subject: [O] latex and bibliography?
Date: Sat, 15 Jun 2013 15:52:19 +0200
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Hi List,

here is a minimal example of what I thought should work but does not:

- org-bibtest.org
,--------------------------
| * chapter
| ** section
| \cite{west1995bayesian}
| ** section
| \bibliographystyle{plain}
| \bibliography{bibtest}
`--------------------------

- org-bibtest.bib
,--------------------------------------------------------------------------
| @article{west1995bayesian,
|   title={Bayesian inference in cyclical component dynamic linear models},
|   author={West, Mike},
|   journal={Journal of the American Statistical Association},
|   volume={90},
|   number={432},
|   pages={1301--1312},
|   year={1995},
|   publisher={Taylor \& Francis Group}
| }
`--------------------------------------------------------------------------

=> exports to ASCII buffer:

,---------------------------------------------------
|                            _________________
|
|                               ORG-BIBTEST
|
|                             Thorsten Jolitz
|                            _________________
|
|
| Table of Contents
| _________________
|
| 1 chapter
| .. 1.1 section
| .. 1.2 section
|
|
| 1 chapter
| =========
|
| 1.1 section
| ~~~~~~~~~~~
|
|   \cite{west1995bayesian}
|
|
| 1.2 section
| ~~~~~~~~~~~
|
|   \bibliographystyle{plain} \bibliography{bibtest}
`---------------------------------------------------

Is that wrong use or am I not up-to-date?

PS
using
,--------------------------------
| * chapter
| ** section
| #+LATEX:\cite{west1995bayesian}
| ** section
| #+begin_latex
| \bibliographystyle{plain}
| \bibliography{bibtest}
| #+end_latex
`--------------------------------

did not work either:
,---------------------------------------------
|                            _________________
|
|                               ORG-BIBTEST
|
|                             Thorsten Jolitz
|                            _________________
|
|
| Table of Contents
| _________________
|
| 1 chapter
| .. 1.1 section
| .. 1.2 section
|
|
| 1 chapter
| =========
|
| 1.1 section
| ~~~~~~~~~~~
|
|
| 1.2 section
| ~~~~~~~~~~~
|
`---------------------------------------------

--
cheers,
Thorsten




reply via email to

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