From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aditya Mandayam Subject: Re: References in Latex Date: Mon, 25 Jul 2011 21:33:35 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlWXJ-0006Jm-9I for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 21:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlWXI-00088z-Ce for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 21:34:17 -0400 Received: from mail-pz0-f49.google.com ([209.85.210.49]:49492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlWXI-00088v-4g for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 21:34:16 -0400 Received: by pzk33 with SMTP id 33so8095502pzk.8 for ; Mon, 25 Jul 2011 18:34:15 -0700 (PDT) In-Reply-To: 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: suvayu ali Cc: emacs-orgmode@gnu.org On Mon, Jul 25, 2011 at 9:24 PM, suvayu ali wrote: > Hi Aditya, > > On Tue, Jul 26, 2011 at 2:56 AM, Aditya Mandayam wrote: >> Hello, >> >> So when exporting from .org to LaTeX-PDF, I would like the references >> to show up at the bottom. This does not happen currently. Why is it >> so? >> > > When you say references, do you mean references within the document or > citations to external sources? And when you say bottom, do you mean at > the end of the document or as a footnote? > I mean citations to external sources (papers, web pages etc) at the end of the document. > Internal references (using \ref{..}) (e.g. to figures, tables, > equations) are shown just fine here. Whereas for external citations > (using \cite{..}), it is customary to list them in a bibliography. You > need to use the bibtex command to achieve that. > does this mean running bibtex on the tex file again? incidentally, i used to run rubber with xelatex using the following commented line at the top of my tex files: % rubber: set program xelatex now, upon looking at the tex file generated by org, i added the above line and ran rubber again on the tex file, and the bibliography came out just fine. is this expected? to massage the tex generated by org? or am i seeing it wrong and it is assumed that i have a tex file in the first place? >> PS: Gleaned from >> http://tincman.wordpress.com/2011/01/04/research-paper-management-with-emacs-org-mode-and-reftex/ >> > > That article is rather old. Everything might not work as described. > >> A >> >> > > Hope my comments help. > > -- > Suvayu > > Open source is the future. It sets us free. >