General ⇒ Image not clear
Re: Image not clear
epstopdf milestone.eps
Error: pdflatex (file milestone.pdf): cannot find image file
==> Fatal error occurred, the output PDF file is not finished!
and when the .pdf is re generated the doucment is displayed up intill the error is effected i.e just before the milestone.jpg is displayed.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
Stefan
Re: Image not clear
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
Stefan
Re: Image not clear
i applied .jpg for each of the image file, and called the .pd tex file as u have said.
thanks again for all ur help
Re: Image not clear
is there way lifting all chapter heading by 1cm or 2?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
Code: Select all
\makeatletter
\renewcommand*\@makechapterhead[1]{%
\vspace*{10\p@}% adjust this value
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\huge\bfseries \@chapapp\space \thechapter
\par\nobreak
\vskip 20\p@
\fi
\fi
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}}
\makeatother
I am using a newer version of book.cls, but that may work for you too.
Stefan
Re: Image not clear
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
Stefan