From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: TikZ to separate file (babel?) possible? Date: Thu, 28 Oct 2010 16:52:39 -0500 Message-ID: References: <87lj5px6m5.fsf@gmail.com> <87aam5bz6y.wl%ucecesf@ucl.ac.uk> <87r5fet873.fsf@gmail.com> <87eibdz7tf.wl%ucecesf@ucl.ac.uk> <87vd4o7e3i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1594519636==" Return-path: Received: from [140.186.70.92] (port=55140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBaOo-0004YC-6R for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 17:52:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBaOm-0000dS-R3 for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 17:52:42 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:52274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBaOm-0000dN-L1 for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 17:52:40 -0400 Received: by bwz16 with SMTP id 16so2017914bwz.0 for ; Thu, 28 Oct 2010 14:52:39 -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 Schulte Cc: emacs-orgmode --===============1594519636== Content-Type: multipart/alternative; boundary=00032555a94a5805130493b45cc2 --00032555a94a5805130493b45cc2 Content-Type: text/plain; charset=ISO-8859-1 Eric, Just retried and was able to get it to work. Perhaps someone should add this to the ob-doc-latex page? For reference, I tried each of the following: Works: 1) #+begin_src latex :headers \renewcommand{\rmdefault}{cmss} Doesn't work: 2) #+begin_src latex :headers '("\\renewcommand{\rmdefault}{cmss}") Works: 3) #+begin_src latex :headers '("\\usepackage{mathpazo}") Which was puzzling me about #2 which led me to try: Works: 4) Doesn't work: 2) #+begin_src latex :headers '("\\renewcommand{\\rmdefault}{cmss}") Note the second double backslash before rmdefault. That escape character was necessary there, too. Thanks for the help on this!! It's *perfect*. John --00032555a94a5805130493b45cc2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Eric,


Just retried and was able to get it= to work. Perhaps someone should add this to the ob-doc-latex page? For ref= erence, I tried each of the following:

Works:= 1) #+begin_src latex :headers \renewcommand{\rmdefault}{cmss}

Doesn't work: 2) #+begin_src latex :headers &= #39;("\\renewcommand{\rmdefault}{cmss}")

Works: 3) #+begin_src latex :headers '("\\usepackage{mathpazo}&qu= ot;)

Which was puzzling me about #2 which led me to try:

Works: 4)=A0Doesn't work: 2) #+begin_src latex :h= eaders '("\\renewcommand{\\rmdefault}{cmss}")

Note the second double backslash before rmdefault. That esca= pe character was necessary there, too.

Thanks for = the help on this!! It's perfect.


John
--00032555a94a5805130493b45cc2-- --===============1594519636== 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 --===============1594519636==--