From: Marvin Doyley <marvinpas@gmail.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Problem with beamer export
Date: Sun, 6 Oct 2013 20:45:19 -0400 [thread overview]
Message-ID: <CALQvLVrGLH1qs2-hu8nQEy=263oe6AkkE4oY_AuRSaBOnho50A@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3317 bytes --]
For more clarification
Here is a simple test file
#+STARTUP: beamer
#+LATEX_CMD: xelatex
#+LaTeX_CLASS: beamer
#+TITLE: Testing
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_HEADER: \input{header_beamer} \date{}
#+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args)
%4BEAMER_col(Col) %8BEAMER_OPT(opt)
#+OPTIONS: H:2 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+EXPORT_EXCLUDE_TAGS: noexport
* Intro
** Apples
** Pears
- 1
- 2
- 3
** Cars
Ideally,
Apples & Cars should be two blank slide with just the frame titles, while
slide Pears should have bullets 1, 2 & 3.
This is what the file export to
\makeatletter\let\ifGm@compatii\relax\makeatother
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\input{header_beamer} \date{}
\usetheme{default}
\author{Marvin M. Doyley}
\date{\today}
\title{Testing}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 24.3.1 (Org mode 8.2.1)}}
\begin{document}
\maketitle
\section{Intro}
\label{sec-1}
\subsection{Apples}
\label{sec-1-1}
\subsection{Pears}
\label{sec-1-2}
\begin{itemize}
\item 1
\item 2
\item 3
\end{itemize}
\subsection{Cars}
\label{sec-1-3}
% Emacs 24.3.1 (Org mode 8.2.1)
\end{document}
Header_beamer.tex is
\usetheme{split}
\setbeamertemplate{footline}[split theme]
%% Beamer style
\setbeamerfont{frametitle}{family=\rmfamily,shape=\itshape}
\setbeamercovered{invisible}
\setbeamertemplate{itemize subitem}[circle]
\setbeamertemplate{frametitle}[default][center]
\setbeamertemplate{navigation symbols}{}
\newcommand{\pdd}[2]{\frac{\partial {#1}}{\partial {#2}}} % partial
derivative
\newcommand{\ave}[1]{\left\langle#1\right\rangle} % average <x>
\newcommand{\var}[1]{\sigma} % for
variance
\newcommand{\abs}[1]{\left|#1\right|} %
modulus/absolute value
\newcommand{\uv}[1]{\ensuremath{\mathbf{\hat{#1}}}} % for
unit vector
\newcommand{\degree}{\ensuremath{^\circ}} % degree
\renewcommand{\div}[1]{\gv{\nabla} \cdot #1} % for
divergence
\newcommand{\curl}[1]{\gv{\nabla} \times #1} % for curl
\newcommand{\grad}[1]{\gv{\nabla} #1} % for
gradient
\newcommand{\integrate}[2]{\ensuremath{\int_{#1}^{#2}}}
%Intregral with lower and upper limits
\newcommand{\summation}[2]{\displaystyle{\sum_{#1}^{#2}}}
\newcommand{\padd}[1]{\textcolor{blue}{#1}}
\newcommand{\cvb}[1]{\left(#1\right)} % ( ) delimiters
\newcommand{\clyb}[1]{\left\{#1\right\}} % { } delimiters
\newcommand{\sqb}[1]{\left[#1\right]} % [ ] delimiters
\newcommand{\sinc}{{\rm sinc}}
\newcommand{\Image}[2]{\begin{figure}\includegraphics[scale=#1]{Img/#2}\end{figure}}
%
\newcommand{\cntr}[1]{\begin{center}#1\end{center}}
\newcommand{\eqn}[1]{\begin{equation}#1\end{equation}}
\author{Marvin Doyley \\ \copyright Copyright 2013}
\institute{University of Rochester \\ Hajim School of Engineering and
Applied Science}
[-- Attachment #2: Type: text/html, Size: 4752 bytes --]
next reply other threads:[~2013-10-07 0:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-07 0:45 Marvin Doyley [this message]
2013-10-07 1:23 ` Problem with beamer export John Hendy
2013-10-07 1:31 ` Marvin Doyley
2013-10-07 1:36 ` John Hendy
2013-10-07 1:49 ` Marvin Doyley
2013-10-07 4:43 ` Marcin Borkowski
2013-10-07 18:39 ` Achim Gratz
-- strict thread matches above, loose matches on Subject: below --
2013-10-08 2:35 Marvin Doyley
2013-10-08 17:06 ` Achim Gratz
2013-10-07 0:14 Marvin Doyley
2013-10-07 15:09 ` Nicolas Goaziou
2013-10-10 2:36 ` Ista Zahn
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='CALQvLVrGLH1qs2-hu8nQEy=263oe6AkkE4oY_AuRSaBOnho50A@mail.gmail.com' \
--to=marvinpas@gmail.com \
--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).