question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need to re-implement custom LaTeX related methods for current config system.

See original GitHub issue

As 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:closed
  • Created 3 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Aathish04commented, Jul 23, 2020

Demo time:

Like I have done previously for 3b1bmanim, I have added support in manimcommunity for all tex fonts.

@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?

0reactions
cobordismcommented, Jul 23, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found