From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Nick Dokos <ndokos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [Latex Export] Influence placement of \maketitle command
Date: Thu, 15 May 2014 20:57:18 +0100 [thread overview]
Message-ID: <87sioastlt.fsf@ucl.ac.uk> (raw)
In-Reply-To: 87iop627df.fsf@mailbox.org
On Thursday, 15 May 2014 at 21:02, Alexander Baier wrote:
[...]
> While we are on the topic of placing "stuff": I also need to insert
> citations for which I use bibtex. I use #+LATEX:
> \bibliographystyle{plain} and #+LATEX: \bibliography{literatur} under my
> last header for the bibliography to be placed at the very end.
>
> I find this to be a somewhat lacking solution as moving my last subtree
> would move my bibliography, too.
>
> Is there a way to make it make it appear at the bottom of my document no
> matter what?
I put it under its own heading with an :ignoreheading: tag and use the
filter that was posted on this list (today in fact):
#+begin_src org
,* references :ignoreheading:
\bibliographystyle{acm}
\bibliography{papers.bib}
#+end_src
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-966-g6cdf1b
next prev parent reply other threads:[~2014-05-15 19:57 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-14 18:26 [Latex Export] Influence placement of \maketitle command Alexander Baier
2014-05-14 19:01 ` Nick Dokos
2014-05-14 21:28 ` Alexander Baier
2014-05-15 19:02 ` Alexander Baier
2014-05-15 19:57 ` Eric S Fraga [this message]
2014-05-15 20:41 ` Alexander Baier
2014-05-16 4:19 ` Nick Dokos
2014-05-16 8:36 ` Alexander Baier
2014-05-16 7:15 ` Eric S Fraga
2014-05-16 9:15 ` Alexander Baier
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sioastlt.fsf@ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=ndokos@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.