Skip to content

Commit afe18c2

Browse files
committed
fix(envs.py): remove footnote from one column environments
1 parent 651e0b0 commit afe18c2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

vrdu/config/envs.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,7 @@
203203
]
204204

205205
# these envs will not cross columns, they always shows as a whole
206-
one_column_envs = [
207-
"Table",
208-
"Caption",
209-
"Algorithm",
210-
"Footnote",
211-
"PaperTitle",
212-
]
206+
one_column_envs = ["Table", "Caption", "Algorithm", "PaperTitle", "Title"]
213207

214208
list_of_tables = [
215209
"tableofcontents",

0 commit comments

Comments
 (0)