mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
A better default settings for XeLaTeX
This commit is contained in:
parent
d322e443a8
commit
a79ea0fa95
@ -102,7 +102,13 @@ DEFAULT_SETTINGS = {
|
||||
|
||||
ADDITIONAL_SETTINGS = {
|
||||
'pdflatex': {
|
||||
'inputenc': '\\usepackage[utf8]{inputenc}',
|
||||
'inputenc': '\\usepackage[utf8]{inputenc}',
|
||||
},
|
||||
'xelatex': {
|
||||
'babel': '', # disable babel
|
||||
'inputenc': '\\usepackage{polyglossia}',
|
||||
'fontenc': '\\usepackage{fontspec}',
|
||||
'fontpkg': '',
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user