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

2011-10-07 Thread Torsten Wagner
Hi all, Hi Eric (hehehe because most likely you read it ;) ) I try for the first time to write an entire article in org-mode. I do so, because with the tags :export: :noexport: I can easily keep my personal notes and todos "hidden" and the final export will be just what I want to publish. Furtherm

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

2011-10-07 Thread Nick Dokos
Torsten Wagner wrote: > Hi all, > Hi Eric (hehehe because most likely you read it ;) ) > > I try for the first time to write an entire article in org-mode. > I do so, because with the tags :export: :noexport: I can easily keep > my personal notes and todos "hidden" and the final export will be j

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

2011-10-07 Thread Eric Schulte
Nick Dokos writes: > Torsten Wagner wrote: > >> Hi all, >> Hi Eric (hehehe because most likely you read it ;) ) >> >> I try for the first time to write an entire article in org-mode. >> I do so, because with the tags :export: :noexport: I can easily keep >> my personal notes and todos "hidden"

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

2011-10-07 Thread Darlan Cavalcante Moreira
I have a (very) small personal wiki in org mode where I add stuff that I read/learn that deserve this work. I usually don't need to export it, but recently I was trying to export it to PDF and HTML and I had the same doubt with a block o tikz code. It would be nice if org had a begin_tikz block.

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

2011-10-07 Thread Tom Prince
On Fri, 07 Oct 2011 18:26:15 -0300, Darlan Cavalcante Moreira wrote: > It would be nice if org had a begin_tikz block. This block could either > create a PDF file or include the tikz code directly in the latex file when > exporting to latex (or PDF), and create an SVG file when when exporting to

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

2011-10-07 Thread Achim Gratz
Darlan Cavalcante Moreira writes: > It would be nice if org had a begin_tikz block. This block could either > create a PDF file or include the tikz code directly in the latex file when > exporting to latex (or PDF), and create an SVG file when when exporting to > HTML. Of course this block should

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

2011-10-08 Thread Torsten Wagner
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

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

2011-10-08 Thread Torsten Wagner
Hi Eric >> >> ``:results output silent'' should suppress that I think. >> > > Nick's solution should work well.  Also, (if you're exporting to LaTeX) > couldn't you just combine the tikz picture and the wrapping figure > environment into a single begin_latex block? > Yep Nick solution is working

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

2011-10-08 Thread Eric Schulte
Torsten Wagner writes: > Hi Eric > >>> >>> ``:results output silent'' should suppress that I think. >>> >> >> Nick's solution should work well.  Also, (if you're exporting to LaTeX) >> couldn't you just combine the tikz picture and the wrapping figure >> environment into a single begin_latex bloc

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

2011-10-09 Thread Christian Moe
Hi, Torsten, Incidentally, I had to remove \end{scope} (there is no corresponding \begin{scope}) to make your code example work. Could that be causing some of your trouble? Yours, Christian On 10/8/11 4:45 PM, Torsten Wagner wrote: Hi Eric ``:results output silent'' should suppress that