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
|
% % % % % % % % % %
% P A C K A G E S %
% % % % % % % % % %
\usepackage[english]{babel}
\usepackage{anonchap}
\usepackage[left=3cm,top=3cm,right=3cm,bottom=3cm]{geometry}
\usepackage{fancyhdr}
\usepackage[x11names]{xcolor}
\usepackage{hyphenat}
\usepackage[pdftex]{graphicx}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{enumerate}
\usepackage{listings}
\usepackage{verbatim}
\usepackage{caption}
\usepackage{multirow}
\usepackage{appendix}
\usepackage{tikz}
\usepackage{pgf}
\usepackage{url}
\usepackage[super,square,comma]{natbib}
\usepackage{hyperref}
\usepackage{amsmath}
% % % % % % % % % %
% S E T T I N G S %
% % % % % % % % % %
\title{333networks masterserver technical reference}
\author{Darkelarious}
\usetikzlibrary{shapes,arrows,plotmarks,shapes.multipart,calc}
\simplechapter
\newcommand{\HRule}{\rule{\linewidth}{0.1mm}}
\renewcommand{\simplechapterdelim}{.}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
%\setlength{\parindent}{0in}
% header/footer
\pagestyle{fancyplain}
\setlength{\headheight}{14pt}
\fancyhf[LH]{\nouppercase\leftmark}
\fancyhf[CH]{}
\fancyhf[RH]{Masterserver}
\fancyhf[LF]{\raisebox{-10pt}{\includegraphics[height=20pt]{./img/333networks-bw}}}
\fancyhf[CF]{}
\fancyhf[RF]{\thepage{}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
%misc
\hbadness 10000
\hypersetup{
colorlinks=true,
linkcolor=black,
citecolor=SpringGreen4,
filecolor=darkgray,
urlcolor=blue
}
|