emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org + Images -> Tex -> PDF


From: Carsten Dominik
Subject: Re: [Orgmode] Org + Images -> Tex -> PDF
Date: Fri, 12 Dec 2008 15:41:42 +0100

Sorry, this was incomplete.  To exactly duplicate what you had:

  #+CAPTION: Server Load \scriptsize{(Source: RRD)}
  #+ATTR_LaTeX: scale=0.75
  #+LABEL: gif:load
  [[./load.png]]



And you can produce references to the figure with

   [[fig:load][the load plot]]

HTH

- Carsten

On Dec 12, 2008, at 3:37 PM, Carsten Dominik wrote:

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]