-
Notifications
You must be signed in to change notification settings - Fork 15
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
agda2vec introduces extra empty lines #653
Labels
bug
Something isn't working
Comments
4 tasks
It seems removing |
williamdemeo
added a commit
that referenced
this issue
Jan 31, 2025
This closes issue #653. (It may be as simple as removing the extra new line character `+ \n` from the `file.write` line in the `write_file` function.)
4 tasks
4 tasks
williamdemeo
added a commit
that referenced
this issue
Feb 18, 2025
* agda2vec introduces extra empty lines #653 This closes issue #653. * update python ver dependency and improve agda2vec * improvements to agda2vec * changes to `Ratify.lagda` to improve layout of Fig 54 of cardano-ledger.pdf * Fix Python version to 310 --------- Co-authored-by: Carlos Tomé Cortiñas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
on a file
Ex.lagda
that containsproduces an error
However, running
latexmk -cd -pdfxe latex/Ex.tex
does not.I think the culprit is that
agda2vec.py
introduces many empty lines (comparelatex/Ex.tex
tolatex/Bad.tex
).The text was updated successfully, but these errors were encountered: