General ⇒ eps figure not showing
Re: eps figure not showing
Here they are.
Asaf
- Attachments
-
- styleguide.pdf
- (31.62 KiB) Downloaded 615 times
-
- styleguide.log
- (8.32 KiB) Downloaded 426 times
-
- styleguide.tex
- (664 Bytes) Downloaded 385 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
eps figure not showing
You can also use
arara
to compile and convert to pdf. A very good answer by our moderator over at TeX.Stackexchange shows how to set up texworks to use biber (the modern BibTeX alternative). It works similarly with arara.Biblatex with Biber: Configuring texworks to avoid undefined citations
Code: Select all
% arara: latex
% arara: dvips
% arara: ps2pdf
\documentclass[lineno]{biometrika}
\usepackage{amsmath}
\begin{document}
\begin{figure}
\figurebox{20pc}{25pc}{}[fig1.eps]
\caption{A graph showing the truth (dot-dash), an estimate (dashes), another estimate (solid), and 95\% pointwise confidence limits (small dashes).}
\label{fig1}
\end{figure}
\end{document}
- Attachments
-
- longRun.pdf
- (75.56 KiB) Downloaded 451 times
-
- xelatexRun.pdf
- (70.64 KiB) Downloaded 372 times
Re: eps figure not showing
Thank you very much for your commitment and prompt response!
Asaf
Re: eps figure not showing
I have the same problem with Biometrika latex template. I tried XeLaTex, but it doesn't work. Have you solve this problem?
Thanks,
xytang
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
eps figure not showing
This suggests, that he got it to work. As can be read one post further above, you need to runasafw wrote:Got it!
Thank you very much for your commitment and prompt response!
Asaf
latex
, dvips
, and ps2pdf
.Please ask the journal editors for details.