Nick Dokos wrote:
> Eric S Fraga wrote:
>
>
> > In the org-beamer tutorial (Worg/org-tutorials/org-beamer/tutorial.org),
> > I have the following:
> >
> > ,
> > |
> > | #+BEGIN_Example
> > | ,** Two columns
> > |
> > | ,*** A block
> > :B_ignor
Eric S Fraga wrote:
> In the org-beamer tutorial (Worg/org-tutorials/org-beamer/tutorial.org),
> I have the following:
>
> ,
> |
> | #+BEGIN_Example
> | ,** Two columns
> |
> | ,*** A block
> :B_ignoreheading:BMCOL:
> | :PROPERTIES:
> | :
Gilberto writes:
> That should help, but the thing is that the
>> |#+ATTR_LATEX| line
> is missing from the example:
>> *** A screenshot:BMCOL:B_example:
>> :PROPERTIES:
>> :BEAMER_col: 0.6
>> :BEAMER_env: example
>> :END:
>> [[
It worked great. Thanks a lot!!!
Gilberto
On 3/24/2011 9:26 AM, John Hendy wrote:
On Thu, Mar 24, 2011 at 11:35 AM, Gilberto wrote:
In his org-mode beamer tutorial, Eric Fraga (very useful tutorial BTW,
thanks) gives an example of using an image, and writes
I have added an attribute to the im
Gilberto writes:
> In his org-mode beamer tutorial, Eric Fraga (very useful tutorial BTW,
> thanks) gives an example of using an image, and writes
You're very welcome!
>
>> I have added an attribute to the image to tell LaTeX to scale the
>> image to the full width of the column.
>
>
> Can I ad
On Thu, Mar 24, 2011 at 11:35 AM, Gilberto wrote:
> In his org-mode beamer tutorial, Eric Fraga (very useful tutorial BTW,
> thanks) gives an example of using an image, and writes
>
> I have added an attribute to the image to tell LaTeX to scale the image to
> the full width of the column.
>
> Can