emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mark Elston <m_elston@comcast.net>
To: org-mode emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Oddity in LaTeX export?
Date: Sat, 12 Dec 2009 21:48:47 -0800	[thread overview]
Message-ID: <4B24803F.7090402@comcast.net> (raw)

I have a standard format I like to use in creating some class notes
in latex.  I use memoir and have a boilerplate that only differs
in the title from notes to notes.  I have decided to try to manage
my documentation for my notes in org to see if it is easier to do.
Mostly (so far) it is a pretty good match.

However, I have run into a snag for exporting the notes to latex.
I tried using the #+TITLE: directive but got page numbers (in roman)
on the first couple of pages.  This looked ugly.  So I set the
#+TITLE: directive to be empty and added to the #+TEXT: block
the following:

#+TEXT: \title{ABC Class Notes}
#+TEXT: \begin{titlingpage}
#+TEXT: \maketitle
#+TEXT: \end{titlingpage}

This almost works.  The problem is the first of these lines gets
exported with the closing '}' escaped.  In other words it comes
out as:

\title{ABC Class Notes\}

I am not sure why this is or what to do about it.

BTW, I had to set the TITLE directive to empty since just having it
resulted in an automatic \maketitle export which was not surrounded
by the titlingpage environment.  I really wanted that titlingpage
environment and I couldn't think of another way of  handling it.

There are a couple of other items but I want to take this a step at a
time.

Mark

             reply	other threads:[~2009-12-13  5:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-13  5:48 Mark Elston [this message]
2009-12-13  7:35 ` Oddity in LaTeX export? Nick Dokos
2009-12-13 15:52   ` Mark Elston
2010-01-01 10:34     ` Carsten Dominik
2010-01-02  5:08       ` Mark Elston

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=4B24803F.7090402@comcast.net \
    --to=m_elston@comcast.net \
    --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).