Thank you Johannes,
Here they are.
Asaf
General ⇒ eps figure not showing
Re: eps figure not showing
- Attachments
-
- styleguide.pdf
- (31.62 KiB) Downloaded 605 times
-
- styleguide.log
- (8.32 KiB) Downloaded 420 times
-
- styleguide.tex
- (664 Bytes) Downloaded 380 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
eps figure not showing
XeLaTeX doesn't seem to get this right, i am not sure if this is a bug or something else. Since the journal will take your tex-files and compile them, even adjusting stuff. There isn't really much to worry right now.
You can also use
Biblatex with Biber: Configuring texworks to avoid undefined citations
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 440 times
-
- xelatexRun.pdf
- (70.64 KiB) Downloaded 361 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: eps figure not showing
Got it!
Thank you very much for your commitment and prompt response!
Asaf
Thank you very much for your commitment and prompt response!
Asaf
Re: eps figure not showing
Hi asafw,
I have the same problem with Biometrika latex template. I tried XeLaTex, but it doesn't work. Have you solve this problem?
Thanks,
xytang
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
Hi and welcome.
Please ask the journal editors for details.
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.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.