all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: "Charles C. Berry" <ccberry@ucsd.edu>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: shorter syntax for both latex and html export of a figure
Date: Tue, 08 Mar 2016 11:33:04 +0100	[thread overview]
Message-ID: <m28u1tuun3.fsf@charm-ecran.irisa.fr> (raw)
In-Reply-To: <alpine.OSX.2.20.1603070828120.763@charles-berrys-macbook.local> (Charles C. Berry's message of "Mon, 7 Mar 2016 08:34:36 -0800")

[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]

On 2016-03-07 17:34, "Charles C. Berry" <ccberry@ucsd.edu> writes:

> On Mon, 7 Mar 2016, Alan Schmitt wrote:
>
>> Hello,
>>
>> I'm trying to adapt the example that allows to export a figure both to
>> tikz and to png so that I don't have to manually add all the header
>> lines.
>>
>
> Maybe this gets you a step closer
>
> #+begin_src emacs-lisp :results silent
>      (defmacro by-backend (&rest body)
>        `(case (org-bound-and-true-p org-export-current-backend)
>  	 ,@body))
>
>      (org-babel-do-load-languages
>       'org-babel-load-languages
>       '((latex . t)))
>
>      (defalias 'org-babel-execute:tikz 'org-babel-execute:latex)
>      (defalias 'org-babel-expand-body:tikz 'org-babel-expand-body:latex)
>
>      (add-to-list 'org-src-lang-modes '("tikz" . latex))
>
>    (defvar org-babel-default-header-args:tikz
>      '((:imagemagick . "yes")
>        (:iminoptions . "-density 600")
>        (:imoutoptions . "-geometry 800")
>        (:results . "file raw")
>        (:fit . "yes")
>        (:headers . "(\\usepackage{tikz})")
>        (:exports . "results")))
> #+end_src
>
>
> When I run your tikz src block  interactively I get two files created. Not 
> sure why and I haven't time to edebug step thru the code. But maybe you 
> can handle that bit.

Thank you for the suggestion. At the moment I use a macro (because I
need to put the resulting figure in a figure environment, as I want a
label and caption), but I will give this a try.

Thanks again,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂ (2016-02, Mauna Loa Obs.): 404.02

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 472 bytes --]

  reply	other threads:[~2016-03-08 10:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 10:35 shorter syntax for both latex and html export of a figure Alan Schmitt
2016-03-07 16:34 ` Charles C. Berry
2016-03-08 10:33   ` Alan Schmitt [this message]
2016-03-08 13:46     ` Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m28u1tuun3.fsf@charm-ecran.irisa.fr \
    --to=alan.schmitt@polytechnique.org \
    --cc=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.