I'm attaching a page from a lecture note where a table is included in main section.
Here is the .tex file I'm using (apologies for any newbie mistake)
Code: Select all
\documentclass[a4paper,10pt,final]{article}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage[gen]{eurosym} % to produce Euro symbol
\usepackage{graphicx}
\usepackage{tikz}
\hypersetup{colorlinks=true, linkcolor=blue}
\begin{document}
% You must put the output details BEFORE \title
\title{TITLE}\author{MY NAME}
% if you want title use this cmd after '\title'
\maketitle
\begin{abstract}
Yes, think about it once you're done!
\end{abstract}
\Section*{Issues we are dealing with}
\section{Introduction}
\section{Data description}
\subsection{Data ``cleaning''}
\section{Econometric Model}
\section{Results}
Here we analyse the relevant results.
\subsection{Limitations}
\section{Conclusion}
\pagebreak
\appendix
\section{Regression tables}
We post all relevant regression results here in original form, provided by Stata (or whichever software we use).
\section{References}
\end{document}
