Created
February 21, 2013 01:11
-
-
Save benbrittain/5001124 to your computer and use it in GitHub Desktop.
layout for a tex document
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% you need "ieeeconf.cls" in the same folder (wget http://css.paperplaza.net/conferences/support/files/ieeeconf.cls) | |
% run it like "latex something.tex" | |
% I then use divpdf to make the dvi a pdf | |
% there are a lot more settings and stuff you are probably gonna need, but this should get you started | |
\documentclass{ieeeconf} | |
\begin{document} | |
\title{A Survey of Function Reactive Programming} | |
\author{Benjamin W. Brittain} | |
\maketitle | |
\begin{abstract} | |
%some abstract stuff | |
\end{abstract} | |
\section{Background} | |
\subsection{Functional Programming} | |
\subsection{Reactive Programming} | |
\section{History} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment