-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFOSS_and_Digitaliseringsstyrelsen.tex
103 lines (78 loc) · 2.2 KB
/
FOSS_and_Digitaliseringsstyrelsen.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
% !TeX TXS-program:bibliography = txs:///biber
\documentclass[twoside,12pt,a4paper]{article}
\usepackage[danish]{babel}
\usepackage[backend=biber,style=numeric,sorting=none]{biblatex}%,sorting=ydnt
\usepackage{csquotes}
\addbibresource{FOSS_and_Digitaliseringsstyrelsen.bib}
\usepackage[headheight=26pt,bottom=3cm]{geometry} %[top=2cm, bottom=2cm, outer=0cm, inner=0cm]
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
% to make lists
\usepackage{enumitem}
% math
\usepackage{amsmath}
\usepackage{amssymb}
% title
\usepackage{titling}
\usepackage[style=iso]{datetime2}
\usepackage[pdftex,linkcolor=black,pdfborder={0 0 0}]{hyperref} % Format links for pdf
% \usepackage[pdfusetitle]{hyperref}
\title{FOSS og Digitaliseringen af Staten}
\author{Rasmus Enevoldsen}
\date{\today}
% header and footer
\fancyhead{} % clear all header fields
\fancyfoot[C]{Side \thepage\ af \pageref{LastPage}}
\pagestyle{fancy}
%-----------------------
% Set pdf information and add title, fill in the fields
%-----------------------
\hypersetup{
pdfsubject = {},
pdftitle = {},
pdfauthor = {}
}
%-----------------------
% Begin document
%-----------------------
\begin{document}
\begin{titlepage}
\begin{center}
\Huge \thetitle\\
\LARGE \theauthor
\vfill
% \includegraphics[width=0.8\textwidth]{./img/Bivector_ManimCE_v0.16.0.Bivector}
% \includegraphics[width=1\textwidth]{./img/Bivector_ManimCE_v0.16.0.wedge}
\vfill
% \large \\
\normalsize % AAU\\
% My class
\thedate\\
\pageref{LastPage}
% number of charters
\end{center}
\setcounter{page}{0}
\end{titlepage}
\section{Introduction}
\section{TODO}
read about the law that fundet MitID and the rest of Denmarks digital offerings.
Write about the benefits of Open Source and FOSS.
GPL VS MIT.
Help to devoping contries
A more transperent state
\begin{itemize}
\item MitID
\item Rejsekor
\item Kørekort
\item At Stemme
\item MinSundhed
\item e-Boks
\item Pas
\item Skat
\end{itemize}
Logo and why it should not be free to use
\newpage
\printbibliography
\end{document}