Search found 8 matches

by sgl
Thu Oct 24, 2019 2:12 pm
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Ok, maybe I should look into that to get a stably working installation.

Thanks again!

Cheers

Steffen
by sgl
Thu Oct 24, 2019 1:56 pm
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Hi Stefan,

yes I was indeed already looking for other options, even though none was truly convincing. But thank you for the suggestions.

It does seem like I found the problem though: After uninstalling and reinstalling MiKTeX, I checked for updates but only installed the ones labelled 'required ...
by sgl
Thu Oct 24, 2019 8:34 am
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

No unfortunately I need the tag replaced, just thought the addition might give some hint. Is there any discrepancy between my and your log? The log is from a run without epstopdf.

Steffen
by sgl
Thu Oct 24, 2019 12:19 am
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Update:

Loading the epstopdf package gets both png and eps displayed, but then of course without the tag replaced in the eps.

Steffen
by sgl
Wed Oct 23, 2019 11:45 pm
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Seemingly I forgot a fair bit:

This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/W32TeX) (preloaded format=pdflatex 2019.10.23) 23 OCT 2019 23:05
entering extended mode
\write18 enabled.
%&-line parsing enabled.
**test.tex
(./test.tex
LaTeX2e <2019-10-01> patch level 1
(e:/Programme ...
by sgl
Wed Oct 23, 2019 11:12 pm
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Hi Stefan,

btw I tried texLive in the meantime, still no change.

What I get after compilation is the following

Prozess gestartet: pdflatex.exe -synctex=1 -interaction=nonstopmode --shell-escape "test".tex

This is dvips(k) 5.999 Copyright 2019 Radical Eye Software (www.radicaleye.com) ' TeX ...
by sgl
Wed Oct 23, 2019 10:38 am
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Hi Stefan,

thank you for your reply and sorry for not submitting them right away, could have guessed it.

Attached please find a PNG and EPS file for the above scenario.

Cheers

Steffen
test_eps.eps
(13.56 KiB) Downloaded 193 times
test_png.png
test_png.png (18.31 KiB) Viewed 7447 times
by sgl
Wed Oct 23, 2019 12:19 am
Forum: Graphics, Figures & Tables
Topic: .png figure seems to suppress display of succeeding .eps in pdflatex with shell escape
Replies: 12
Views: 9944

.png figure seems to suppress display of succeeding .eps in pdflatex with shell escape

Hi all,

I am writing a document in which I would like to include images in PNG format as well as EPS files. The EPS files are chemical structures that I need to number with the chemnum package. When I compile the file including only the EPS with Pdflatex and shell-escape, it works perfectly fine ...