We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0eaf4 commit fea55f8Copy full SHA for fea55f8
src/latexify/codegen/expression_rules.py
@@ -252,7 +252,7 @@ class FunctionRule:
252
"fsum": FunctionRule(r"\sum", is_unary=True),
253
"gamma": FunctionRule(r"\Gamma"),
254
"log": FunctionRule(r"\log", is_unary=True),
255
- "log10": FunctionRule(r"\log_10", is_unary=True),
+ "log10": FunctionRule(r"\log_{10}", is_unary=True),
256
"log2": FunctionRule(r"\log_2", is_unary=True),
257
"prod": FunctionRule(r"\prod", is_unary=True),
258
"sec": FunctionRule(r"\sec", is_unary=True),
0 commit comments