mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2165: Remove faulty and non-need conditional
This commit is contained in:
parent
070cf51764
commit
789c298c66
@ -58,10 +58,9 @@
|
||||
%\renewcommand{\paperwidth}{7in} % O'Reilly ``Programmming Python''
|
||||
|
||||
% use pdfoutput for pTeX and dvipdfmx
|
||||
% when pTeX (\kanjiskip is defined), set pdfoutput to evade \include{pdfcolor}
|
||||
\ifx\kanjiskip\undefined\else
|
||||
\ifx\Gin@driver{dvipdfmx.def}\undefined\else
|
||||
\newcount\pdfoutput\pdfoutput=0
|
||||
\fi
|
||||
\newcount\pdfoutput\pdfoutput=0
|
||||
\fi
|
||||
|
||||
\RequirePackage{graphicx}
|
||||
|
Loading…
Reference in New Issue
Block a user