-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unsatisfactory display of latex formula in pdf exports #21
Comments
@mcgratay Note for testing -- this error is occurring when using the WP Quick LaTeX plugin, not our native LaTeX rendering solution. |
@SteelWagstaff I was able to reproduce variations of this bug on MathJax as well; notes to come |
Notes
Test book: https://equationalignment.textopress.com/ |
At least in this book: |
@luis-r-izquierdo we recently deployed a fix for special characters in LaTeX entities for PDF exports. Can you test this to see whether that fix resolved your issue, or if this still needs further attention? Hope all is well with you and family in Spain! |
Hi @SteelWagstaff ! The fix has indeed resolved the issue, thank you so much! I hope you and your family are doing very well too. And remember that, even though Real Valladolid is playing in "Segunda", you may still enjoy visiting us to watch a game :D |
Hi, I'm sorry to bring this up again, but apparently the issue is now present in EPUB exports. You can check by looking for " QuickLaTeX.com" in the EPUB export of https://wisc.pb.unizin.org/agent-based-evolutionary-game-dynamics/ |
I filed a new issue for the EPUB export, with a MWE, at #101 |
In some cases (see MWE below), it seems that the presence of a link before a latex formula can mess up how the formula is displayed in the pdf export.
To be specific, the following code is fine:
i.e., it displays in the pdf as:
https://pressbooks.community/uploads/default/original/1X/8ce97a331b031c305219a402cd0dcb4c77fcc64b.png
But if I turn the initial word into a link:
then the formula does not display correctly in the pdf:
https://pressbooks.community/uploads/default/original/1X/f987667c38a94417a0daeb9ee618e903638532b1.png
Cheers
Luis
The text was updated successfully, but these errors were encountered: