emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Collapse LaTeX source before start of main document?
@ 2011-05-04 15:36 Chris Malone
  2011-05-04 16:18 ` Matt Lundin
  2011-05-04 22:25 ` Suvayu Ali
  0 siblings, 2 replies; 18+ messages in thread
From: Chris Malone @ 2011-05-04 15:36 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]

Hi All,

I'm working on using org mode for my PhD thesis.  I'd like to do this in one
large file where each headline is a single chapter.  Naturally in a thesis
there needs to be a lot of front matter: title page, abstract, signature
page, etc.  Right now, I'm doing this with something like:

----------------------------------------------------------------------------------------------------------
#+begin_latex


\doublespacing


\pagenumbering{roman}




\maketitle


\makeapproval




\begin{abstract}

     blah blah blah....

\end{abstract}




\tableofcontents




\pagestyle{thesis}


\newpage


\pagenumbering{arabic}

#+end_latex

* Test Chapter 1
This is a test.
----------------------------------------------------------------------------------------------------------

When I include the actual contents of my abstract, this preliminary material
section (the #+begin ... #+end block) is rather large.  I'd like to be able
to put this material into a headline so that I could collapse it - but I
don't want this headline exported as content of the main document.

In other words, is there a property or tag that I can add to a headline that
causes LaTeX export to ignore the fact that it is a headline (i.e. \chapter,
\section, \subsection, etc.), but still export its contents?  Something
like:

----------------------------------------------------------------------------------------------------------
* This is just preliminary material             :prelim:
#+begin_latex


\doublespacing


\pagenumbering{roman}




\maketitle


\makeapproval




\begin{abstract}

     blah blah blah....

\end{abstract}




\tableofcontents




\pagestyle{thesis}


\newpage


\pagenumbering{arabic}

#+end_latex

* Test Chapter 1
This is a test.
----------------------------------------------------------------------------------------------------------

Chris

[-- Attachment #2: Type: text/html, Size: 7105 bytes --]

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-06-07 19:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-04 15:36 Collapse LaTeX source before start of main document? Chris Malone
2011-05-04 16:18 ` Matt Lundin
2011-05-04 18:05   ` Chris Malone
2011-05-04 22:23     ` Matt Lundin
2012-09-27  9:07       ` Renier Marchand
2012-09-27 15:33         ` Nick Dokos
2014-06-06 17:03   ` Eric Schulte
2014-06-07 19:48     ` Eric Schulte
2011-05-04 22:25 ` Suvayu Ali
2011-05-05 14:23   ` Chris Malone
2011-05-05 14:46     ` Suvayu Ali
2011-05-05 15:37       ` Chris Malone
2011-05-05 17:37         ` Suvayu Ali
2011-05-05 17:45           ` chris.m.malone
2011-05-05 18:02             ` Suvayu Ali
2011-05-06 15:41               ` Eric S Fraga
2011-05-06 17:04                 ` Suvayu Ali
2011-05-06 12:34     ` Matt Lundin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).