Skip to content

Instantly share code, notes, and snippets.

@benbrittain
Created February 21, 2013 01:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benbrittain/5001124 to your computer and use it in GitHub Desktop.
Save benbrittain/5001124 to your computer and use it in GitHub Desktop.
layout for a tex document
% 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