Code: Select all
\documentclass[11pt]{article}
\usepackage{geometry,graphicx,verbatim,multicol,xfrac,ifthen,hanging}
\geometry{letterpaper,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}
Code: Select all
% NEW RECIPE
% RECIPE NAME
\begin{flushleft}
\vspace{3\baselineskip}
\textbf{\LARGE{ recipe name }}
\end{flushleft}
\index{ text here }
\label{ text here }
% RECIPE SUMMARY
\begin{flushleft}
\textit{ a summary about the recipe }
\end{flushleft}
% RECIPE
\begin{multicols}{2}\raggedcolumns
\begin{hangparas}{11pt}{1} ingredient 1 \end{hangparas}
\begin{hangparas}{11pt}{1} ingredient 2 \end{hangparas}
%\vdots
\end{multicols}
% DIRECTIONS
\paragraph*{}
For example, a new recipe starts at the bottom of a page, where the recipe name is displayed. On the next page, the recipe summary is displayed at the top of the page but then the rest of the page is blank. The subsequent list of ingredients starts on the following page.
I have a dozen sections, each containing about fifty recipes. Some sections are fine, everything looks great. However, some sections may have one or even two recipes that are getting improperly spaced like that.
I've checked my code again and again and nothing is out of place. I can't see any reason why this is happening. Anyone have any ideas?