summaryrefslogtreecommitdiff
path: root/legal-infosec.tex
blob: d76600728b6ff101e57a918de29fbcf1ba324ff7 (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
\documentclass[a4paper,12pt]{article}

\usepackage[ left=2cm, right=2cm
           , top=2.3cm,bottom=2.3cm
           , bindingoffset=0cm ]{geometry}

\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,russian]{babel}
\usepackage{csquotes}

\usepackage{biblatex}
\usepackage{hyperref}
\usepackage{indentfirst}

\title{Организационное и правовое обеспечение информационной безопасности}
\author{}

\addbibresource{references.bib}

\begin{document}

\maketitle

\include{sections/section1.tex}
\include{sections/section2.tex}
\include{sections/section3.tex}
\include{sections/section4.tex}
\include{sections/section5.tex}
\include{sections/section6.tex}
\include{sections/section7.tex}
\include{sections/section8.tex}
\include{sections/section9.tex}
\include{sections/section10.tex}
\include{sections/section11.tex}
\include{sections/section12.tex}

\end{document}