UCWTeX: Fix languages
This commit is contained in:
parent
6bfb62fcdd
commit
73af3473c7
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class UCWTexGenerator(OutputGenerator):
|
|||
elif lang == "sk":
|
||||
return r"\uselanguage{slovak}\frenchspacing\lefthyphenmin=2\righthyphenmin=2{}"
|
||||
elif lang == "en":
|
||||
return r"\uselanguage{english}\nofrenchspacing\lefthyphenmin=2\righthyphenmin=2{}"
|
||||
return r"\uselanguage{USenglish}\nonfrenchspacing\lefthyphenmin=2\righthyphenmin=2{}"
|
||||
else:
|
||||
return ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue