2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

document omlaut

This commit is contained in:
Tinderbox User
2015-08-13 20:43:29 +00:00
parent a73d9c0b4d
commit f619a2035b

View File

@@ -43,7 +43,8 @@ while (<>) {
s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/;
# Add any further tweaking here.
s/&#50102;/{\\"o}/;
# https://en.wikibooks.org/wiki/LaTeX/Special_Characters
s/&#50102;/{\\"o}/; # omlaut o &#xc3b6; or &#50102;
# Write out whatever we have now.
print;