Hi Manish,

I guess the reason to not include images was, that it would (have)
require(d) the inclusion of special packages:

\usepackage[dvips]{graphicx}

which might not be installed (correct me if I'm wrong).
But nowadays I feel this package is installed in each and every
LaTeX installation!? Even Debian switched to texlive.

Anyway, if graphicx is missing, the compilation will fail.


Russell Adams wrote:
On Sat, Oct 18, 2008 at 07:20:53PM +0530, Manish wrote:
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}
`----


Thats how I'm doing it currently.

------------------------------------------------------------------
Russell Adams                            [EMAIL PROTECTED]

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to