20 lines
285 B
TeX
20 lines
285 B
TeX
|
\documentclass{book}
|
||
|
|
||
|
\usepackage{floatlefttextright}
|
||
|
\usepackage{lipsum}
|
||
|
\usepackage{graphicx}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\afterpage{\blankpage}
|
||
|
\lipsum{100}
|
||
|
|
||
|
|
||
|
\addfig{
|
||
|
\includegraphics[width=\textwidth]{example-image-a}
|
||
|
\caption{Test figure}
|
||
|
\label{fig:Test figure}
|
||
|
}
|
||
|
|
||
|
\end{document}
|