emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Exporting source code blocks as LaTeX figures


From: Nicolas Goaziou
Subject: Re: [O] Exporting source code blocks as LaTeX figures
Date: Mon, 20 May 2013 10:54:33 +0200

Hello,

James Harkins <address@hidden> writes:

> The other reference to multicolumn is for table export, and this isn't
> a table either. So I think, as currently designed, :multicolumn simply
> doesn't apply.

Correct. The first attached patch implements :float multicolumn
and :float figure handling for source blocks. Would you mind to test it?

> I'm aware that BEGIN_figure delimits a "special block" which
> translates into LaTeX as an arbitrary environment, and not all
> environments can be floated safely... but perhaps one approach for the
> future would be to consider BEGIN_figure to be an extra-special
> "special block" where we know that the properties of LaTeX floating
> bodies are valid.

The second patch introduces :starred attribute for special blocks in
latex back-end, e.g.,

  #+attr_latex: :starred t :options [b]
  #+begin_figure
  something
  #+end_figure

I think it could be useful. Do you?


Regards,

-- 
Nicolas Goaziou

Attachment: 0001-ox-latex-Implement-float-attribute-for-source-blocks.patch
Description: Text Data

Attachment: 0002-ox-latex-Implement-starred-attribute-for-special-blo.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]