Need to re-implement custom LaTeX related methods for current config system.
See original GitHub issueAs of now, both ExampleClassScene
and ExampleFileScene
in example_scenes/customtex.py
fail, throwing a LaTex error converting to DVI
each time.
I believe this is because of the removal of register_tex_template
and initialize_tex
from config.py
when the config system was revamped.
These methods need to be reimplemented, and customtex.py
needs to be edited accordingly to fit the new config system.
Mentioning @leotrs since he rewrote config. Mentioning @philippimhof and @cobordism for the LaTeX part.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
More Modern Reimplementations of TeX
I am working on a reimplementation in Haskell: hex. It currently doesn't do much besides really simple files, but it has been progressing....
Read more >User manual - TeXstudio
1 Getting started. 1.1 Requirements. TeXstudio is a specialised LaTeX-editor. It helps to type LaTeX-documents more comfortable by helping to find the right ......
Read more >TikZ and pgf
LATEX has its own internal command for this, pstricks comes along with the powerful \mulitdo command. All of these can be used together...
Read more >A Complete Guide on Writing LaTeX with Vimtex in Neovim
In this post, I would like to share how to configure Neovim for LaTeX editing and previewing. My complete config for vimtex can...
Read more >Texmaker : User manual - Xm1 Math
Before using Texmaker, you must configure the editor and latex related commands ... with the recent and standard LaTeX distributions, but you should...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cobordism I’ve opened PR #215 with your code. Would you mind creating a new issue for the changes you’ve made, since this one’s talking about how to document the Customtex Tex ExampleScene?
Demo time:
Like I have done previously for 3b1bmanim, I have added support in manimcommunity for all tex fonts. Video is here: https://vimeo.com/441072916
code to include is here: https://gitlab.com/co-bordism/manim/-/tree/all_tex_fonts_community
code together with example scene that renders the above video is here: https://gitlab.com/co-bordism/manim/-/tree/all_tex_fonts_community_demo