Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2021-02-02 21:08:13 +0300
committerjfbu <jfbu@free.fr>2021-02-02 21:08:13 +0300
commitaf4015a788469511415fd73cb3ba0857a033a522 (patch)
tree5ddc3d630cf72a51c2ff18b9a28e13203a2fdf70 /sphinx/texinputs
parentfbafb308b82a606836fb16f771645fab23bf7305 (diff)
Fix lost LaTeX in merge
Diffstat (limited to 'sphinx/texinputs')
-rw-r--r--sphinx/texinputs/sphinxlatexgraphics.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinxlatexgraphics.sty b/sphinx/texinputs/sphinxlatexgraphics.sty
index d3e38b02d..908ca3696 100644
--- a/sphinx/texinputs/sphinxlatexgraphics.sty
+++ b/sphinx/texinputs/sphinxlatexgraphics.sty
@@ -40,7 +40,7 @@
\AtBeginDocument{\spx@image@maxheight\textheight}
% box scratch register
-\newdimen\spx@image@box
+\newbox\spx@image@box
\newcommand*{\sphinxsafeincludegraphics}[2][]{%
% #1 contains possibly width=, height=, but no scale= since 1.8.4
\setbox\spx@image@box\hbox{\includegraphics[#1,draft]{#2}}%