From a06ae58dd2b4a2fcda7ea0152cf959ab3c60ed16 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 3 May 2020 20:30:28 +0200 Subject: Preamble. Add package hyperref --- preamble/preamble.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'preamble') diff --git a/preamble/preamble.tex b/preamble/preamble.tex index 7952529..093a5a2 100644 --- a/preamble/preamble.tex +++ b/preamble/preamble.tex @@ -13,6 +13,7 @@ \usepackage{sectsty, soul, enumerate} \usepackage{calc} \usepackage{graphicx} +\usepackage{hyperref} % Colours \definecolor{gray70}{gray}{.3} -- cgit v1.2.3 From 8eacafef1cd9ce384a1b14524515785a8c4beb25 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 10 May 2020 11:37:59 +0200 Subject: Annual 2020. Preamble. Acronyms updated --- preamble/acronyms.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'preamble') diff --git a/preamble/acronyms.tex b/preamble/acronyms.tex index 7aac2e5..ff74cf7 100644 --- a/preamble/acronyms.tex +++ b/preamble/acronyms.tex @@ -14,6 +14,7 @@ \newcommand \cfengine {\textsc{cf}-engine} \newcommand \civett {\texthost{civett}} \newcommand \cpu {\textsc{cpu}} +\newcommand \cpuu {\cpu{} (\textit{Central Processing Unit})} \newcommand \dfd {\textsc{dfd}} \newcommand \dfdd {Document Freedom Day (\textsc{dfd})} \newcommand \dfri {\textsc{dfri}} @@ -98,8 +99,8 @@ \newcommand \ossec {\textsc{ossec}} \newcommand \otrs {\textsc{otrs}} \newcommand \otrss {\otrs\ (Open-source Ticket Request System)} -\newcommand \issi {\textsc{issi}} -\newcommand \issii {\issi\ (Open Suorce Seed Initiative)} +\newcommand \ossi {\textsc{ossi}} +\newcommand \ossii {\ossi\ (Open Suorce Seed Initiative)} \newcommand \paypal {PayPal} \newcommand \pgp {\textsc{pgp}} \newcommand \php {\textsc{php}} @@ -119,6 +120,7 @@ \newcommand \smart {\textsc{smart}} \newcommand \sms {\textsc{sms}} \newcommand \smtp {\textsc{smtp}} +\newcommand \smtpp {\smtp{} (\textit{Simple Mail Transport Protocol})} \newcommand \spf {\textsc{spf}} \newcommand \spff {\spf\ (\textit{Sender Policy Framework}, ramverk för avsändarpolicy)} \newcommand \ssh {\textsc{ssh}} @@ -128,6 +130,7 @@ \newcommand \sql {\textsc{sql}} \newcommand \srpfyra {\textsc{sr p4}} \newcommand \tcp {\textsc{tcp}} +\newcommand \tcpp {\tcp{} (\textit{Transmission Control Protocol})} \newcommand \tls {\textsc{tls}} \newcommand \tlss {\textsc{tls} (Transport Layer Secuity)} \newcommand \udp {\textsc{udp}} -- cgit v1.2.3 From 3ae33a4732de50fb416c4dfe57506a8cdd1f80e5 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 10 May 2020 11:38:39 +0200 Subject: Annual 2020. Preamble. Add Sed scripts for accronyms. --- preamble/acronyms.sed | 38 ++++++++++++++++++++++++++++++++++++++ preamble/attendants.sed | 11 +++++++++++ 2 files changed, 49 insertions(+) create mode 100644 preamble/acronyms.sed create mode 100644 preamble/attendants.sed (limited to 'preamble') diff --git a/preamble/acronyms.sed b/preamble/acronyms.sed new file mode 100644 index 0000000..664c3a4 --- /dev/null +++ b/preamble/acronyms.sed @@ -0,0 +1,38 @@ +# Standards and protocols and + +s/PHP/\\php{}/g +s/IPv4/\\ipvfour{}/g +s/IPv6/\\ipvsix{}/g +1,/SMTP/ {s/\SMTP/\\smtpp{}/g}; s/SMTP/\\smtp{}/g +1,/TCP/ {s/\TCP/\\tcpp{}/g}; s/TCP/\\tcp{}/g +1,/TLS/ {s/\TLS/\\tlss{}/g}; s/TLS/\\tls{}/g + +# Hardware and software + +1,/CPU/ {s/\CPU/\\cpuu{}/g}; s/CPU/\\cpu{}/g +1,/FLFD/ {s/FLFD/\\flfdd{}/g}; s/FLFD/\\flfd{}/g +1,/VM/ {s/\VM/\\vmm{}/g}; s/VM/\\vm{}/g + +# Organizations + +1,/CCC/ {s/CCC/\\cccc{}/g}; s/CCC/\\ccc{}/g +1,/DFRI/ {s/DFRI/\\dfrii{}/g}; s/DFRI/\\dfri{}/g +1,/NSU/ {s/NSU/\\nsuu{}/g}; s/NSU/\\nsu{}/g +1,/OSSI/ {s/OSSI/\\ossii{}/g}; s/OSSI/\\ossi{}/g + +# Hosts + +s/\*antilop\*/\\antilop{}/g +s/\*benjamin\*/\\benjamin{}/g +s/\*calima\*/\\calima{}/g +s/\*civett\*/\\civett{}/g +s/\*elefant\*/\\elefant{}/g +s/\*giraff\*/\\giraff{}/g +s/\*gnuhost\*/\\gnuhost{}/g +s/\*harvey\*/\\harvey{}/g +s/\*luxemburg\*/\\luxemburg{}/g +s/\*mistral\*/\\mistral{}/g +s/\*savann\*/\\savann{}/g +s/\*sereng\*/\\sereng{}/g +s/\*zetkin\*/\\zetkin{}/g +s/\*zivette\*/\\zivette{}/g diff --git a/preamble/attendants.sed b/preamble/attendants.sed new file mode 100644 index 0000000..9cfd07a --- /dev/null +++ b/preamble/attendants.sed @@ -0,0 +1,11 @@ +s/LB/\\LB{}/g +s/GE/\\GE{}/g +s/GM/\\GM{}/g +s/LM/\\LM{}/g +s/ER/\\ER{}/g +s/AS/\\AS{}/g +s/AW/\\AW{}/g +s/OV/\\OV{}/g + +s/LJO/\\LJO{}/g +s/SRE/\\SRE{}/g -- cgit v1.2.3 From eacf4c934fcf580e765732d94e0c369c5e8c785c Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 18 May 2020 20:38:44 +0200 Subject: Preamble. Add package hyphenat --- preamble/preamble.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'preamble') diff --git a/preamble/preamble.tex b/preamble/preamble.tex index 093a5a2..8f63c4e 100644 --- a/preamble/preamble.tex +++ b/preamble/preamble.tex @@ -14,6 +14,7 @@ \usepackage{calc} \usepackage{graphicx} \usepackage{hyperref} +\usepackage{hyphenat} % Colours \definecolor{gray70}{gray}{.3} -- cgit v1.2.3 From cbe01f6b37263504078f2e904f0b9323bcaa46c6 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 25 May 2020 17:00:01 +0200 Subject: Preamble. Attendants update --- preamble/attendants.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'preamble') diff --git a/preamble/attendants.tex b/preamble/attendants.tex index 3c463ce..4a2760d 100644 --- a/preamble/attendants.tex +++ b/preamble/attendants.tex @@ -1,5 +1,6 @@ \newcommand \LB {\textsc{lb}} % Ludvig Blomkvist -\newcommand \GE {\textsc{ge}} % Gustav Eek +\newcommand \IB {\textsc{ge}} % +\newcommand \GE {\textsc{ge}} % Gustav Eek \newcommand \GM {\textsc{gm}} % Guilhem Moulin \newcommand \LM {\textsc{lm}} % Lola Möller \newcommand \LJO {\textsc{ljo}} % Leif-Jöran Olsson @@ -9,7 +10,7 @@ \newcommand \AW {\textsc{aw}} % Anders Westerström \newcommand \OV {\textsc{ov}} % Oskar Vigren - +\newcommand \M {\textsc{m}} -- cgit v1.2.3 From bf5d5961cc3ba2aefde334e5c7c88171f8a09f70 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Mon, 25 May 2020 17:01:49 +0200 Subject: Preamble. Update of acronyms and similar. --- preamble/acronyms.sed | 2 +- preamble/acronyms.tex | 1 + preamble/snippets.sed | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 preamble/snippets.sed (limited to 'preamble') diff --git a/preamble/acronyms.sed b/preamble/acronyms.sed index 664c3a4..f124f26 100644 --- a/preamble/acronyms.sed +++ b/preamble/acronyms.sed @@ -19,7 +19,7 @@ s/IPv6/\\ipvsix{}/g 1,/DFRI/ {s/DFRI/\\dfrii{}/g}; s/DFRI/\\dfri{}/g 1,/NSU/ {s/NSU/\\nsuu{}/g}; s/NSU/\\nsu{}/g 1,/OSSI/ {s/OSSI/\\ossii{}/g}; s/OSSI/\\ossi{}/g - +1,/SCB/ {s/\SCB/\\scbb{}/g}; s/scb/\\scb{}/g # Hosts s/\*antilop\*/\\antilop{}/g diff --git a/preamble/acronyms.tex b/preamble/acronyms.tex index ff74cf7..e96f4b5 100644 --- a/preamble/acronyms.tex +++ b/preamble/acronyms.tex @@ -54,6 +54,7 @@ \newcommand \gdprr {Allmänna dataskyddsförordningen (\textsc{gdpr}, \textit{General Data Protection Regulation})} \newcommand \giraff {\texthost{giraff}} \newcommand \gnuhost {\textsc{gnu}} +\newcommand \gnulinux {\textsc{gnu}/Linux} \newcommand \gnupg {Gnu\textsc{pg}} \newcommand \gpg {\textsc{gpg}} \newcommand \gpgg {\gpg\ (\gnu\ Privacy Guard)} diff --git a/preamble/snippets.sed b/preamble/snippets.sed new file mode 100644 index 0000000..8d7f989 --- /dev/null +++ b/preamble/snippets.sed @@ -0,0 +1,2 @@ +s/→/$\\rightarrow{}$/g +s/->/$\\rightarrow{}$/g -- cgit v1.2.3 From 4ae2ba1d854ce4797f8034652391d1a2a133ade0 Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 26 May 2020 18:08:25 +0200 Subject: Preamble. Attendats update from after board corrections --- preamble/attendants.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preamble') diff --git a/preamble/attendants.tex b/preamble/attendants.tex index 4a2760d..e64fb0e 100644 --- a/preamble/attendants.tex +++ b/preamble/attendants.tex @@ -1,5 +1,5 @@ \newcommand \LB {\textsc{lb}} % Ludvig Blomkvist -\newcommand \IB {\textsc{ge}} % +\newcommand \IB {\textsc{ib}} % \newcommand \GE {\textsc{ge}} % Gustav Eek \newcommand \GM {\textsc{gm}} % Guilhem Moulin \newcommand \LM {\textsc{lm}} % Lola Möller -- cgit v1.2.3