When I compile my latex document I get everything right, except that from figure 17 to the last one the image quality is far lower than figures 1-16. All the images comes in eps format except for 3 that comes in pdf. The last one of those three figures is coincidently located as figure 16, whereas the other two are labeled as figures 5 and 9 (came up well on the pdf output).
To compile, I use Texnic center version 2.0 Beta1, and my output profile is selected as LaTex-->PS-->PDF (otherwise the figures comes up with a wrong bounding box).
Here's a copy of my preamble:
Code: Select all
\documentclass[letterpaper,11pt,spanish,final,titlepage]{book}
\usepackage[latin1]{inputenc}
\pagestyle{headings}
\usepackage{amsmath,chngcntr}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage[dvips]{epsfig}
\usepackage{indentfirst}
\DeclareMathOperator{\sen}{sen}
\renewcommand\tablename{Tabla}
\renewcommand\figurename{Figura}
\renewcommand\chaptername{Cap\'itulo}
\renewcommand\contentsname{Contenidos}
\renewcommand\appendixname{Ap\'endice}
\counterwithout{figure}{chapter}
\input
option as \input{Figures}
Do you know any way to resolve this? Thank you!
Cristian