]> git.g-eek.se Git - inbyggd-frihet-wiki.git/commitdiff
[cache] Sed script update
authorGustav Eek <gustav.eek@fripost.org>
Sun, 13 Oct 2019 19:26:24 +0000 (21:26 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Sun, 13 Oct 2019 19:26:24 +0000 (21:26 +0200)
cash/sed/latex.sed

index 4bb213776a137c7e4072bbfe21f3e3ee212a137f..c313a68809432d59d7217dd0df4f62c9815e82c9 100644 (file)
@@ -1,3 +1,9 @@
+#!/usr/bin/env sed
+
+# Preparation before pandoc execution
+
+# Create title
+
 1,/^$/ {
   1 i ---
   /^$/ i ...
@@ -7,3 +13,6 @@
   }
 }
 
+# Acronymes
+
+s/GNU/\\textsc{gnu}/g