Tagged Questions
5
votes
1answer
794 views
\usepackage[turkish]{babel} and \includegraphics inconcistency
Here is my document :
\documentclass[12pt]{book}
% must-have packages
\usepackage[turkish]{babel}
\usepackage[utf8]{inputenc} % This package will support Turkish chars
% must-have packages
...
4
votes
1answer
213 views
Macro included via \include
I have a macro to define a text:
\def\Title{Mein Titel und Langes"=Wort"=Beispiel}
The dash "= is defined in babel/German and is used to activate the hyphenation in concatenated words.
In ...