emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Hsiu-Khuern Tang <hsiu-khuern.tang@hp.com>
To: emacs-orgmode@gnu.org
Subject: Re: LaTeX export gives extra lines between table of contents and first section
Date: Fri, 3 Oct 2008 11:13:52 -0700	[thread overview]
Message-ID: <20081003181352.GA26226@hplhtang1> (raw)
In-Reply-To: <20081003010416.GY17766@hplhtang1>

* On Fri 01:04AM +0000, 03 Oct 2008, Tang, Hsiu-Khuern (hsiu-khuern.tang@hp.com) wrote:
> I'm new to Org-Mode, and I'm getting to like it a lot!
> 
> I am running Org 6.07b.  I have this simple Org file:
> 
> ----------------------------------------
> * top level
> 
> ** second level
>    test
> ----------------------------------------
> 
> If I run M-x org-export-region-as-latex, I get this output:

Sorry, I meant M-x org-export-as-latex here.  I've narrowed this down to
the following behavior: with the above input file, the exported LaTeX is:

----------------------------------------
% standard preamble

\title{* top level}
\author{Tang Hsiu Khuern}
\date{03 October 2008}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents


** second level
   test
\section{second level}

   test

\end{document}
----------------------------------------

Here, the first heading is used for the title, as documented in "12.7.1
LaTeX export command".  (That description is perhaps inaccurate, since
it suggests that this only happens if there is an active region.)

If I suppress this by add the option #+TITLE: my title, I get this
output, without the extra lines:

----------------------------------------
% standard preamble

\title{my title}
\author{Tang Hsiu Khuern}
\date{03 October 2008}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents


\section{top level}


\subsection{second level}

   test

\end{document}
----------------------------------------

I also get output without extra lines if, instead of setting #+TITLE
explicitly, I give a dummy heading to be used as the title:
----------------------------------------
* my title

* something else

** second level
   test
> * top level
> 
> ** second level
>    test
----------------------------------------

So it seems like something undesirable happens when org-export-as-latex
needs to use the heading name as the title, _and_ the next section is a
subheading.

-- 
Best,
Hsiu-Khuern.

  reply	other threads:[~2008-10-03 18:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03  1:04 LaTeX export gives extra lines between table of contents and first section Hsiu-Khuern Tang
2008-10-03 18:13 ` Hsiu-Khuern Tang [this message]
2008-10-10 21:13 ` Carsten Dominik
2008-10-13 22:26   ` Hsiu-Khuern Tang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081003181352.GA26226@hplhtang1 \
    --to=hsiu-khuern.tang@hp.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).