From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Beamer 2 columns Date: Sat, 17 Nov 2012 17:48:18 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04388e49e53a9604ceb3a7c7 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZlZS-0002lD-7T for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:48:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZlZP-0000Em-5D for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:48:42 -0500 Received: from mail-wg0-f49.google.com ([74.125.82.49]:53429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZlZO-0000Eh-Uk for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 11:48:39 -0500 Received: by mail-wg0-f49.google.com with SMTP id gg4so1492056wgb.30 for ; Sat, 17 Nov 2012 08:48:38 -0800 (PST) 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" --f46d04388e49e53a9604ceb3a7c7 Content-Type: text/plain; charset=ISO-8859-1 Another problem I can't wolve with the new exporter : I have this text for two columns : -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= *** columns :B_columns: :PROPERTIES: :BEAMER_env: columns :BEAMER_envargs: T :END: [2012-11-17 sam. 17:41] **** columns :BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :END: some text **** columns :BMCOL: :PROPERTIES: :BEAMER_col: 0.5 :END: [2012-11-17 sam. 17:31] some text -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I want to export it to beamer with the new exporter; but I can't get the 'T' parameter in the resulting output. It gives me : \begin{columns} \begin{column}{0.5\textwidth} some text \end{column} \begin{column}{0.5\textwidth} some text \end{column} \end{columns} Is my source correct ? I'm not even sure it is intended this way with the new exporter. -- Fabrice --f46d04388e49e53a9604ceb3a7c7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Another =A0problem I can't wolve with the new exporter :

I have this text for two columns :

-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D
*** columns =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 :B_columns:
:= PROPERTIES:
:BEAMER_env: columns
:BEAMER_envargs: T
:END:
[2012-11-17 sam. 17:41]
**** columns =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 :BMCOL:
:PROPERTIES:
:B= EAMER_col: 0.5
:END:
some text

**** columns =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.5
:END:
[201= 2-11-17 sam. 17:31]
some text
-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D
<= div>
I want to export it to beamer with the new exporter; but I c= an't get the 'T' parameter in the resulting output. It gives me= :

\begin{columns}
\begin{column}{0= .5\textwidth}
some text
\end{column}
\begin{column}{0.5\text= width}
some text
\end{column}
\end{column= s}

Is my source correct ? I'm not even s= ure it is intended this way with the new exporter.

--
Fabrice

--f46d04388e49e53a9604ceb3a7c7--