From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: emacs-orgmode@gnu.org
Subject: Re: Pass beamer column options from orgmode
Date: Thu, 20 Jul 2017 08:33:19 +0100 [thread overview]
Message-ID: <87zibzsgu8.fsf@delle7240.chemeng.ucl.ac.uk> (raw)
In-Reply-To: <fe03fddec21c42229edac45244e64159@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> (Larrabee Strow's message of "Thu, 20 Jul 2017 03:15:42 +0000")
[-- Attachment #1.1: Type: text/plain, Size: 435 bytes --]
On Thursday, 20 Jul 2017 at 03:15, Larrabee Strow wrote:
> That doesn't seem to work. No errors but not passed to .tex file. I
> put it in the properties block right under the column headline. It is
> certainly reading column size correctly from the property block
What version of org?
The attached files show an example (org and generated LaTeX with C-c e l
b).
--
: Eric S Fraga via Emacs 26.0.50, Org release_9.0.9-573-g09e612
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: t.org --]
[-- Type: text/x-org, Size: 504 bytes --]
#+startup: beamer
* slide
** column
:PROPERTIES:
:BEAMER_col: 0.5
:BEAMER_opt: T
:END:
|----------+------------|
| Average | Percentage |
|----------+------------|
| 3.01E+00 | 3. |
| 7.31E+00 | 7. |
|----------+------------|
| 2.72E+01 | 28. |
| 4.09E+01 | 41. |
|----------+------------|
| 6.80E+01 | 69. |
| 7.07E+01 | 72. |
|----------+------------|
| 7.19E+01 | 73. |
| 9.87E+01 | 100. |
|----------+------------|
#+TBLFM: $2=100*$1/@>$1;f0
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.3: t.tex --]
[-- Type: text/x-tex, Size: 1363 bytes --]
% Created 2017-07-20 Thu 08:32
% Intended LaTeX compiler: pdflatex
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{soul}
\usepackage{listings}
\usepackage[version=3]{mhchem}
\usepackage{doi}
\usepackage{amsmath}
\usepackage[british, english]{babel}
\usetheme{default}
\author{Eric S Fraga}
\date{\today}
\title{}
\hypersetup{
pdfauthor={Eric S Fraga},
pdftitle={},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 26.0.50 (Org mode 9.0.9)},
pdflang={English}}
\begin{document}
\begin{frame}{Outline}
\tableofcontents
\end{frame}
\begin{frame}[label={sec:org2b127df}]{slide}
\begin{columns}
\begin{column}[T]{0.5\columnwidth}
\begin{center}
\begin{tabular}{rr}
\hline
Average & Percentage\\
\hline
3.01\,(+00) & 3.\\
7.31\,(+00) & 7.\\
\hline
2.72\,(+01) & 28.\\
4.09\,(+01) & 41.\\
\hline
6.80\,(+01) & 69.\\
7.07\,(+01) & 72.\\
\hline
7.19\,(+01) & 73.\\
9.87\,(+01) & 100.\\
\hline
\end{tabular}
\end{center}
\end{column}
\end{columns}
\end{frame}
\end{document}
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]
next prev parent reply other threads:[~2017-07-20 7:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fc2968f254124ba3bdc0399d7f26998e@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-07-19 21:57 ` Pass beamer column options from orgmode Eric S Fraga
[not found] ` <8c5b4e809f0548998c84e78361d74739@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-07-19 22:14 ` Eric S Fraga
2017-07-20 3:15 ` Larrabee Strow
[not found] ` <fe03fddec21c42229edac45244e64159@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-07-20 7:33 ` Eric S Fraga [this message]
2017-07-19 20:32 L. Larrabee Strow
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=87zibzsgu8.fsf@delle7240.chemeng.ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--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).