-
Notifications
You must be signed in to change notification settings - Fork 105
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
fixing unicode errors in build: more fixes needed #1701
Conversation
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.
We seem to be missing the leading backslashes of \Theta
and \Omega
.
Can we also add a check to the CI workflow?
Pull Request Test Coverage Report for Build 8966713762Details
💛 - Coveralls |
The backslashes wouldn't lead to a good output. We could escape these things by saying ^$\Theta$^ to get a nice PDF. But then the json output for autocomplete would look really ugly (unless we do some more magic). Also jsdoc would look bad. So at the moment, docs/lib/list.js is used for:
and we just tolerate a "Theta" appearing everywhere, to keep things simple. |
Edit: Didn't see the above comment |
This reverts commit c19ac75.
Replacing |
The file list.js is currently attached verbatim (using lstlisting in LaTeX) to source_2.pdf. That means it will look ugly (illegible). On the longer run, we should find a way to attach list.js in a nicer way to source_2.pdf. I suggest we go ahead with just "Theta" (and make an issue) for now. |
Made the issue in #1705 |
No description provided.