emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: Gary Oberbrunner <garyo@oberbrunner.com>
Cc: Orgmode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: LaTeX export figure width, when figure comes from python?
Date: Fri, 29 Mar 2013 15:53:53 -0500	[thread overview]
Message-ID: <CA+M2ft8dkNyNXaPUoshyFDUmQG+GCcXREgxmaKQk5j071dRu3g@mail.gmail.com> (raw)
In-Reply-To: <CAFChFygjD_KbS8KdtiNtTSxoTGr5XPJUsv+CwbHt7OtxE6k6vA@mail.gmail.com>

On Fri, Mar 29, 2013 at 3:16 PM, Gary Oberbrunner <garyo@oberbrunner.com> wrote:
> Now that python mode is working nicely, I'm generating lots of graphics.
>
> #+BEGIN_SRC python :session MYpython :exports results :results file
>   #... bunch of matplotlib stuff that produces /tmp/myfig.pdf
>   '/tmp/myfig.pdf'
> #+END_SRC
>
> This works, and the LaTeX exporter includes /tmp/mfig.pdf:
>
> \includegraphics[width=.9\linewidth]{c:/tmp/myfig.pdf}
>
> My question is, is there any way to remove the width specifier?  If the
> figure were coming straight from org-mode source text, I could use
> #+ATTR_LaTeX (well actually maybe not, because there's no way to *remove*
> the width, but at least I could set it as desired.)  But in the situation
> above, where the filename is coming from the exporter running the code
> block, there's no place for me to put the ATTR_LaTeX that works.
>
> Any ideas, exporter gurus?
>

Does this post help at all?
- http://lists.gnu.org/archive/html/emacs-orgmode/2012-08/msg01225.html

This would be if your compilation of that block is spitting out a
#+results block. Is that the case?

Also, per a recent use of that same concept, I got updated advice to
use :wrap since the above wasn't working for me anymore:
- http://lists.gnu.org/archive/html/emacs-orgmode/2013-03/msg01599.html

So, basically if you're generating plots, you can just print the
Org-mode include file syntax ([[filename.ext]]) into a results block
and should also be able to pass it the #+attr_latex stuff as well.
Something like:

print("#+attr_latex: :width Xcm \n
[[filename.ext]]")


Would that work?
John


> --
> Gary

  reply	other threads:[~2013-03-29 20:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-29 20:16 LaTeX export figure width, when figure comes from python? Gary Oberbrunner
2013-03-29 20:53 ` John Hendy [this message]
     [not found]   ` <CAFChFyiFSPrqT2UEKsbh3FxaFOMb165k4M4dpE7vTjZ-OqeGYg@mail.gmail.com>
     [not found]     ` <CA+M2ft8efLRoFAm29w1e7A6=_gRS_kgVmOOJmikj_vckSSx=wA@mail.gmail.com>
2013-03-31 23:57       ` Gary Oberbrunner

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=CA+M2ft8dkNyNXaPUoshyFDUmQG+GCcXREgxmaKQk5j071dRu3g@mail.gmail.com \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=garyo@oberbrunner.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).