Generaleps figure not showing

LaTeX specific issues not fitting into one of the other forums of this category.
asafw
Posts: 37
Joined: Sun Jun 10, 2012 12:33 pm

Re: eps figure not showing

Post by asafw »

Thank you Johannes,
Here they are.

Asaf
Attachments
styleguide.pdf
(31.62 KiB) Downloaded 605 times
styleguide.log
(8.32 KiB) Downloaded 420 times
styleguide.tex
(664 Bytes) Downloaded 381 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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 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 362 times
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
asafw
Posts: 37
Joined: Sun Jun 10, 2012 12:33 pm

Re: eps figure not showing

Post by asafw »

Got it!
Thank you very much for your commitment and prompt response!

Asaf
xytang
Posts: 1
Joined: Thu Apr 16, 2015 5:04 am

Re: eps figure not showing

Post by xytang »

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
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

eps figure not showing

Post by Johannes_B »

Hi and welcome.
asafw wrote:Got it!
Thank you very much for your commitment and prompt response!

Asaf
This suggests, that he got it to work. As can be read one post further above, you need to run 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.
Post Reply