I still fight with my book and another problem appeared. I need to place some pictures. So, I've used this of course:
Code: Select all
\begin{figure}[t]
\begin{center}
\includegraphics[width=120mm]{photo1.jpg}
\caption{Photo}
\end{center}
\end{figure}
Code: Select all
\usepackage[
centering,
headheight=24pt,
headsep=11pt,
includeheadfoot,
papersize={160mm,235mm},
text={120mm,195mm},
]{geometry}
Code: Select all
\begin{wrapfigure}{r}{0.5\textwidth}
\begin{center}
\includegraphics[width=0.48\textwidth]{picture.jpg}
\end{center}
\caption{picture}
\end{wrapfigure}
Thanks for your help!
krz