mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make inputenc template use conditional on latex_engine being pdflatex
This commit is contained in:
parent
cf246d09c0
commit
be8034e131
@ -15,7 +15,9 @@
|
||||
\fi \sphinxpxdimen=<%= pxunit %>\relax
|
||||
<%= passoptionstopackages %>
|
||||
<%= geometry %>
|
||||
<% if latex_engine == 'pdflatex' -%>
|
||||
<%= inputenc %>
|
||||
<% endif -%>
|
||||
<%= utf8extra %>
|
||||
<%= cmappkg %>
|
||||
<%= fontenc %>
|
||||
|
Loading…
Reference in New Issue
Block a user