Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
On Wednesday, 25 Sep 2019 at 11:11, Luca Ferrari wrote: > If I can remove the numbering from second level heading, keeping the > \subsectionpage title information, that would be perfect! Try using \insertsection and \insertsubsection instead of what you have used. -- Eric S Fraga via Emacs 27.0.

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
On Wed, Sep 25, 2019 at 10:39 AM Fraga, Eric wrote: > #+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}} Great! So far, after having activated numbering, the following made me almost happy: #+latex_header: \newtranslation[to=italian]{Section}{Capitolo} #+latex_header: \newtran

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Fraga, Eric
Hi Luca, almost there. You need to enable section numbering for what you want to work so set num:t in the options. If you want second level headings to appear as well, add #+latex_header: \AtBeginSubsection[]{\begin{frame}BAR\end{frame}} -- : Professor Eric S Fraga, http://www.homepages.u

Re: [O] export to beamer with heading 1 as separators

2019-09-25 Thread Luca Ferrari
On Tue, Sep 24, 2019 at 7:22 PM Fraga, Eric wrote: > #+latex_header: > \AtBeginSection[]{\begin{frame}{Topic}\tableofcontents[currentsection]\end{frame}} Thanks Eric, but I cannot get it working. I've build an org example: #+TITLE: Beamer Test #+OPTIONS: H:3 num:nil toc:nil #+OPTIONS:

Re: [O] export to beamer with heading 1 as separators

2019-09-24 Thread Fraga, Eric
On Tuesday, 24 Sep 2019 at 18:15, Luca Ferrari wrote: > I'm trying to export to beamer my org-mode presentation, but I would > like that top level elements in the tree appears as "separators" > slides, that is chapter introduction. You can make second level headings to correspond to slides with to

[O] export to beamer with heading 1 as separators

2019-09-24 Thread Luca Ferrari
Hi all, I'm trying to export to beamer my org-mode presentation, but I would like that top level elements in the tree appears as "separators" slides, that is chapter introduction. So if my tree is: * License * Arg 0 ** slide 1 ** slide 2 ** slide 3 * Arg 1 ** slide 4 ** slide 5 ** slide 6 I want

Re: [O] export to beamer

2015-11-06 Thread Kaushal Modi
There were a lot of changes in this area in org-mode version 8.0. I believe you updated from an older version 8.x version. Here's info on the 8.0 upgrade: http://orgmode.org/worg/org-8.0.html There are many backward incompatible changes in that version. So you should read the above in full, espec

Re: [O] export to beamer

2015-11-04 Thread Benda Xu
童俊翔 writes: > I want to export org to beamer. It worked well previously when I press > C-c C-e l O. But in recent days, when I press C-c C-e l, the options > for beamer are missing. I can only export to pdf, not beamer. > > What’s the problem, and what can I do? I found the same issue. Try add

Re: [O] export to beamer

2015-11-04 Thread Eric S Fraga
On Wednesday, 4 Nov 2015 at 22:29, 童俊翔 wrote: > I want to export org to beamer. It worked well previously when I press > C-c C-e l O. But in recent days, when I press C-c C-e l, the options > for beamer are missing. I can only export to pdf, not beamer. > > What’s the problem, and what can I do?

[O] export to beamer

2015-11-04 Thread 童俊翔
I want to export org to beamer. It worked well previously when I press C-c C-e l O. But in recent days, when I press C-c C-e l, the options for beamer are missing. I can only export to pdf, not beamer. What’s the problem, and what can I do? Thanks a lot!

[O] export to beamer

2015-11-04 Thread 童俊翔
I want to export org to beamer. It worked well previously when I press C-c C-e l O. But in recent days, when I press C-c C-e l, the options for beamer are missing. I can only export to pdf, not beamer. What’s the problem, and what can I do? Thanks a lot!