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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Image not clear
Stefan
Re: Image not clear
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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: 10335
- 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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Image not clear
Stefan