Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d5a575

Browse files
committed
Add missing dimension in genfrac LaTeX example.
This appears unnecessary in mathtext, but LaTeX requires the dimension.
1 parent 25ce38c commit 8d5a575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/text/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
9898
.. math::
9999
100-
\frac{3}{4} \binom{3}{4} \genfrac{}{}{0}{}{3}{4}
100+
\frac{3}{4} \binom{3}{4} \genfrac{}{}{0pt}{}{3}{4}
101101
102102
Fractions can be arbitrarily nested::
103103

0 commit comments

Comments
 (0)