Lang-S-Konversion: Ausnahmeliste.
[wortliste.git] / skripte / make-hyphenlist.sh
blob231b22d507332bc8b4264c722d70ff121bbcb4ef
1 LC_COLLATE=de_DE.UTF-8
3 sort \
4 | uniq \
5 | sed -f words2tex.sed > temp.tex
6 lualatex temp.tex > /dev/null
7 #rm temp.tex temp.aux
8 cat temp.log \
9 | sed -f log2words.sed
10 #rm temp.log