emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: export to beamer: author and dynamic effects are not exported.
Date: Mon, 14 Dec 2020 10:19:59 +0100	[thread overview]
Message-ID: <871rfsg2ww.fsf@mat.ucm.es> (raw)

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]



Hi 

Consider please the following example 

#+TITLE: This title
#+AUTHOR: Uwe Brauer

* This is an example
:PROPERTIES:
:BEAMER_opt: <+->
:END:

Now

    1. This

    2. That 

It should be exported as

\author{Uwe Brauer}
and the dynamic effect as 

\begin{frame}[<+->][label={sec:orge797871}]{This is an example}

But it is not, instead 

\begin{frame}[label={sec:orgb41a8d4},<+->]{This is an example}

Which does not compile correctly

Moreover the author is ignored (there is pdfauthor however which
does not get compiled) and 



I attach the org file the resulting tex file and the corrected tex file

Regards

Uwe Brauer 



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: prob.tex --]
[-- Type: text/x-tex, Size: 758 bytes --]

% Created 2020-12-14 lun 10:15
% Intended LaTeX compiler: pdflatex
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage[numbered,framed]{matlab-prettifier}
\usetheme{default}
\date{\today}
\title{This title}
\hypersetup{
 pdfauthor={Uwe Brauer},
 pdftitle={This title},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 28.0.50 (Org mode 9.3.7)}, 
 pdflang={English}}
\begin{document}

\maketitle

\begin{frame}[label={sec:orgb41a8d4},<+->]{This is an example}
Now

\begin{enumerate}
\item This

\item That
\end{enumerate}
\end{frame}
\end{document}

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: prob.org --]
[-- Type: text/x-org, Size: 132 bytes --]

#+TITLE: This title
#+AUTHOR: Uwe Brauer

* This is an example
:PROPERTIES:
:BEAMER_opt: <+->
:END:

Now

    1. This

    2. That 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: prob-corr.tex --]
[-- Type: text/x-tex, Size: 780 bytes --]

% Created 2020-12-14 lun 10:13
% Intended LaTeX compiler: pdflatex
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage[numbered,framed]{matlab-prettifier}
\usetheme{default}
\date{\today}
\title{This title}
\author{Uwe Brauer }
\hypersetup{
 pdfauthor={Uwe Brauer},
 pdftitle={This title},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 28.0.50 (Org mode 9.3.7)}, 
 pdflang={English}}
\begin{document}

\maketitle

\begin{frame}[<+->][label={sec:orge797871}]{This is an example}
Now

\begin{enumerate}
\item This

\item That
\end{enumerate}
\end{frame}
\end{document}

             reply	other threads:[~2020-12-14  9:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14  9:19 Uwe Brauer [this message]
2020-12-14 10:18 ` export to beamer: author and dynamic effects are not exported Eric S Fraga
2020-12-14 13:08   ` Uwe Brauer
2020-12-14 13:32     ` Eric S Fraga
2020-12-14 16:24       ` Uwe Brauer
2020-12-14 16:44         ` Eric S Fraga
2020-12-14 19:51           ` [Institute field] (was: export to beamer: author and dynamic effects are not exported.) Uwe Brauer
2020-12-15 11:33             ` [Institute field] Eric S Fraga
2020-12-15 15:43               ` Uwe Brauer

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=871rfsg2ww.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --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).