Hi Tom,
On Mon, 21 Jul 2014 10:48:14 -1000
t...@tsdye.com (Thomas S. Dye) wrote:
> Hi Manfred,
>
> Manfred Lotz writes:
>
> > Hi Tom,
> >
> > On Mon, 21 Jul 2014 09:53:41 -1000
> > t...@tsdye.com (Thomas S. Dye) wrote:
> >
> >> Aloha Manfred,
> >>
> >> You should be able to use attr_latex (un
Nick Dokos writes:
>>> Are you getting an extraneous comma with the #+attr_latex line?
>>>
>>> All the best,
>>> Tom
>>>
>>
>> I do not get any extraneous comma. When using the #+attr_latex line
>> there is just nothing in the latex output.
>>
>
> Same here.
Then none of us gets the result not
Manfred Lotz writes:
> Hi Thomas,
>
> On Mon, 21 Jul 2014 10:48:14 -1000
> t...@tsdye.com (Thomas S. Dye) wrote:
>
>> Hi Manfred,
>>
>> Manfred Lotz writes:
>>
>> > Hi Tom,
>> >
>> > On Mon, 21 Jul 2014 09:53:41 -1000
>> > t...@tsdye.com (Thomas S. Dye) wrote:
>> >
>> >> Aloha Manfred,
>> >>
Hi Thomas,
On Mon, 21 Jul 2014 10:48:14 -1000
t...@tsdye.com (Thomas S. Dye) wrote:
> Hi Manfred,
>
> Manfred Lotz writes:
>
> > Hi Tom,
> >
> > On Mon, 21 Jul 2014 09:53:41 -1000
> > t...@tsdye.com (Thomas S. Dye) wrote:
> >
> >> Aloha Manfred,
> >>
> >> You should be able to use attr_latex
Hi Manfred,
Manfred Lotz writes:
> Hi Tom,
>
> On Mon, 21 Jul 2014 09:53:41 -1000
> t...@tsdye.com (Thomas S. Dye) wrote:
>
>> Aloha Manfred,
>>
>> You should be able to use attr_latex (untested).
>>
>> Manfred Lotz writes:
>>
>> #+ATTR_LATEX: :options linenos=true frame=single
>> > #+BEGI
Hi Tom,
On Mon, 21 Jul 2014 09:53:41 -1000
t...@tsdye.com (Thomas S. Dye) wrote:
> Aloha Manfred,
>
> You should be able to use attr_latex (untested).
>
> Manfred Lotz writes:
>
> #+ATTR_LATEX: :options linenos=true frame=single
> > #+BEGIN_SRC perl
> > #! /usr/bin/perl
> >
> > use s
Aloha Manfred,
You should be able to use attr_latex (untested).
Manfred Lotz writes:
#+ATTR_LATEX: :options linenos=true frame=single
> #+BEGIN_SRC perl
> #! /usr/bin/perl
>
> use strict;
> use warnings;
> use 5.010;
>
> say 'hey';
> #+END_SRC
hth,
Tom
--
Thomas S. Dye
http:
Hi there,
I have a an org file which gets exported to beamer. The following
example (although I do not know if there are errors) works fine.
Now I would like to get a frame around the perl code, and also line
numbers. How can I define this in the org file?
--
Thanks,
Manfred
Minimal example:
#