Re: [O] minted question

2014-07-24 Thread Manfred Lotz
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

Re: [O] minted question

2014-07-22 Thread Thomas S. Dye
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

Re: [O] minted question

2014-07-22 Thread Nick Dokos
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, >> >>

Re: [O] minted question

2014-07-21 Thread Manfred Lotz
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

Re: [O] minted question

2014-07-21 Thread Thomas S. Dye
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

Re: [O] minted question

2014-07-21 Thread Manfred Lotz
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

Re: [O] minted question

2014-07-21 Thread Thomas S. Dye
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:

[O] minted question

2014-07-21 Thread Manfred Lotz
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: #