Suvayu Ali <fatkasuvayu+li...@gmail.com> wrote: > On Mon, 16 May 2011 04:18:32 -0400 > Sunny Srivastava <research.b...@gmail.com> 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 > <http://thread.gmane.org/gmane.emacs.orgmode/41582/focus=41583> > > 2. No customisations required but somewhat inconvenient to manage > <http://thread.gmane.org/gmane.emacs.orgmode/41582/focus=41636> >
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