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 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