-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Move to backtick latex delimiting #953
Move to backtick latex delimiting #953
Conversation
Thanks! Did you check all sample notebooks? |
@fonsp, no, just started rechecking, I’m missing some, will fix. |
Add backtick example to Analysis.jl
@fonsp Can now in good faith say that I've reviewed all of the sample notebooks. Some of the diff updates are because I reran the notebooks in 0.14; let me know if you'd prefer I remove these commits. |
Yeah can you try to get smaller diffs? Try to change the notebook files without running them |
09a3a2d
to
111d6c9
Compare
@fonsp Ok, think we have a clean diff now. :) |
Per the very helpful tip in this discourse thread, it seems like there might be a lot to be gained and little to be lost by encouraging users to use backticks instead of dollar signs for latex snippets, so that dollar signs are reserved for (and more reliably parsed) in the case of
$(1+1)
style interpolation.