Very sorry about that. I am new to the site. I think it has something to do with the title page, but I am not sure what. The footnotes look fine without a title page.
Code: Select all
\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 }}
\author{}
\title{\textbf{Posting on latex community}}
\begin{document}
\maketitle
\abstract{I think it has something to do with the Title Page...}
\newpage
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.\footnote{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.}
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.\footnote{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.}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.\footnote{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.}
\end{document}
I hope that is slimmed down enough. I am really not sure where the formatting is coming from so I kept my entire preamble.