Skip to content

Commit

Permalink
Enable math
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Aug 12, 2021
1 parent f119b33 commit d30fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process_sources14.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main(
f"eoatex2pdf.py --include \"{publ_dir}\""
)
exec_command(
f"eoatex2imxml.py --no-math \"{publ_dir}\""
f"eoatex2imxml.py \"{publ_dir}\""
)
exec_command(
f"imxml2django.py \"{publ_dir}\""
Expand Down

0 comments on commit d30fd7e

Please sign in to comment.