Skip to content

Commit

Permalink
modified engine to support publication file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaustinm committed Oct 31, 2024
1 parent 2755997 commit 245f72a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prefig/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def build(
format,
filename,
publication=None,
ignore_publication=True,
ignore_publication=False,
standalone=False
):
path = Path(filename)
Expand Down Expand Up @@ -49,7 +49,7 @@ def pdf(
filename,
build_first=True,
publication=None,
ignore_publication=True,
ignore_publication=False,
dpi=72,
standalone=False
):
Expand Down Expand Up @@ -103,7 +103,7 @@ def png(
filename,
build_first=True,
publication=None,
ignore_publication=True,
ignore_publication=False,
standalone=False
):
build_path = None
Expand Down

0 comments on commit 245f72a

Please sign in to comment.