We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'babel'
latex_elements
1 parent f0dc823 commit b90482fCopy full SHA for b90482f
doc/latex.rst
@@ -158,8 +158,18 @@ Keys that you may want to override include:
158
``'lualatex'`` uses same default setting as ``'xelatex'``
159
160
.. versionchanged:: 1.7.6
161
- For French, ``xelatex`` and ``lualatex`` default to using
162
- ``babel``, not ``polyglossia``.
+ For French with ``xelatex`` (not ``lualatex``) the default is to use
+ ``babel``, not ``polyglossia``. To let ``lualatex`` use ``babel``,
163
+ use this:
164
+
165
+ .. code-block:: python
166
167
+ latex_elements = {
168
+ 'polyglossia': '',
169
+ 'babel': r'\usepackage{babel}',
170
+ }
171
172
+ in file :file:`conf.py`.
173
174
``'fontpkg'``
175
Font package inclusion. The default is::
0 commit comments