From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org Mode document export / TOC in Page 2 Date: Sat, 21 May 2011 06:26:52 -0400 Message-ID: <4786.1305973612@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNjOq-0007Vb-2b for emacs-orgmode@gnu.org; Sat, 21 May 2011 06:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNjOp-0000xY-2u for emacs-orgmode@gnu.org; Sat, 21 May 2011 06:27:11 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:58021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNjOo-0000xN-Vq for emacs-orgmode@gnu.org; Sat, 21 May 2011 06:27:11 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LLJ00CLBJOSC420@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 21 May 2011 05:26:58 -0500 (CDT) In-reply-to: Message from Ghanashyam of "Sat, 21 May 2011 09:10:52 +0530." 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: Ghanashyam Cc: nicholas.dokos@hp.com, org-mode-mailing-list Ghanashyam wrote: > I have an org mode file which I export to a pdf document, and I have the table of > contents enabled with toc:t. But what I want is that the heading of the document > should appear in Page 1 at the center of the page,and there should be a page > break after the heading and the table of contents should start from the second > page. > Is this possible? > You may have to make other adjustments as well but an initial approximation might be: #+LaTeX_CLASS: report Nick