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

Skip to content

Commit 89b6314

Browse files
committed
Add missing dimension in genfrac LaTeX example.
This appears unnecessary in mathtext, but LaTeX requires the dimension.
1 parent 3947e83 commit 89b6314

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
@@ -94,7 +94,7 @@
9494
9595
.. math::
9696
97-
\frac{3}{4} \binom{3}{4} \genfrac{}{}{0}{}{3}{4}
97+
\frac{3}{4} \binom{3}{4} \genfrac{}{}{0pt}{}{3}{4}
9898
9999
Fractions can be arbitrarily nested::
100100

0 commit comments

Comments
 (0)