aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--preamble/acronyms.sed2
-rw-r--r--preamble/acronyms.tex1
-rw-r--r--preamble/snippets.sed2
3 files changed, 4 insertions, 1 deletions
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