Skip to content

Commit 143f674

Browse files
author
Aron Fischer
committed
docstring
1 parent 8e69574 commit 143f674

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

manim/utils/tex_templates.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,10 +897,13 @@ class TexFontTemplates(object):
897897
"""
898898
A collection of TeX templates for the fonts described at http://jf.burnol.free.fr/showcase.html
899899
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+
900903
Usage
901904
-----
902905
As a value for the keyword argument tex_template of Tex() and MathTex() mobjects
903-
Tex("My TeX code", tex_template=TexFontTemplates.comic_sans)
906+
``Tex("My TeX code", tex_template=TexFontTemplates.comic_sans)``
904907
905908
"""
906909

0 commit comments

Comments
 (0)