LaTeX: prevent LuaLaTeX from applying TeX ligatures (>>, <<,...)

Closes: #5179
This commit is contained in:
jfbu 2018-12-15 14:58:26 +01:00
parent 415ebc15c5
commit b99c2f8a9d
2 changed files with 4 additions and 1 deletions

View File

@ -108,6 +108,8 @@ Bugs fixed
* #5248: LaTeX: Greek letters in section titles disappear from PDF bookmarks
* #5772: LaTeX: should the Bjarne style of fncychap be used for English also
if passed as language option?
* #5179: LaTex: (lualatex only) escaping of ``>`` by ``\textgreater{}`` is not
enough, ``\textgreater{}\textgreater{}`` applies TeX-ligature
Testing
--------

View File

@ -207,7 +207,8 @@ ADDITIONAL_SETTINGS = {
'latex_engine': 'lualatex',
'polyglossia': '\\usepackage{polyglossia}',
'babel': '',
'fontenc': '\\usepackage{fontspec}',
'fontenc': ('\\usepackage{fontspec}\n'
'\\defaultfontfeatures[\rmfamily,\sffamily]{}'),
'fontpkg': LUALATEX_DEFAULT_FONTPKG,
'textgreek': '',
'utf8extra': ('\\catcode`^^^^00a0\\active\\protected\\def^^^^00a0'