[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: caption width in LateX export
From: |
Eric S Fraga |
Subject: |
Re: caption width in LateX export |
Date: |
Tue, 28 Dec 2021 14:58:35 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
On Sunday, 26 Dec 2021 at 19:22, Seb wrote:
> Using a special block, as in:
[...]
> fails, as it seems impossible to pass arguments to the special block.
Not true. The following seems to create the LaTeX code you wanted:
--8<---------------cut here---------------start------------->8---
#+attr_latex: :options {0.7\textwidth}
#+begin_minipage
#+CAPTION: looooooong caption.
[[file_path]]
#+end_minipage
--8<---------------cut here---------------end--------------->8---
HTH,
eric
--
: Eric S Fraga, with org release_9.5.1-279-g8908fb in Emacs 29.0.50
: Latest paper written in org: https://arxiv.org/abs/2106.05096
Re: caption width in LateX export,
Eric S Fraga <=