Update docs (mostly), fixes, etc
This commit is contained in:
@@ -10,10 +10,11 @@ def generate_labels():
|
||||
"lemma",
|
||||
"corollary",
|
||||
"proposition",
|
||||
"axiom",
|
||||
"fact",
|
||||
"formula",
|
||||
"remark",
|
||||
"combine",
|
||||
"combined",
|
||||
]:
|
||||
data += f"\\newcounter{{{label}none}}\n"
|
||||
reset_func += f"\n \\setcounter{{{label}none}}{{0}}\n"
|
||||
@@ -35,7 +36,7 @@ def generate_labels():
|
||||
reset_func += f" \\setcounter{{{label}paragraph}}{{0}}\n"
|
||||
|
||||
# Generate tcolorboxes
|
||||
if label != "combine":
|
||||
if label != "combined":
|
||||
data += f"""\\newtcolorbox{{{label}}}[2][]{{
|
||||
mainboxstyle,
|
||||
colback={label}color!5!white,
|
||||
|
||||
Reference in New Issue
Block a user