Skip to content

Commit

Permalink
Update collect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasraabe authored Apr 19, 2022
1 parent f2f7937 commit 923a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytask_latex/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def task_latex():
@pytask.mark.latex(
script="script.tex",
document="document.pdf",
options=cs.latexmk(options="--some-options"),
compilation_steps=cs.latexmk(options="--some-options"),
)
def task_latex():
...
Expand Down

0 comments on commit 923a666

Please sign in to comment.