mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
LaTeX: fix a glitch from recent internal renamings
On a system with LaTeX package pict2e unavailable it would lead to an infinite loop. Caused by forgotten update of a macro name which has changed meaning.
This commit is contained in:
parent
e39949fed0
commit
f2eb2870d1
@ -733,7 +733,7 @@ will be set to white}%
|
||||
It does not seem to be available on your system.\MessageBreak
|
||||
Options for setting radii will be ignored}%
|
||||
\sphinxbuildwarning{nopict2e}%
|
||||
\def\spx@boxes@fcolorbox@rounded{\spx@boxes@fcolorbox}%
|
||||
\def\spx@boxes@fcolorbox@rounded{\spx@boxes@fcolorbox@rectangle}%
|
||||
}%
|
||||
}%
|
||||
\AtBeginDocument{%
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
% At 5.1.0 the code formerly here has been refactored and incorporated
|
||||
% into more powerful \spx@boxes@fcolorbox from sphinxpackageboxes.sty
|
||||
% (which not only has a @rectangle variant but also @rounded)
|
||||
\long\def\spx@ShadowFBox#1{%
|
||||
\leavevmode
|
||||
\setbox\z@\hbox{#1}%
|
||||
|
@ -51,8 +51,8 @@
|
||||
%%%%%%%%%%%%%%%%
|
||||
% "setup" macro
|
||||
%
|
||||
% It must be called prior to \spx@boxes@fcolorbox{@rounded,@insetshadow} for
|
||||
% initializing its parameters.
|
||||
% It must be called prior to \spx@boxes@fcolorbox for parameters of the latter
|
||||
% to be initialized.
|
||||
%
|
||||
% It also prepares \spx@boxes@fcolorbox to expand to one of
|
||||
% \spx@boxes@fcolorbox@rectangle or \spx@boxes@fcolorbox@rounded depending on
|
||||
|
Loading…
Reference in New Issue
Block a user