From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Problem with beamer export Date: Sun, 6 Oct 2013 20:45:19 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb1fde66eee2b04e81bf767 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSyws-0001e4-J9 for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 20:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSywq-0002Z7-TN for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 20:45:22 -0400 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:64543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSywq-0002Z3-LT for emacs-orgmode@gnu.org; Sun, 06 Oct 2013 20:45:20 -0400 Received: by mail-oa0-f41.google.com with SMTP id n10so5815342oag.0 for ; Sun, 06 Oct 2013 17:45:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --e89a8fb1fde66eee2b04e81bf767 Content-Type: text/plain; charset=ISO-8859-1 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 \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} --e89a8fb1fde66eee2b04e81bf767 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
For more clarification=A0
Here is a simple test = file
#+STARTUP: beamer
#+LATEX_CMD: xelatex<= /div>
#+LaTeX_CLASS: beamer
#+TITLE: Testing
#+LaTe= X_CLASS_OPTIONS: [presentation]
#+BEAMER_HEADER: \input{header_beamer} \date{}=A0
#+COLUMNS:= %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %= 8BEAMER_OPT(opt)
#+OPTIONS: =A0 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\re= lax\makeatother
\documentclass[presentation]{beamer}
\u= sepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage= {longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepac= kage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb= }
\usepackage{hyperref}
\tolerance=3D1000
\in= put{header_beamer} \date{}
\usetheme{default}
\author{Marvin M. Doyley}
\date= {\today}
\title{Testing}
\hypersetup{
=A0 pdf= keywords=3D{},
=A0 pdfsubject=3D{},
=A0 pdfcreator=3D{E= macs 24.3.1 (Org mode 8.2.1)}}
\begin{document}

\maketitle

\section{Intro}
\label{sec-1}
\subsection{Apple= s}
\label{sec-1-1}
\subsection{Pears}
\label{= sec-1-2}
\begin{itemize}
\item 1
\item 2
\item 3<= /div>
\end{itemize}

\subsection{Cars}
\label{sec-1-3}
% Emacs 24.3.1 (Org mode 8.2.1)
\end{= document}

Header_beamer.tex is
\usethe= me{split}
\setbeamertemplate{footline}[split theme]
%% = Beamer style =A0
\setbeamerfont{frametitle}{family=3D\rmfamily,sh= ape=3D\itshape}
\setbeamercovered{invisible}
\setbeamertemplate{itemize subi= tem}[circle]=A0
\setbeamertemplate{frametitle}[default][center]= =A0
\setbeamertemplate{navigation symbols}{}

=
\newcommand{\pdd}[2]{\frac{\partial {#1}}{\partial {#2}}} =A0 =A0 =A0 =A0 %= partial derivative
\newcommand{\ave}[1]{\left\langle#1\right\ran= gle} =A0% average &l= t;x>=A0
\newcommand{\var}[1]{\sigma} =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0% for variance
\newcommand{\ab= s}[1]{\left|#1\right|} =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 % modulus/absolute value
\newcommand{\uv}[1]{\ensuremath{\mat= hbf{\hat{#1}}}} =A0 =A0 =A0 =A0 =A0 =A0 =A0 % for unit vector =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0
\newcommand{\degree}{\ensuremath{^\circ}} =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 % degree =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0=
\renewcommand{\div}[1]{\gv{\nabla} \cdot #1} =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0% for divergence
\newcommand{\curl}[1]{\g= v{\nabla} \times #1} =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0% for curl<= /div>
\newcommand{\grad}[1]{\gv{\nabla} #1} =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 % for gradient =A0=A0
\newcommand{\integr= ate}[2]{\ensuremath{\int_{#1}^{#2}}} =A0 =A0 =A0 =A0 =A0 %Intregral with lo= wer and upper limits =A0
\newcommand{\summation}[2]{\displaystyle= {\sum_{#1}^{#2}}} =A0 =A0=A0
\newcommand{\padd}[1]{\textcolor{blue}{#1}}
\newcommand{\cvb= }[1]{\left(#1\right)} % ( ) delimiters
\newcommand{\clyb}[1]{\lef= t\{#1\right\}} % { } delimiters
\newcommand{\sqb}[1]{\left[#1\rig= ht]} % [ ] delimiters=A0
\newcommand{\sinc}{{\rm sinc}}=A0
\newcommand{\Image}[2]{\be= gin{figure}\includegraphics[scale=3D#1]{Img/#2}\end{figure}} =A0 =A0 =A0 = =A0%
\newcommand{\cntr}[1]{\begin{center}#1\end{center}}
\newcommand{\eqn}[1]{\begin{equation}#1\end{equation}}
\author{Marvin Doyley \\ \copyright Copyright 2013}
\institu= te{University of Rochester \\ Hajim School of Engineering and Applied Scien= ce}

--e89a8fb1fde66eee2b04e81bf767--