[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] eps graphics empty with dvipdfmx
From: |
David Kastrup |
Subject: |
Re: [AUCTeX] eps graphics empty with dvipdfmx |
Date: |
Wed, 23 Aug 2017 12:03:57 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Ikumi Keita <address@hidden> writes:
> Hi Jan,
>
>>>>>> Jan Menzel <address@hidden> writes:
>> Hi all!
>> After our IT department recently upgraded my system to Ubuntu 16.04 LTS
>> graphics preview stopped working. In order to get the new latex version
>> to compile my thesis I had to change "dvipdfm" to "dvipdfmx" in
>> \documentcalss. Now previews in general work well again, captions are
>> also correct, but my figures (all .eps) are just empty boxes. However,
>> the size of the boxes correspond to their bounding boxes. (I've checked
>> the .pngs that are generated for the preview as well.)
>> The minimum example that replicates my problem is as follows:
>
>> \documentclass[dvipdfmx]{book}
>> \usepackage{graphicx}
>> \begin{document}
>> \begin{figure}[t]
>> \centering
>> \includegraphics[]{test.eps}
>> \caption[]{Caption}
>> \end{figure}
>> \end{document}
>
> Why do you give dvipdfmx option to documentclass? I suppose you are
> using pdflatex.
While including test.eps? Unlikely.
--
David Kastrup