Skip to content

Commit 651e0b0

Browse files
committed
feat(envs.py): add more common used environments
1 parent f4611b6 commit 651e0b0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vrdu/config/envs.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"algorithmic",
8686
"algorithmic*",
8787
"program",
88+
"pseudocode",
8889
]
8990

9091
code_envs = [
@@ -171,6 +172,7 @@
171172

172173
text_envs = [
173174
"theorem",
175+
"observation",
174176
"thm",
175177
"definition",
176178
"lemma",
@@ -193,6 +195,11 @@
193195
"acknowledgements",
194196
"flushleft",
195197
"flushright",
198+
"appendices",
199+
"IEEEproof",
200+
"widetext",
201+
"center",
202+
"quote",
196203
]
197204

198205
# these envs will not cross columns, they always shows as a whole

0 commit comments

Comments
 (0)