From 413080117a5a674945664ade31d5fb4cb17706ba Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 13 Oct 2019 21:26:24 +0200 Subject: [PATCH] [cache] Sed script update --- cash/sed/latex.sed | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cash/sed/latex.sed b/cash/sed/latex.sed index 4bb2137..c313a68 100644 --- a/cash/sed/latex.sed +++ b/cash/sed/latex.sed @@ -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 -- 2.39.2