From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: latex and bibliography?
Date: Sat, 15 Jun 2013 15:52:19 +0200 [thread overview]
Message-ID: <87mwqriir0.fsf@gmail.com> (raw)
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
next reply other threads:[~2013-06-15 13:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-15 13:52 Thorsten Jolitz [this message]
2013-06-15 14:15 ` latex and bibliography? Thorsten Jolitz
2013-06-16 3:28 ` Nick Dokos
2013-06-16 13:50 ` Rasmus
2013-06-17 6:54 ` Thorsten Jolitz
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=87mwqriir0.fsf@gmail.com \
--to=tjolitz@gmail.com \
--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).