From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org + Images -> Tex -> PDF Date: Fri, 12 Dec 2008 15:37:15 +0100 Message-ID: <4DCFCBD4-6D45-4421-97AC-01CE896C3D1A@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LB98y-00064D-Rp for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:37:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LB98x-00063V-4X for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:37:28 -0500 Received: from [199.232.76.173] (port=50380 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LB98x-00063M-0p for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:37:27 -0500 Received: from ug-out-1314.google.com ([66.249.92.174]:18450) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LB98t-000510-1q for emacs-orgmode@gnu.org; Fri, 12 Dec 2008 09:37:26 -0500 Received: by ug-out-1314.google.com with SMTP id 36so408979uga.17 for ; Fri, 12 Dec 2008 06:37:18 -0800 (PST) In-Reply-To: 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: Manish Cc: emacs-orgmode Hi Manish, it has been a long time, but this does now work, with #+CAPTION: Server Load [[./load.png]] - Carsten On Oct 18, 2008, at 3:50 PM, 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} > `---- > > Any pointers appreciated. > > -- > Manish > > > _______________________________________________ > 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