splits out features to multiple templates and added DnD styling

This commit is contained in:
matsavage
2021-05-05 18:02:04 +01:00
parent 96a6f0cc2e
commit 631a320d84
11 changed files with 111 additions and 61 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ def create_latex_pdf(
"-interaction=nonstopmode",
tex_file,
]
passes = 2 if use_dnd_decorations else 1
passes = 3 if use_dnd_decorations else 1
try:
for i in range(passes):
result = subprocess.run(