Conversation
…doesn't work for eqs
…paths from files, and upscaling / downscaling to target font size, because new latex is now too slow. content can do this as a generate step -- not too bad because it is incremental.
…in general, so continue to ignore them, except for some key things like hat and hbar-bar that need them..
…r tests now passing from lots of examples, etc.
… work, and for it to work in general without users having to install all that on their systems
….gz file!? using a []byte instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
and also major update to the tex math rendering system, to use latex instead of just plain tex, based on a branch of star-tex that Sebastien Binet got working with latex (via wasm translation into go.. amazing). The latex rendering is much slower, so now there is a caching system that can be loaded -- content generate now generates all equations and these are loaded -- no latex rendering is included anymore, at significant time and memory savings!