[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] Defining the export height of a babel-generated image
From: |
Karl Voit |
Subject: |
[O] Defining the export height of a babel-generated image |
Date: |
Sun, 18 Mar 2018 15:35:31 +0100 |
User-agent: |
slrn/pre1.0.0-18 (Linux) |
Hi!
Some babel blocks generate image files as output. Orgmode does link
them so that exporting the corresponding heading also includes the
image.
For example:
#+BEGIN_SRC plantuml :file "foobar.svg"
(*) --> "step1"
--> "step2"
--> (*)
#+END_SRC
#+RESULTS:
[[foobar.svg]]
Is is possible to define a height attribute for the result file
which is used for LaTeX/PDF export?
So far, I tried with a header argument but failed:
:prologue "#+ATTR_LATEX: :height 10cm"
Do you have an idea?
--
get mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML into Org-mode:
> get Memacs from https://github.com/novoid/Memacs <
Personal Information Management > http://Karl-Voit.at/tags/pim/
Emacs-related > http://Karl-Voit.at/tags/emacs/
- [O] Defining the export height of a babel-generated image,
Karl Voit <=