From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Title page in latex export Date: Fri, 4 Mar 2011 03:23:25 -0800 Message-ID: <20110304032325.2933652f@bhishma.homelinux.net> References: <20110304020505.77bc12d1@bhishma.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51256 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvT6a-0000JP-SR for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 06:23:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvT6a-00007C-4D for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 06:23:32 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:43192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvT6Z-00006w-U2 for emacs-orgmode@gnu.org; Fri, 04 Mar 2011 06:23:32 -0500 Received: by gyb13 with SMTP id 13so974822gyb.0 for ; Fri, 04 Mar 2011 03:23:31 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: Org mode mailing list , Camille persson Hi Camille, Thanks a lot for your response. On Fri, 4 Mar 2011 11:48:39 +0100 Camille persson wrote: > Hi, > > I think that what it already does > I don't think it does that. e.g. #+TITLE: Thesis title #+AUTHOR: Suvayu Ali #+LaTeX_CLASS: book * Introduction ** Chapter 1 ** Chapter 2 * My analysis ** Chapter 3 ** Chapter 4 gets exported to latex as, % Created 2011-03-04 Fri 03:19 \documentclass[11pt]{book} \usepackage[utf8]{inputenc} ... \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \begin{document} \title{Thesis title} \author{Suvayu Ali} \date{04 March 2011} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \part{Introduction} \label{sec-1} \chapter{Chapter 1} \label{sec-1_1} \chapter{Chapter 2} \label{sec-1_2} \part{My analysis} \label{sec-2} \chapter{Chapter 3} \label{sec-2_1} \chapter{Chapter 4} \label{sec-2_2} \end{document} I would like the: \title{Thesis title} \author{Suvayu Ali} \date{04 March 2011} to be outside the \begin{document} ... \end{document} I hope this clears any confusion. > But if you mean you should use \maketitlte before \begin{document} > you could do it like this: > > #+BIND: org-export-latex-title-command "" > #+LATEX_HEADER: \maketitle > > > Regards, > CP -- Suvayu Open source is the future. It sets us free.