Fix highlighting in PDF if wrapping of long code lines was _not_ enabled

This commit is contained in:
jfbu 2017-12-10 17:11:55 +01:00
parent 3bbfbadce5
commit e583e5b0f3

View File

@ -902,7 +902,7 @@
% codes*=..., and \fvset{codes=...} if added by raw latex will be overwritten % codes*=..., and \fvset{codes=...} if added by raw latex will be overwritten
\def\FancyVerbCodes{\sphinxbreaksviaactive}% \def\FancyVerbCodes{\sphinxbreaksviaactive}%
\else % end of conditional code for wrapping long code lines \else % end of conditional code for wrapping long code lines
\let\sphinx@FancyVerbFormatLine\FancyVerbFormatLine \def\sphinx@FancyVerbFormatLine ##1{\hb@xt@\linewidth{\strut ##1\hss}}%
\let\FancyVerbCodes\@empty % only for clarity \let\FancyVerbCodes\@empty % only for clarity
\fi \fi
\renewcommand\FancyVerbFormatLine[1]{% \renewcommand\FancyVerbFormatLine[1]{%