Re: [O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Jakob Schöttl
Am 22.04.19 um 21:13 schrieb Nick Dokos: Jakob Schöttl writes: Hi, I want to use code blocks to generate and include images of sheet music: #+BEGIN_SRC lilypond :file test.png :exports results \header{tagline=""} { a b c } #+END_SRC When doing a latex export the result is: \begin{center}

Re: [O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Nick Dokos
Jakob Schöttl writes: > Hi, I want to use code blocks to generate and include images of sheet music: > > #+BEGIN_SRC lilypond :file test.png :exports results > \header{tagline=""} > { a b c } > #+END_SRC > > > When doing a latex export the result is: > > \begin{center} >

[O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Jakob Schöttl
Hi, I want to use code blocks to generate and include images of sheet music: #+BEGIN_SRC lilypond :file test.png :exports results \header{tagline=""} { a b c } #+END_SRC When doing a latex export the result is: \begin{center} \includegraphics[width=.9\linewidth]{test.png} \end{center} Is