I'm trying to translate a book from german to turkish and i'm using TexMaker on Ubuntu 11.10 for this job. So i try to add some pictures to my work but it does not working. I'm using the following packages:
Code: Select all
\documentclass{scrartcl}
\usepackage[english,turkish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[pdftex]{graphicx}
\usepackage[T1]{fontenc}
\selectlanguage{turkish}
\usepackage{color}
\begin{document}
...So the document begins...
If i add the image like this:
Code: Select all
\includegraphics[]{Abbildung1.png}
But when i try to scale the image like this:
Code: Select all
\includegraphics[width=4cm, height=4cm]{Abbildung1.png}
Code: Select all
\includegraphics[scale=0.25]{Abbildung1.png}
Cheers