% Image with Caption
\begin{SCfigure}[0.5][h]
\includegraphics[width=0.6\textwidth]{filename}
\caption[Text in bib]{Caption}
\end{SCfigure}
% Image position absolute: cover page
\usepackage[absolute]{textpos}
\begin{textblock*}{\paperwidth}(0mm,0mm)
\begin{figure}
\noindent\includegraphics[height=\paperheight]{filename}
\caption[Text in bib]{Caption}
\end{figure}
\end{textblock*}
% Note: Images can not stand in multicols, so you have to end them first
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.