-
Notifications
You must be signed in to change notification settings - Fork 3
/
document.tex
78 lines (76 loc) · 1.72 KB
/
document.tex
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
68
69
70
71
72
73
74
75
76
77
78
\documentclass[12pt]{book}
\usepackage[width=4.375in, height=7.0in, top=1.0in, papersize={5.5in,8.5in}]{geometry}
\usepackage[dvips]{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tipa}
%\usepackage{txfonts}
\usepackage{textcomp}
%\usepackage{amsthm}
%\usepackage{array}
%\usepackage{xy}
\usepackage{fancyhdr}
\usepackage{listings}
\lstset{breaklines=true}
\usepackage[titletoc]{appendix}
\usepackage{hyperref}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\fancyhead[LE,RO]{\bfseries\thepage}
\fancyhead[LO]{\bfseries\rightmark}
\fancyhead[RE]{\bfseries\leftmark}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\setlength{\footskip}{0in}
\renewcommand{\footruleskip}{0pt}
\fancypagestyle{plain}{%
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}
%
%\parindent 0in
\parskip 0.05in
%
\begin{document}
\frontmatter
\pagestyle{empty}
%\pagenumbering{}
% Set book title
\title{\textbf{A course on Quality of Service (QoS)}}
% Include Author name and Copyright holder name
\author{Jaume Barcelo}
\date{\today}
% 1st page for the Title
%-------------------------------------------------------------------------------
\maketitle
%
\pagestyle{fancy}
%
\tableofcontents
%
\mainmatter
%
\input{about.tex}
\input{advertisement.tex}
\input{bgp}
\input{quality_metrics.tex}
\input{qos-tools.tex}
\input{scheduling.tex}
\input{aqm.tex}
\input{diffserv.tex}
\input{rsvp-mpls-diffserv-te.tex}
\input{linux_qos}
\begin{appendices}
\appendixpage
\noappendicestocpagenum
\addappheadtotoc
\input{lab_assignments.tex}
\end{appendices}
\backmatter
%
\bibliographystyle{plain}
\bibliography{rfc,my_bib}
\end{document}