emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [babel] create tikz pictures in an floating LaTeX environment


From: Torsten Wagner
Subject: Re: [O] [babel] create tikz pictures in an floating LaTeX environment
Date: Sat, 8 Oct 2011 23:29:34 +0900

Hi Nicholas,

>> a line similar like
>> [[file:fig/mypicture.pdf ]]
>>
>
>
> ``:results output silent'' should suppress that I think.
>

Yep, thanks that did the job.
Nevertheless, I have to add the generated output as a static link to
add resp. export it in an org-mode way..
#+CAPTION:   My great picture
#+LABEL:      fig:my_picture
#+ATTR_LaTeX:
[[fig/mpicture.pdf]]

Replacing the manual link by the function call
#+call: mypicture()
only results again in the line
fig/mypicture.pdf (this time without square brackets)

Thanks a lot for the help

Torsten



reply via email to

[Prev in Thread] Current Thread [Next in Thread]