summaryrefslogtreecommitdiff
path: root/2004/netfilter-failover-ols2004/OLS2004-proceedings/TEMPLATES/Blank.tex
blob: ab049920b779ca86311cf06995b0e4ffe9c4feef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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