38 lines
664 B
TeX
38 lines
664 B
TeX
\documentclass[times, 08pt,twocolumn]{article}
|
|
\usepackage{latex8}
|
|
|
|
\usepackage{titlesec}
|
|
\usepackage[margin=0.7in]{geometry}
|
|
\usepackage{graphicx}
|
|
\usepackage{amsmath}
|
|
|
|
\titleformat{\section}{\large\bfseries}{\thesection}{1em}{}
|
|
|
|
\begin{document}
|
|
\pagestyle{empty}
|
|
|
|
\title{Working title}
|
|
\author{Team X}
|
|
\date{April 2, 2012}
|
|
|
|
\maketitle
|
|
|
|
\section*{Introduction}
|
|
Sample citation from \emph {AI: A Modern Approach} \cite{russelnorvig}.
|
|
|
|
\section*{Related Work}
|
|
|
|
\section*{Approach}
|
|
|
|
\paragraph*{Implementation}
|
|
|
|
Sample paragraph for format demo purposes.
|
|
|
|
\section*{Evaluation}
|
|
|
|
\section*{Conclusion}
|
|
|
|
\bibliographystyle{plain}
|
|
\bibliography{p3refs}
|
|
|
|
\end{document} |