At https://gist.github.com/8210807 I've gisted the TeXShop Console messages for three runs of the same .tex file along with that file. Now when I typeset that .tex, a strange blank page is created just before \chapter{\lez{13/12/2013}}. How do I get rid of that? And why on Earth does that happen?
\documentclass[a4paper]{report}
\usepackage{graphicx}
\newcommand{\hsp}{\hspace}
\begin{document}
\chapter{mapu}
mumau
\chapter{gungu}
\includegraphics[width=11.5cm]{Felli_1.jpg}
\end{document}
shows this behaviour and the picture is:

$$ ... $$, see Why is\[ … \]preferable to$$? – Torbjørn T. Jan 01 '14 at 14:31\6instead of using'is beyond my understanding. You have tens of commands and you'll remember none of them after a few days without using them. In any case, it's impossible to say something sensible examining a 10000 line file. – egreg Jan 01 '14 at 15:13\6is that it was formerly'\hsp{0.0001cm}, thus defined to avoid interpretation of things as shorthands when they were not. Only that gave problems with line breaks. I kept it for a long time, up till I had problems with'in theorem names and I finally decided to drop the shorthands, which indeed I didn't remember. As for the "tens of commands", this is the old preamble which I need to use as it is to avoid problems with a file that was written with it and may use those commands. Many indeed I did not use, and I will remove as soon as I change file. – MickG Jan 01 '14 at 16:15