From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: [Latex Export] Influence placement of \maketitle command Date: Thu, 15 May 2014 20:57:18 +0100 Message-ID: <87sioastlt.fsf@ucl.ac.uk> References: <87tx8sw72f.fsf@mailbox.org> <874n0snq0p.fsf@alphaville.bos.redhat.com> <87iop627df.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl1mb-00011g-9w for emacs-orgmode@gnu.org; Thu, 15 May 2014 15:57:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wl1mT-0007oL-Ly for emacs-orgmode@gnu.org; Thu, 15 May 2014 15:57:37 -0400 Received: from mail-am1lp0016.outbound.protection.outlook.com ([213.199.154.16]:25174 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wl1mT-0007ls-Fi for emacs-orgmode@gnu.org; Thu, 15 May 2014 15:57:29 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode@gnu.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