mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
splits out features to multiple templates and added DnD styling
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user