1
0

Use csquotes for translated chapters

fixes #3
This commit is contained in:
2019-06-18 03:15:36 +00:00
parent f86beb2eb7
commit 3fdcd4314d
4 changed files with 61 additions and 52 deletions

7
scripts/fixquote.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -eux
sed -i 's/``/\\enquote{/g' $1
sed -i "s/''/}/g" $1
sed -i "s;\\\\enquote{gfdl.tex};\`\`gfdl.tex'';" $1