From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Org + Images -> Tex -> PDF Date: Sat, 18 Oct 2008 21:06:07 +0200 Message-ID: <48FA339F.5020506@gmx.de> References: <20081018163501.GM1080@thinkpad.adamsinfoserv.com> Reply-To: sebastian_rose@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KrH7T-0007ZG-Tb for emacs-orgmode@gnu.org; Sat, 18 Oct 2008 15:05:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KrH7R-0007Z2-HA for emacs-orgmode@gnu.org; Sat, 18 Oct 2008 15:05:46 -0400 Received: from [199.232.76.173] (port=53908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KrH7R-0007Yx-Aq for emacs-orgmode@gnu.org; Sat, 18 Oct 2008 15:05:45 -0400 Received: from mail.gmx.net ([213.165.64.20]:36031) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KrH7Q-0000w5-PP for emacs-orgmode@gnu.org; Sat, 18 Oct 2008 15:05:45 -0400 In-Reply-To: <20081018163501.GM1080@thinkpad.adamsinfoserv.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 RLAdams@AdamsInfoServ.com > > 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 >