Skip to content

Add direct tex output #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Add direct tex output #82

merged 6 commits into from
Sep 16, 2024

Conversation

cthoyt
Copy link
Contributor

@cthoyt cthoyt commented Sep 8, 2024

Closes #81

This PR adds tex to the list of output formats like pdf, preprint, jats, etc.

The point is that it uses the same configuration as the pdf final build, but it outputs the latex file.

This is important so we can make a semantic diff on the latex instead of just checking the resulting binaries for the PDFs generated from this latex are the same. It turns out that it's not trivial to make the PDFs build the same way in the CI pipeline and locally (esp on an M3 mac if you can't build the docker image yourself easily)

@tarleb tarleb merged commit 1d6d50e into openjournals:main Sep 16, 2024
0 of 2 checks passed
@tarleb
Copy link
Collaborator

tarleb commented Sep 16, 2024

✨ 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change tests to use latex instead of PDF
2 participants