-
Notifications
You must be signed in to change notification settings - Fork 162
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
White space in argument #1105
Comments
Almost definitely a result of my port, I'll look into it. |
It's a syntax error in line See: infrastructure_dissertation.tex#L5196 and infrastructure_dissertation.tex#L5196. |
I don't think that's the issue -- the second |
@vlasakm You're right, after more careful inspection that's not what the cause is. |
Sorry for the delay - I'm busy currently, but I'll be trying to get to this soon. I suspect the issue is with my bibtex port (converting the legacy C code to Rust), and in that case it's likely due to an off-by-one error or a missed call in my changes that the tectonic-on-arxiv tests (which run tectonic, including the bundled bibtex, against a lot of arxiv documents) didn't cover. If that's the case, I'll make sure to add a regression test so it doesn't happen in the future. |
Regarding the MWE
|
I think I found the root cause and will be opening a PR shortly - the actual issue was small, despite taking me several hours to track down. A test will be included to prevent regressions. |
…ing fields once when they may need to be grown multiple times.
Running tectonic 0.14.1 on https://github.com/sneakers-the-rat/dissertation gives
The text was updated successfully, but these errors were encountered: