Tagged Questions
5
votes
1answer
870 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
...
2
votes
1answer
352 views
Varying images at varying positions in Book and Memoir class chapter styles
I'm working on a chapter style: link (pdf)
I want to use a different image at different positions in each chapter, sometimes even hanging into the title line (after the text), but the title line ...