-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIncludes.tex
39 lines (33 loc) · 855 Bytes
/
Includes.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
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
%For References and quotes
\usepackage[
backend=biber,
style=apa,
citestyle=apa,
sorting=nyt
]{biblatex}
\usepackage{csquotes}
\usepackage{hyphenat}
%For Links
\usepackage{hyperref}
%For Images
\usepackage{graphicx}
\graphicspath{ {./images/} }
%For Swot Analysis Matrixes
\usepackage{times}
\usepackage{tikz}
\usetikzlibrary{matrix}
%For TheoreticalFramework
\usepackage{varwidth}
\usepackage{longtable}
\newcommand{\textSR}{Server-side rendering}
\newcommand{\textSECO}{Server-side encoding}
\newcommand{\textSECR}{Server-side encrypting}
\newcommand{\textN}{Networking}
\newcommand{\textCDCO}{Client-side decoding}
\newcommand{\textCDCR}{Client-side decrypting}
\newcommand{\textCRD}{Client-side rendering / displaying}
\input{Glossary}
\addbibresource{references.bib}