Hello,
I wonder how to add an image (PNG) to an Org file so that it can be
exported to latex and compiled using pdflatex? I tried adding a link
using "[[./load.png][Server Load]]" but it only shows a link (which
also doesn't seem to work.)
I currently add images to Tex documents like so:
,----
| \begin{figure}[H]
| \centering \includegraphics[scale=0.75]{load.png}
| \caption{Server Load \scriptsize{(Source: RRD)}\label{fig:load}}
| \end{figure}
`----
Any pointers appreciated.
--
Manish
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode