Hello,

I am using the 'implicit_figures' extension to insert image figures into an pdf document, like so:

![this is the caption](path/to/image)

As expected, pandoc generates latex code like this:

\begin{figure}
\centering
\includegraphics{path/to/image}
\caption{this is the caption}
\end{figure}

Now I want to use the package 'float' to add the 'H' option to the figure for positioning purposes. Is there a way to add options to an image, to produce latex code like this?

\begin{figure}[H]
\centering
\includegraphics{path/to/image}
\caption{this is the caption}
\end{figure}

Thanks in advance,

GeorgĀ 

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/7da00998-ad4a-4b25-890c-2dd549409dfc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.