0

Possible Duplicate:
Beamer crashes with babel Turkish package

I am using Beamer theme for the University of Cologne, named uzk-theme. I would like to add an image to this theme, however, it doesn't work. enter image description here

This is what I like to add. but it looks like this on the slide. enter image description here This is my code.

    \begin{figure}
    \includegraphics{image1.png}
    \end{figure}

Just help me please, I need it urgently.

This is a MVE

    \documentclass{beamer}
    \usepackage[turkish, ngerman, english]{babel}
    \usepackage[latin5]{inputenc}
    \usepackage{graphicx}
    \usepackage{url}
    \usepackage{enumerate}

    \usetheme[%
    %wiso,        %% Wiso-Fakultaet
    %jura,        %% Rechtswissenschaftliche Fakultaet
    %medizin,     %% Medizinische Fakultaet
    %philo,       %% Philosophische Fakultaet
    %matnat,      %% Mathematisch-Naturwissenschaftliche Fakultaet
    %human,       %% Humanwissenschaftliche Fakultaet
    %verw,        %% Universitaetsverwaltung
    %nav,         %% Schaltet die Navigationssymbole ein
    %latexfonts,  %% verwendet die latex-beamer-Standardschrift
    ]{UzK}

    \title[Destek Vektör Makineleri Üzerine Bir Çalışma \\ A Study On Support Vector Machines]{ \fontsize{13}{12}\selectfont Destek Vektör Makineleri Üzerine Bir Çalışma \\ (A Study On Support Vector Machines)}

    \author[Arş. Gör. Mustafa Murat ARAT]% {Mustafa Murat ARAT\thanks{\href{mailto:muratarat@hacettepe.edu.tr}{muratarat@hacettepe.edu.tr}}}

    \institute[Destek Vektör Makineleri Üzerine Bir Çalışma]{\textbf{Danışman:} Doç. Dr. Turhan MENTEŞ\thanks{\href{mailto:mentes@hacettepe.edu.tr}{mentes@hacettepe.edu.tr}}\\[12pt]İstatistik Bölümü \\ Hacettepe Üniversitesi\\ 06800\\ Ankara, Türkiye}

    \date{18 Eylül 2012}

    \begin{document}

    \begin{frame}[titlepage]
    \titlepage
    \end{frame}


    \begin{frame}
    \frametitle{Die Fußzeile}
    \begin{figure}
    \includegraphics{image1.png}
    \end{figure}
    \end{frame}

    \end{document}

AND this is where you can download the theme. https://github.com/solstice/uzk-theme

ARAT
  • 555

0 Answers0