Skip to content

Commit 684014a

Browse files
authored
fix(docs): Remove extra curly bracket in LaTeX math expression to fix issue #3330 (#3389)
1 parent 571f79b commit 684014a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/using_text.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ we have to add it manually.
378378
myTemplate = TexTemplate()
379379
myTemplate.add_to_preamble(r"\usepackage{mathrsfs}")
380380
tex = Tex(
381-
r"$\mathscr{H} \rightarrow \mathbb{H}$}",
381+
r"$\mathscr{H} \rightarrow \mathbb{H}$",
382382
tex_template=myTemplate,
383383
font_size=144,
384384
)

0 commit comments

Comments
 (0)