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 <manfred.l...@arcor.de> 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 > Unfortunately, that doesn't work. I also tried #+ATTR_LaTeX: :environment minted :linenos true :frame single which didn't do it either. -- Manfred