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: LaTeX export gives extra lines between table of contents and first section
Date: Thu, 2 Oct 2008 18:04:17 -0700	[thread overview]
Message-ID: <20081003010416.GY17766@hplhtang1> (raw)

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:

----------------------------------------
% Created 2008-10-02 Thu 17:58
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}


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

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents


** second level
   test
\section{second level}

   test

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

As you can see, there are extra lines between \tableofcontents and \section,
which I think shouldn't be there.  If I select the whole file as the region and
run M-x org-export-region-as-latex, the extra lines get _duplicated_:

----------------------------------------
...
\tableofcontents


** second level
   test

** second level
   test
\section{second level}
...
----------------------------------------

-- 
Best,
Hsiu-Khuern.

             reply	other threads:[~2008-10-03  1:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-03  1:04 Hsiu-Khuern Tang [this message]
2008-10-03 18:13 ` LaTeX export gives extra lines between table of contents and first section Hsiu-Khuern Tang
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=20081003010416.GY17766@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).