We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e69574 commit 143f674Copy full SHA for 143f674
manim/utils/tex_templates.py
@@ -897,10 +897,13 @@ class TexFontTemplates(object):
897
"""
898
A collection of TeX templates for the fonts described at http://jf.burnol.free.fr/showcase.html
899
900
+ These templates are specifically designed to allow you to typeset formulae and mathematics using
901
+ different fonts. They are based on the mathastext LaTeX package.
902
+
903
Usage
904
-----
905
As a value for the keyword argument tex_template of Tex() and MathTex() mobjects
- Tex("My TeX code", tex_template=TexFontTemplates.comic_sans)
906
+ ``Tex("My TeX code", tex_template=TexFontTemplates.comic_sans)``
907
908
909
0 commit comments