emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] LATEX text in figure environment


From: Rasmus
Subject: Re: [O] LATEX text in figure environment
Date: Tue, 24 Nov 2015 14:23:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Rainer M Krug <address@hidden> writes:

> Hi
>
> I want to add a todo note (from the todonotes package) in a figure
> environment. What I want should look as follow, so that the to note sits
> in the environment (based on [http://tex.stackexchange.com/a/256802/6941]
> ):
>
> ,----
> | \begin{figure}[htb]
> | \centering
> | \includegraphics[width=.9\linewidth]{fig-strategies.pdf}
> | \caption{from \cite{Roura-Pascual2009_rmkc}}
> | \todo[inline]{This figure needs to be redone and further info added}
> | \end{figure}
> `----

This works up to the order of caption and the todo macro.

#+caption: from \cite{Roura-Pascual2009_rmkc}
#+begin_figure
[[file:fig-strategies.pdf]]
#+latex: \todo[inline]{This figure needs to be redone and further info added}
#+end_figure

Rasmus

-- 
9000!




reply via email to

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