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:
Jean-François B 2023-03-07 16:33:38 +01:00
parent e39949fed0
commit f2eb2870d1
3 changed files with 4 additions and 3 deletions

View File

@ -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{%

View File

@ -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}%

View File

@ -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