« Dezember 2005 | Hauptseite | Februar 2006 »

Januar 2006 Archive

12.01.06

Problems with the image quality in PDFs

I use the following environment to write my diploma thesis:

- Miktex 2.4.1705
- TeXnicCenter version 1 Beta 6.31
- Ghostscript 8.53

I had huge problems with image quality when I used to create a PDF with the pictures in JPG format.

The solution is (after intensive searching the WWW and many tries):

  • convert your pictures in the EPS format
  • use the way over ps creation (in TeXnicCenter use the profil LaTeX => PS => PDF) and the images look really beautiful in high quality.

P.S.: To import images in Latex use:
\begin{figure}[ht]
\centering
\includegraphics{digitalTV}
\caption{Digital transmission setup}
\label{digitalTV}
\end{figure}

In the header you have to include the following line to make the code work:
\usepackage{graphicx}

In the brackets behind includegraphics must be the path to your image with the file-ending relatively to your LaTeX-File.
Caption is for the legend under the picture (with automatic numeration).
Label if you want to use a reference to the image in the text.

16.01.06

Footnotes nonstop numeration through the whole document

If you don't want your footnotes to begin a new numeration in every chapter a simple LaTeX command will make this possible:

In your header (before \begin{document}) you have to insert the following code:
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}

You can download the chngcntr-package here

Über Januar 2006

Diese Seite enthält alle "It's not a blog, it's a feature"-Einträge in Januar 2006. Sie sind in chronologischer Reihenfolge angeordnet.

Dezember 2005 ist das vorherige Archiv.

Februar 2006 ist das nächste Archiv.

Viele weitere Einträge finden Sie auf der Hauptseite und im Archiv.

Creative Commons License
Dieser Weblog steht unter einer Creative Commons-Lizenz.
Powered by
Movable Type 5.12