I have been playing with this oddity for awhile, and cannot make heads or tails of it.
My footnotes are too wide. I want the footnote margins to match my main text, but they extend too far in both directions. I cannot isolate the package that is causing it. Here is my messy preamble, thanks for looking.
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{article}\usepackage{fullpage, fancyhdr, amsmath, amsthm, graphicx, amssymb, epstopdf, booktabs, dcolumn, verbatim, mdwlist, setspace, natbib, rotating}\usepackage[tight, TABTOPCAP]{subfigure}\usepackage[fleqn]{easyeqn}\newcolumntype{.}{D{.}{.}{4.3}}\newcolumntype{,}{D{,}{.}{1.5}}\newcolumntype{;}{D{;}{.}{3;2}}\newtheorem{assumption}{Assumption}\pagenumbering{arabic}\setstretch{1.5}\footnotesep .2in\makeatletter\def\section{\@startsection {section}{1}{\z@}{-3.5ex plus -1ex minus -.2ex}{2.3ex plus .2ex}{\normalsize\bf}}\def\subsection{\@startsection {subsection}{1}{\z@}{-3.5ex plus -1ex minus -.2ex}{2.3ex plus .2ex}{\small\bf}}\makeatother%\renewcommand{\headrulewidth}{0pt} %Do not print a rule below the header%\renewcommand{\footrulewidth}{0pt} %Do not print a rule above the footer%\thispagestyle{fancy} %so that headers can be used%\lhead{} %Leave the left of the header empty%\chead{} %Leave the center of the header empty%\rhead{} %Display this text on the right of the header%\lfoot{} %Display this text on the left of the footer%\cfoot{} %Leave the center of the footer empty%\rfoot{\tiny{Prepared by }}