Please excuse my errors because I am new to this forum and struggling badly. Please could you help me to position figures within boxed areas, so that I can design an a0 poster? I need to be able to put captions under the figures and keep the regions of text in the right place and I am not able to see how to do this anywhere. I am not conerned about frames of boxes, but I would like to be able to write in a kind of textbox, preferably with a coloured background, to separate the regions of text.
Please find attached my image files which I have included in the a0poster, the code for which I have copied in below. I would like to be able to put a few boxes around but I don't k=mind images floating within, say, a pink region. I have tried to use wrapfigures, so that I could write about each figure. When I tried this, everything stretched into the wrong place and overlapped. I would be most grateful for your help, please. I have really spent a long time trying to use LaTeX for this and I am really not getting anywhere.
Code: Select all
\documentclass[a0]{a0poster}
\usepackage[absolute, overlay]{textpos}
\usepackage{amsfonts, amsmath}
\usepackage{graphicx}
\usepackage{xcolor}
%\usepackage{floatfig,epsfig}
\usepackage{tcolorbox}
\graphicspath{ {LiteratureReview/}}
\TPGrid[10mm, 10mm]{48}{24}
\TPMargin{12.5mm}
\parindent=0pt
\definecolor{Lilac}{cmyk}{0.09,0.12,0,0}
\definecolor{PalePink}{cmyk}{0,0.1,0,0}
\begin{document}
\title{\Huge On-line stability assessment}
\maketitle
\pagecolor{Lilac}
\begin{figure}
\includegraphics[height=100mm]{DMD_DS02}
\caption{original dynamic response data for contingencies DS01 (top) and DS02}
\label{DMD_DS02}
\end{figure}
%\textblockcolour{PalePink}
\begin{textblock}{5}(0,0)
%\begin{figure}
\includegraphics[height=50mm]{EPSRC}
%\end{figure}
\end{textblock}
\textblockcolour{PalePink}
\begin{textblock}{16}(0.5,10)
%\begin{tcolorbox}%[arc=5mm]
\Huge{DMD Modes - Location}
%\begin{tcolorbox}[arc=0mm]
\begin{figure}
\includegraphics[height=100mm]{DMDgenerators}
\end{figure}
\begin{figure}
\includegraphics[height=100mm]{DMD_DS02}
\caption{original dynamic response data for contingencies DS01 (top) and DS02}
\label{DMD_DS02}
\end{figure}
\end{textblock}
\textblockcolour{PalePink}
\begin{textblock}{16}(17,10)
%\begin{tcolorbox}%[arc=5mm]
\Huge{DMD Modes - Location}
%\begin{tcolorbox}[arc=0mm]
\begin{figure}
\includegraphics[height=100mm]{DMDgenerators}
\end{figure}
\end{textblock}
\end{document}