emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: New beamer support
Date: Wed, 06 Jan 2010 11:59:45 +0100	[thread overview]
Message-ID: <87y6kbo5we.fsf@mundaneum.com> (raw)
In-Reply-To: 4D2A7250-E096-4B8D-A7F0-85B043F01D08@gmail.com

Hi Carsten,

Carsten Dominik wrote:
> Sébastien Vauban wrote:
>>
>> The few things I'm tackling right now are:
>>
>> - How to get a TOC with a frame title, without having to add it explicitly?
>
> What would you like to have the LaTeX to be like?

See the line I added manually in the example Org file:

>> #+BEAMER: \frame{\frametitle{Table of Contents}\tableofcontents}

Now, we can discuss about the right title for the TOC slide:
- Table of Contents?
- Table of contents?
- Contents?
- Index?
- Plan?

Maybe that should become a customizable variable with a nice default value...


>> - How to get alerted text, without customizing `org-export-emphasis-
>>   alist'?  Has this been forgotten from the commit?
>
> I don't remember this.  Can you please remind me?

See the discussion with Eric on
http://www.mail-archive.com/emacs-orgmode-mXXj517/zsQ@public.gmane.org/msg19862.html.

Currently (git version of 10 mins ago), I have nothing defined for `@':

--8<---------------cut here---------------start------------->8---
org-export-latex-emphasis-alist is a variable defined in `org-latex.el'.
Its value is 
(("*" "\\textbf{%s}" nil)
 ("/" "\\emph{%s}" nil)
 ("_" "\\underline{%s}" nil)
 ("+" "\\st{%s}" nil)
 ("=" "\\verb" t)
 ("~" "\\verb" t))
--8<---------------cut here---------------end--------------->8---

Shouldn't `("@" "\\alert{%s}" nil)' be added by default?


>> - How to get "frame breaks", without modifying the resulting TeX file (by
>>  adding a frame option `allowframebreaks' -- similar to the `fragile'
>>  option)?
>
> Just put [allowframebreaks] into the :BEAMER_envargs: property of
> the node that becomes the frame.

That does work. Thanks.

However, couldn't we have that on by default on all nodes? For sure, some
people won't remark some text is cut off in the output beamer presentation,
when the option is not set.

By the way, how are we supposed to add that property in the most easiest
manner?  I never really used column view, but I have troubles when using it
here.

On the node where I want to add that property, I do:
- `C-c C-x C-c' to enter column view
- `right' (arrow) to go in the second column
- `e' to edit the property
... but I'm put in a tag selection menu... What am I doing wrong?


>> - How to get the TOC repeated when changing of section, with the new item
>>  highlighted?  See my manual essay ;-)
>
> I don't know!  Isn't this something that can be done with beamer themes?
> I have no idea.

Maybe others have feedback on this. I'm not yet expert either in beamer...


>> The last question has maybe few to do with Org. I mean: maybe, we can't have
>> that feature implemented in Org. Dunno.
>
> Beamer support is hacking Org quite a bit, installing hooks left
> and right, so I think it can be done.  But I would need o know what exactly is
> needed/wanted....

Sure. Thanks -- once again -- for all excellent results achieved so far.

Best regards,
  Seb

-- 
Sébastien Vauban



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2010-01-06 10:59 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-06  9:46 New beamer support Sébastien Vauban
2010-01-06 10:06 ` Carsten Dominik
2010-01-06 10:59   ` Sébastien Vauban [this message]
2010-01-06 12:36     ` Carsten Dominik
2010-01-06 13:35       ` Sébastien Vauban
2010-01-06 14:23         ` Carsten Dominik
2010-01-06 14:31           ` Carsten Dominik
2010-01-06 15:35             ` Sébastien Vauban
2010-01-06 17:32               ` Carsten Dominik
2010-01-06 15:47           ` Sébastien Vauban
2010-01-06 17:34             ` Carsten Dominik
2010-01-07  9:38               ` Sébastien Vauban
2010-01-07 10:35                 ` Carsten Dominik
2010-01-07 10:56                   ` Sébastien Vauban
2010-01-06 11:13   ` Christian Lasarczyk
2010-01-06 11:57     ` Carsten Dominik
2010-01-06 13:06       ` Sébastien Vauban
2010-01-06 11:40 ` Eric S Fraga
2010-01-06 13:03   ` Sébastien Vauban
2010-01-06 13:25     ` Carsten Dominik
2010-01-06 16:22       ` Sébastien Vauban
2010-01-06 17:33         ` Carsten Dominik
2010-01-07  8:41           ` Sébastien Vauban
2010-01-07 14:39             ` Darlan Cavalcante Moreira
2010-01-07 15:43               ` Carsten Dominik
2010-01-07 16:16                 ` Sébastien Vauban
2010-01-07 18:03                   ` Darlan Cavalcante Moreira
2010-01-07 18:18                     ` Carsten Dominik
2010-01-07 19:24                     ` Sébastien Vauban
2010-01-07 16:48               ` Carsten Dominik
2010-01-07  8:54           ` Sébastien Vauban
2010-01-07  9:26             ` Carsten Dominik
2010-01-07  9:47               ` Sébastien Vauban
2010-01-07 10:00                 ` Carsten Dominik
2010-01-07 10:21                   ` Sébastien Vauban
2010-01-07 10:33                     ` Carsten Dominik
2010-01-07 11:23                       ` Sébastien Vauban
2010-01-07 11:30 ` [beamer] Order in preamble Sébastien Vauban
2010-01-07 13:15   ` Carsten Dominik
2010-01-07 15:54     ` Sébastien Vauban

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=87y6kbo5we.fsf@mundaneum.com \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).