Skip to content

Commit

Permalink
Allow acronym expansions to contain commata
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Dec 19, 2023
1 parent cda0481 commit 4b53f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
wget -O- github.com/kde/syntax-highlighting/archive/master.tar.gz \
| tar xz -C /opt --strip-components 2 --wildcards '*/data/syntax'
perl -lne 'print "\\DeclareAcronym{@{[lc$$1]}}{short=$$1,long=$$2}"
perl -lne'print"\\DeclareAcronym{@{[lc$$1]}}{short=$$1,long={$$2}}"
if/^\*\[([^]]+)\]: (.+)$/' $$FILES | sort | uniq >dist/thesis.acr
pandoc -d pandoc.typedoc.yml --verbose dist/typedoc.md
Expand Down

0 comments on commit 4b53f13

Please sign in to comment.