From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Pass beamer column options from orgmode Date: Thu, 20 Jul 2017 08:33:19 +0100 Message-ID: <87zibzsgu8.fsf@delle7240.chemeng.ucl.ac.uk> References: <8c5b4e809f0548998c84e78361d74739@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87d18wt6pp.fsf@delle7240.chemeng.ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dY5xk-0004DB-P2 for emacs-orgmode@gnu.org; Thu, 20 Jul 2017 03:33:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dY5xg-0000WL-QC for emacs-orgmode@gnu.org; Thu, 20 Jul 2017 03:33:32 -0400 Received: from mail-ve1eur01on0125.outbound.protection.outlook.com ([104.47.1.125]:3776 helo=EUR01-VE1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dY5xg-0000Vk-9U for emacs-orgmode@gnu.org; Thu, 20 Jul 2017 03:33:28 -0400 In-Reply-To: (Larrabee Strow's message of "Thu, 20 Jul 2017 03:15:42 +0000") 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" To: emacs-orgmode@gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: text/x-org Content-Disposition: attachment; filename=t.org #+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 --=-=-= Content-Type: text/x-tex Content-Disposition: attachment; filename=t.tex Content-Transfer-Encoding: quoted-printable % 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=3D3]{mhchem} \usepackage{doi} \usepackage{amsmath} \usepackage[british, english]{babel} \usetheme{default} \author{Eric S Fraga} \date{\today} \title{} \hypersetup{ pdfauthor=3D{Eric S Fraga}, pdftitle=3D{}, pdfkeywords=3D{}, pdfsubject=3D{}, pdfcreator=3D{Emacs 26.0.50 (Org mode 9.0.9)},=20 pdflang=3D{English}} \begin{document} \begin{frame}{Outline} \tableofcontents \end{frame} \begin{frame}[label=3D{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} --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWXBcvwAKCRDIkZPY//z2 fb9zAKCE09qO5Z76ODhEZ3M7kg6byA/pIQCfUMlJgl4Q2ZoZlHl41w0V52DSi5k= =9f2t -----END PGP SIGNATURE----- --==-=-=--