On Mon, Oct 25, 2010 at 1:53 PM, Eric Schulte wrote: > Hi John, > > In the case you describe I would export the *code* of the tikz latex > block rather than the file resulting from evaluating the block. > > Code = raw LaTeX/TikZ code? If so, I don't really care about that. i just want the graphic. > This is possible by adding the following header argument to the code > block which will evaluate the latex block when the export target is not > latex and will just export the code when the target is latex. > > :exports (if latexp "code" "results") > When trying C-c C-c after adding this, I get "Symbol's value as variable is void: latexp" in the minibuffer. Also, does this assist with my font issue? My main question is how to get the document font to apply to my babel block. At present, the code shown above for file_2.org is *perfect* in its behavior (I get a perfectly cropped PDF of my diagram) except for it not being the right font. I just need to know to set the font for the TikZ babel output. Thanks for the assistance, John > > Best -- Eric > > John Hendy writes: > > > Followup question. I have an existing diagram I had already exported to > PDF > > via LaTeX, taken a screenshot of, and used in a presentation. I tried the > > same diagram with the new method and am having issues with the font. The > > original org file is like this: > > > > *---( File_1.org -> embedded LaTeX )---* > > #+latex_header: \usepackage{tikz} > \usetikzlibrary{shapes,positioning,arrows} > > #+latex_header: \usepackage[hmargin=2.5cm,vmargin=2.5cm]{geometry} > > #+latex_header: \usepackage{lmodern} > > #+latex_header: \renewcommand{\rmdefault}{cmss} > > > > * Section > > > > #+begin_latex > > > > +++ TikZ code is here +++ > > > > #+end_latex > > > > *---( End File_1.org )---* > > > > > > My file using this new method is like this: > > > > *---( File_2.org -> exports TikZ to separate PDF via babel/LaTeX )---* > > #+latex_header: \usepackage{tikz} > \usetikzlibrary{shapes,positioning,arrows} > > #+latex_header: \usepackage[hmargin=2.5cm,vmargin=2.5cm]{geometry} > > #+latex_header: \usepackage{lmodern} > > #+latex_header: \renewcommand{\rmdefault}{cmss} > > > > * Section > > > > #+begin_src latex :file flow-chart.pdf :packages '(("" "tikz")) :border > 1em > > > > +++ TikZ code is here +++ > > > > #+end_src > > > > *---( End File_2.org )---* > > > > > > In my first file, the entire font is latin modern (sans-serif). Header, > > title, author, *and* all TikZ diagram text. > > > > In the second, only the header is (if I export the whole thing), but not > the > > text in my TikZ nodes. Why is the babel block ignoring the document font > > setting? > > > > > > Thanks, > > John > > > > > > On Sat, Oct 23, 2010 at 12:58 PM, John Hendy wrote: > > > >> Thanks, Eric F. Got the preview package going and this is *exactly* what > I > >> would have been looking for. > >> > >> Eric S: yes, ImageMagick will take care of the rest :) > >> > >> > >> Thanks all! > >> John > >> > >> On Fri, Oct 22, 2010 at 6:11 PM, Eric S Fraga > wrote: > >> > >>> On Fri, 22 Oct 2010 16:36:10 -0500, John Hendy > >>> wrote: > >>> > >>> > This is fantastic. Honestly, I had no idea that one could use LaTeX > with > >>> > babel! This is just perfect. I was googling around for "export tikz > pgf > >>> jpg" > >>> > and things like that with no luck. This will do perfectly. > >>> > >>> For completeness (and the mailing list archive), if you need to do > >>> this directly in latex, you will want to use the minimal document > >>> class and the preview package. Check out examples on the tikz > >>> examples web site [1]. The preview package is what babel uses. > >>> > >>> Footnotes: > >>> [1] http://www.texample.net/tikz/examples/ > >>> > >>> > >>> -- > >>> Eric S Fraga > >>> GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D > >>> > >>> > >> >