2b258f0380
This leads to more predictable behavior. Change-Id: I3a9d96c4896a0d5ccc85b74562d35852a837f29f Signed-off-by: Stephen Finucane <sfinucan@redhat.com> Closes-Bug: #1843527
10 lines
442 B
YAML
10 lines
442 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``latex_engine`` and ``latex_elements`` options, which were previously
|
|
always overridden by the extension, will now be merged with user
|
|
configuration. If ``latex_engine`` is configured by the user, this will be
|
|
used in-place of the default. If ``latex_elements``, a dictionary, is
|
|
configured, the values provided by the user will be merged with the
|
|
defaults with user-provided defaults preferred.
|