We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e37707 commit 2e9e786Copy full SHA for 2e9e786
1 file changed
vrdu/order_annotation.py
@@ -153,7 +153,7 @@ def generate_float_envs_order(self):
153
)
154
label_content = latex_content[label_start_index:label_end_index]
155
if latex_content[end_index:label_start_index].isspace():
156
- block.labels = re.findall(label_pattern, label_content)
+ block.labels.extend(re.findall(label_pattern, label_content))
157
break
158
159
# 1. add labels for equations
0 commit comments