emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Florian Lindner <mailinglists@xgm.de>
To: emacs-orgmode@gnu.org
Subject: Re: Some LaTeX Beamer / org-mode questions
Date: Thu, 2 Jun 2016 10:37:05 +0200	[thread overview]
Message-ID: <20160602103705.298b0726@asaru> (raw)
In-Reply-To: 874m9dryrk.fsf@gmx.us



On Wed, 01 Jun 2016 12:26:07 +0200
Rasmus <rasmus@gmx.us> wrote:

> Florian Lindner <mailinglists@xgm.de> writes:
> 
> > On Mon, 30 May 2016 13:53:52 +0200
> > Rasmus <rasmus@gmx.us> wrote:
> >  
> >> Hi,
> >> 
> >> Florian Lindner <mailinglists@xgm.de> writes:
> >>   
> >> >> #+options: title:nil    
> >> >
> >> > Sorry, can't make it work.    
> >> >> #+subtitle:    
> >> >
> >> > Neither that works for me    
> >> 
> >> Are you sure you are using an up-to-date version of Org?
> >> M-x org-version should return 8.3.something.  
> >
> > Ah, you were right. I used the builtin org version.
> >
> > It works now, however, when I set the title:nil is does not produce
> > a title page at all.
> >
> > #+BEGIN_LATEX
> > \maketitle
> > #+END_LATEX  
> 
> Or:
> 
> @@latex:\maketitle@@.
> 
> What exactly are you missing from the standard title page support of
> Org?

Nothing really, but when I use title:t, org mode sets a
\title{presentation} in the tex file which overwrites my own title. If
I set title:nil, it sets \title{} still overwriting my own title.

> > inserts a title page, but after the table of contents.
> >
> > Any way to work around that?  
> 
> Yes, the #+TOC keyword combined with the option toc:nil.

Ah, ok, I think I got using these settings now:

#+startup: beamer
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Boadilla
#+OPTIONS: H:2 num:t title:nil toc:nil

#+BEGIN_LATEX
\author[me]{me and the coauthors}
\title[short title]{long title \\ next line}
\subtitle{subtitle}
\institute[short institute]{long institute}
\maketitle
#+END_LATEX


As I said, all I want is to have a standard title page followed by a
toc, but I need to set also the short version of title, institute and
author.

Well it works, albeit not very elegant.

Best,
Florian

  reply	other threads:[~2016-06-02  8:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-30  8:38 Some LaTeX Beamer / org-mode questions Florian Lindner
2016-05-30  9:06 ` Rainer M Krug
2016-05-30  9:19 ` Rasmus
2016-05-30 11:33   ` Florian Lindner
2016-05-30 11:53     ` Rasmus
2016-06-01  8:44       ` Florian Lindner
2016-06-01 10:26         ` Rasmus
2016-06-02  8:37           ` Florian Lindner [this message]
2016-06-02  9:49             ` Rasmus
2016-06-14 12:43               ` Nicolas Goaziou
2016-09-21 11:21                 ` [patch] more Beamer properties Rasmus
2016-09-21 20:49                   ` Nicolas Goaziou
2016-09-22  8:42                     ` Rasmus
2016-09-22 22:51                       ` Nicolas Goaziou

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=20160602103705.298b0726@asaru \
    --to=mailinglists@xgm.de \
    --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).