From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference Date: Mon, 16 May 2011 10:28:18 -0400 Message-ID: <15271.1305556098@alphaville.dokosmarshall.org> References: <20110516015457.3f3d78ab@kuru.homelinux.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLymk-00045h-VV for emacs-orgmode@gnu.org; Mon, 16 May 2011 10:28:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLymj-0006gu-K4 for emacs-orgmode@gnu.org; Mon, 16 May 2011 10:28:38 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:51927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLymj-0006gC-Gy for emacs-orgmode@gnu.org; Mon, 16 May 2011 10:28:37 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LLA005T6LJ6CUA0@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 16 May 2011 09:28:24 -0500 (CDT) In-reply-to: Message from Suvayu Ali of "Mon, 16 May 2011 01:54:57 PDT." <20110516015457.3f3d78ab@kuru.homelinux.net> 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: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Suvayu Ali wrote: > On Mon, 16 May 2011 04:18:32 -0400 > Sunny Srivastava wrote: > > > 1. How can I import the Appendix with a different section number. > > Presently, the Appendix section has the number following the previous > > section number. Instead I want to have no number of Appendix and the > > sections of Appendix with numbers like A.1 (for 1st section of > > Appendix), A.2 (for 2nd section of Appendix). Similarly, sub-sections > > should be numbered like A.1.1 ... (I could not find a solution for > > this issue in the well-written worg tutorial by Dr. Dye. This may be > > solely because I am a beginner and could not formulate how to achieve > > this numbering scheme.) > > You have two options: > > 1. With some customisations, this will provide you a clean option > > > 2. No customisations required but somewhat inconvenient to manage > > I get the impression that the OP is asking a simpler question: not so much an org question as a LaTeX question. If I'm right, the following should help (and the references should take care of themselves): --8<---------------cut here---------------start------------->8--- * Chapter ** Section foo ** Section bar * Chapter ** Section baz ** Section hunoz #+LaTeX: \appendix * Appendix ** Section appfoo ** Section appbar --8<---------------cut here---------------end--------------->8--- Nick