[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] eps inline
From: |
Nick Dokos |
Subject: |
Re: [O] eps inline |
Date: |
Mon, 17 Oct 2011 22:03:07 -0400 |
Henri-Paul Indiogine <address@hidden> wrote:
> Hi!
>
> I have the following in my org-mode file:
>
> ------------8<---------------------->8---------------------
> #+LABEL: fig:gov-goal
> #+CAPTION: Codes for category GovGoal
> #+ATTR_LaTeX: placement=[h!]
> [[/home/henk/Dropbox/dissertation/graphic/gov-goal.eps]]
> -------------8<-------------------->8---------------------
>
> And this in my .emacs
>
> -------------8<---------------------->8-------------------
> ; Export to LaTeX
> (setq org-export-latex-packages-alist
> '(("" "color")
> ("" "hyperref")
> ("" "graphicx")
> ("" "apacite")
> ("" "tikz")))
> -------------8<---------------------->8-----------------
>
> The LaTeX file is generated, but the eps extension is not recognized
> even though graphicx is in the preamble. I use Ubuntu 11.10, Emacs 23
> and AucTeX.
>
> The failure happens when I press C-c C-c the latex compile command of AucTeX.
>
> Any suggestions?
>
See this thread:
http://thread.gmane.org/gmane.emacs.orgmode/46172
Nick
> Thanks,
> Henri-Paul
>
>
> --
> Henri-Paul Indiogine
>
> Curriculum & Instruction
> Texas A&M University
> TutorFind Learning Centre
>
> Email: address@hidden
> Skype: hindiogine
> Website: http://people.cehd.tamu.edu/~sindiogine
>
- [O] eps inline, Henri-Paul Indiogine, 2011/10/17
- Re: [O] eps inline,
Nick Dokos <=