I am trying to use the pdflscape package. When I include an abstract, the indenting on the left margin becomes really large. Here is a minimal working example:
\documentclass[letterpaper, 12pt]{article}
\usepackage{pdflscape}
\begin{document}
\abstract{
The abstract of my document.
}
\begin{landscape}
Why is the left margin so large here?
\end{landscape}
\end{document}
If you comment out the abstract then the indenting is as expected. Any idea what is going on here? Suggested workarounds?
