staticfigure
, but I tried that and it created a different problem). I would like my first flow frame to contain just my figure and nothing else. Here is a minimum working example:
Code: Select all
\documentclass{article}
\usepackage[margin=.5in]{geometry}
\geometry{letterpaper}
\usepackage{graphicx}
\usepackage{flowfram}
\newflowframe*{4.5in}{4.5in}{3in}{5in}
\newflowframe*{1.5in}{9.5in}{0in}{0in}
\newflowframe*{1.5in}{9.5in}{1.5in}{0in}
\newflowframe*{1.5in}{5in}{3in}{0in}
\newflowframe*{1.5in}{5in}{4.5in}{0in}
\newflowframe*{1.5in}{5in}{6in}{0in}
\begin{document}
\setlength{\flowframesep}{0pt}
\begin{figure}
\centering
\includegraphics[width=4.45in, height=4.45in]{crossword_grid_cropped.pdf}
\end{figure}
Here is the text that I want to appear in the frame in the upper left hand corner, which is the second frame defined.
\end{document}