When I am using \includegraphics without using babel package, everything is fine. But with babel, I get "Missing \endcsname inserted. \includegraphics[scale=0.25]{image1}".
I found some explanation about this error in http://theoval.sys.uea.ac.uk/~nlct/late ... sname.html but it seems this solution is not about my problem.
Here is the file:
Code: Select all
\documentclass[a4paper,12pt]{article}
% \usepackage[turkish]{babel}
\usepackage{graphicx}
\usepackage{url}
\title{ProFTPD Sunucusu}
\begin{document}
\maketitle
\tableofcontents
\newpage
\section{ProFTPD}
\includegraphics[scale=0.25]{image1}
\end{document}