-
Notifications
You must be signed in to change notification settings - Fork 0
/
abbreviations.tex
36 lines (32 loc) · 1.08 KB
/
abbreviations.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
\section*{{\Huge Forkortelser}}
\addcontentsline{toc}{chapter}{Forkortelser}
$\\[0.5cm]$
\noindent
\begin{center}
\begin{tabular}{ l c l }
\underline{Forkortelse} & = & \underline{Definisjon} \\
SQL & = & Structured Query Language \\
NoSQL & = & Not only SQL \\
DBMS & = & DataBase Management System \\
DDL & = & Data Definition Language \\
SLA & = & Service Layer Agreement \\
EC2 & = & Elastic Compute Cloud \\
3-SAT & = & 3-satisfiability \\
ReST & = & Representational State Transfer \\
BDB & = & Berkeley DB \\
TCP & = & Transmission Control Protocol \\
\end{tabular}
\end{center}
\cleardoublepage
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\renewcommand{\headrulewidth}{0.1ex}
\renewcommand{\footrulewidth}{0.1ex}
\fancyfoot[LE,RO]{\thepage}
\fancyhead[LE]{\leftmark}
\fancyhead[RO]{\rightmark}
\fancypagestyle{plain}{\fancyhf{}\fancyfoot[LE,RO]{\thepage}\renewcommand{\headrulewidth}{0ex}}
\pagenumbering{arabic}
\setcounter{page}{1}