Rainer M Krug <rai...@krugs.de> 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