additional unicode tweaks

This commit is contained in:
NT
2021-08-20 11:28:02 +02:00
parent fed4154235
commit f6c7622664
2 changed files with 13 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ recs.append( re.compile(r"approach using continuous convolutions {.}.hyperlink{c
rect.append( "approach using continuous convolutions {[}\\\\protect\\\\hyperlink{cite.references:id14}{UPTK19}{]}" )
# fixup unicode symbols
# compare book-in2.tex -> book.tex after iconv
recs.append( re.compile(r"" ) ) # unicode '
rect.append( "\'" )
@@ -77,6 +78,12 @@ rect.append( " " )
# recs.append( re.compile(r"") )
# rect.append( "" )
# recs.append( re.compile(r"") )
# rect.append( "" )
# recs.append( re.compile(r"") )
# rect.append( "" )
# fixup title , cumbersome...