summaryrefslogtreecommitdiff
path: root/2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex
diff options
context:
space:
mode:
Diffstat (limited to '2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex')
-rw-r--r--2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex67
1 files changed, 67 insertions, 0 deletions
diff --git a/2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex b/2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex
new file mode 100644
index 0000000..ab04992
--- /dev/null
+++ b/2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex
@@ -0,0 +1,67 @@
+\documentclass[twocolumn,12pt]{article}
+\usepackage{ols}
+\ifpdf
+\usepackage[pdftex]{epsfig}
+\else
+\usepackage{epsfig}
+\fi
+\input{ols-fonts}
+% The section above is required; no edits, please.
+% We are using a 12-point serif font with certain
+% macro packages.
+
+% If you really MUST define additional commands
+% here, please be aware that it's a shared namespace,
+% and the main build will NOT pick up your commands
+% (potentially adding time to the editing process).
+% See the docs for the 'combine' package for details.
+%
+% Please do NOT use \newcommand; use \providecommand instead.
+% The shared namespace will be easier if you use your last
+% name as part of the new command, like so:
+%
+% \providecommand{\lastnameCmd}[1]{\texttt{#1}}
+
+
+\begin{document}
+
+% Required: do not print the date.
+\date{}
+
+\title{__TITLE__ \\
+% {\normalsize Subtitle goes here}
+}
+
+\author{
+__AUTHOR__ \\
+{\em __INSTITUTION__}\\
+{\tt\normalsize __EMAIL__}\\
+% \and
+% Second Author\\
+% {\em Second Institution}\\
+% {\tt\normalsize another@address.for.email.com}\\
+} % end author section
+
+\maketitle
+
+% Required: do not use page numbers on title page.
+\thispagestyle{empty}
+
+\section*{Abstract}
+% Here is how to include text from another file. Use
+% \input rather than \include.
+\input{__ABSTRACT__}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% BODY OF PAPER GOES HERE %%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\end{document}
+
+
+
+
personal git repositories of Harald Welte. Your mileage may vary