mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:19:59 -04:00
parent
4103379b9f
commit
c85be0c8ec
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ while (<>) {
|
|||
s/{\\texttt{{\.\\dbz{}}}}/\\mbox{{\\texttt{{\.\\dbz{}}}}}/;
|
||||
|
||||
# Add any further tweaking here.
|
||||
s/쎶/{\\"o}/;
|
||||
# https://en.wikibooks.org/wiki/LaTeX/Special_Characters
|
||||
s/쎶/{\\"o}/; # omlaut o 쎶 or 쎶
|
||||
|
||||
# Write out whatever we have now.
|
||||
print;
|
||||
|
|
|
|||
Loading…
Reference in a new issue