diff options
Diffstat (limited to 'preamble')
-rw-r--r-- | preamble/acronyms.sed | 15 | ||||
-rw-r--r-- | preamble/acronyms.tex | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/preamble/acronyms.sed b/preamble/acronyms.sed index f124f26..6ddbe45 100644 --- a/preamble/acronyms.sed +++ b/preamble/acronyms.sed @@ -1,8 +1,10 @@ # Standards and protocols and -s/PHP/\\php{}/g +s/CalDAV/\\caldav{}/g s/IPv4/\\ipvfour{}/g s/IPv6/\\ipvsix{}/g +s/PHP/\\php{}/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 @@ -12,14 +14,23 @@ s/IPv6/\\ipvsix{}/g 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 +1,/DKIM/ {s/DKIM/\\dkimm{}/g}; s/DKIM/\\dkim{}/g +1,/DMARC/ {s/DMARC/\\dmarcc{}/g}; s/DMARC/\\dmarc{}/g # Organizations 1,/CCC/ {s/CCC/\\cccc{}/g}; s/CCC/\\ccc{}/g 1,/DFRI/ {s/DFRI/\\dfrii{}/g}; s/DFRI/\\dfri{}/g +1,/DN/ {s/DN/\\dnn{}/g}; s/DN/\\dn{}/g +1,/FOSDEM/ {s/FOSDEM/\\fosdemm{}/g}; s/FOSDEM/\\fosdem{}/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 +1,/SCB/ {s/\SCB/\\scbb{}/g}; s/SCB/\\scb{}/g + +# Acronymes + +1,/FAQ/ {s/\FAQ/\\faqq{}/g}; s/FAQ/\\faq{}/g + # Hosts s/\*antilop\*/\\antilop{}/g diff --git a/preamble/acronyms.tex b/preamble/acronyms.tex index 3230e74..77347d9 100644 --- a/preamble/acronyms.tex +++ b/preamble/acronyms.tex @@ -39,9 +39,11 @@ \newcommand \eu {\textsc{eu}} \newcommand \existdb {Exist \textsc{db}} \newcommand \faq {\textsc{faq}} +\newcommand \faqq {frågor och svar (\faq)} \newcommand \flfd {\textsc{flfd}} \newcommand \flfdd {Fripost Lagring för delning (\flfd)} \newcommand \fosdem {\textsc{fosdem}} +\newcommand \fosdemm {Free and Open source Software Developers Meeting (\textsc{fosdem})} \newcommand \fossgbg {\textsc{foss-gbg}} \newcommand \fossnorth {\textsc{foss} North} \newcommand \fpm {\textsc{fpm}} |