From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: TikZ to separate file (babel?) possible? Date: Mon, 25 Oct 2010 13:21:49 -0500 Message-ID: References: <87lj5px6m5.fsf@gmail.com> <87aam5bz6y.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0355509222==" Return-path: Received: from [140.186.70.92] (port=40289 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PARjR-0000Z2-Gm for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 14:25:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PARg7-0006YM-GT for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 14:21:52 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:48013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PARg7-0006Xw-7V for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 14:21:51 -0400 Received: by bwz16 with SMTP id 16so3417253bwz.0 for ; Mon, 25 Oct 2010 11:21:49 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: emacs-orgmode --===============0355509222== Content-Type: multipart/alternative; boundary=000325556b62d3992d0493751032 --000325556b62d3992d0493751032 Content-Type: text/plain; charset=ISO-8859-1 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 >> >> > --000325556b62d3992d0493751032 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 or= iginal org file is like this:

---( File_1.org -> embedded LaTeX )---
<= div>#+latex_header: \usepackage{tikz}=A0\usetikzlibrary{shapes,positioning,= arrows}
#+latex_header: \usepackage[hmargin=3D2.5cm,vmargin=3D2.5= cm]{geometry}
#+latex_header: \usepackage{lmodern}
#+latex_header: \renewc= ommand{\rmdefault}{cmss}

* Section

<= /div>
#+begin_latex

+++ TikZ code is here +++<= /div>

#+end_latex

---( End File_1= .org )---


My file using this ne= w method is like this:

---( File_2.org -> ex= ports TikZ to separate PDF via babel/LaTeX )---
#+latex_header: \usepackage{tikz} \usetikzlibrary{shapes,position= ing,arrows}
#+latex_header: \usepackage[hmargin=3D2.5cm,vmargin= =3D2.5cm]{geometry}
#+latex_header: \usepackage{lmodern}
#+latex_header: \renewcommand{\rmdefault}{cmss}

* = Section

#+begin_src latex :file flow-chart.pdf :pa= ckages '(("" "tikz")) :border 1em

+++ TikZ code is here +++

#+end_= src

---( End File_2.org )---


In my first file, the entire font is latin mo= dern (sans-serif). Header, title, author, and=A0all TikZ diagram tex= t.

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 He= ndy <jw.hendy@gm= ail.com> wrote:
Thanks, Eric F. Got the preview package goi= ng and this is *exactly* what I would have been looking for.

Eric S: yes, ImageMagick will take care of the rest :)

<= /div>

Thanks all!
John

On Fri, Oct 22, 2010 at 6:11 PM, Eric S Fraga <ucecesf@ucl.ac.uk>= ; wrote:
On Fri, 22 Oct 2010 16:36:10 -0500, John Hendy <jw.hendy@gmail.com> wrote:

> This is fantastic. Honestly, I had no idea that one could use LaTeX wi= th
> babel! This is just perfect. I was googling around for "export ti= kz 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. =A0Check out examples on the tikz
examples web site [1]. =A0The preview package is what babel uses.

Footnotes:
[1] =A0http://www.texample.net/tikz/examples/


--
Eric S Fraga
GnuPG: 8F5C 279D 3907 E14A 5C29 =A0570D C891 93D8 FFFC F67D



--000325556b62d3992d0493751032-- --===============0355509222== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0355509222==--