File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Bugs fixed
28
28
* #2329: Refresh environment forcely if source directory has changed.
29
29
* #2331: Fix code-blocks are filled by block in dvi; remove ``xcdraw`` option from xcolor package
30
30
* Fix the confval type checker emits warnings if unicode is given to confvals which expects string value
31
+ * #2360: Fix numref in LaTeX output is broken
31
32
32
33
Documentation
33
34
-------------
Original file line number Diff line number Diff line change @@ -1504,8 +1504,8 @@ def add_target(id):
1504
1504
return
1505
1505
else :
1506
1506
domain = self .builder .env .domains ['std' ]
1507
- figtype = domain .get_figtype (node )
1508
- if figtype and domain .get_numfig_title (node ):
1507
+ figtype = domain .get_figtype (next )
1508
+ if figtype and domain .get_numfig_title (next ):
1509
1509
ids = set ()
1510
1510
# labels for figures go in the figure body, not before
1511
1511
if node .get ('refid' ):
You can’t perform that action at this time.
0 commit comments