-
Notifications
You must be signed in to change notification settings - Fork 39
Bugfixes (from working on ximeraExamples) #192
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
Conversation
…ary characters like underscore without throwing an error in the compile process.
…e quote unless it is inside a string, so we need to nest double quotes inside single quotes and not the other way around, which showed up in the footnotes online display javascript, breaking it entirely. Fixed here and tested on examples.
…th the author footnotes, and future footnotes.
|
Ok, this should be all set now - the examples branch bulk pass is done. There is more to do on the examples/testbed, but any bugs that I was going to find in the original code as a result of making test files should have been found now, so this pull request should actually be ready now. |
wiobber
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The \detokenize is now in the PDF: https://set-p-dsb-zomercursus-latest.cloud-ext.icts.kuleuven.be/ximeraexamples*18-with-latest/ximera-downloads/handouts/testXourses/testFiles/googleBase.pdf
\url should support underscore, if \hyperref is loaded (https://www.overleaf.com/learn/latex/Questions/I%27m_trying_to_include_URLs_in_my_.tex_or_.bib%2C_but_I_got_an_error_%22Missing_%24_inserted%22)

…ary characters like underscore without throwing an error in the compile process.