emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [bug][ox-latex] Captions in equations


From: Vladimir Lomov
Subject: Re: [O] [bug][ox-latex] Captions in equations
Date: Sun, 19 Jan 2014 12:23:33 +0900
User-agent: Mutt/1.5.22 (2013-10-16)

Hello,
** Rasmus [2014-01-18 20:36:35 +0100]:

> Hi,

> This example produces invalid LaTeX code:

> #+CAPTION: test
> #+ATTR_LATEX: :mode math :environment pmatrix
> | \alpha | \beta | \gamma |

> Namely,

> \begin{equation}
> \caption{test text}
> \mathbf{H}=\begin{pmatrix}
>  \vdots & 0 & \vdots \\
>  \vdots & H & \vdots \\
>  \vdots & 0 & \vdots \\
> \end{pmatrix}.
> \end{equation}

> But an equation cannot have a caption.

> I'm not sure what the desired behavior is.  (i) To silently drop the
> caption, (ii) to wrap the equation in some sort of float and give it a
> caption; or (iii) to print the text sans the \caption{·}.

> (iii) can be archived with math-prefix.  (ii) is a bit weird, but
> could be archived relatively easy, but it's not really what one would
> expect; it's consistent with how captions work for tables (turned into
> a float when a caption is present).  (i) is also a bit weird, but
> seems the most reasonable to me.

> Since I don't know what the correct behavior is, I don't have a patch
> right now.

IMHO, this is wrong approach. I would consider this example as a special
way to generate a matrix when exporting to LaTeX, then CAPTION is
useless here. Also, HTML export will give differently looking result.

So, generally, question here is what the use-case to have special
transformation of a table for LaTeX export, providing that other export
backends never will do any special with given table (or will apply
different transformation), and to give a CAPTION to a table.

> –Rasmus

---
WBR, Vladimir Lomov

-- 
Fear is the greatest salesman.
                -- Robert Klein



reply via email to

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