%%% Oldham, Jeffrey D. %%% 2000 May 08 %%% CS3352 %%% %%% Sample LaTeX File \documentclass[12pt]{article} %\usepackage{vmargin} %\setpapersize{USletter} %\setmarg{0.75in}{0.5in}{7.0in}{9.0in} %\usepackage{tabularx} \usepackage{html} \renewcommand{\thefootnote}{\arabic{footnote}} % Permits good HTML footnotes. %\usepackage{times} % for PDF only \usepackage[english]{babel} \selectlanguage{english} \begin{document} \section{The Most Important Table} %% Paste your table here. \section{Other Unimportant Stuff} \end{document}