Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有某种方法可以texput告诉千里马如何在幂为有理表达式时格式化幂。
texput
例如我想要
tex1(2^(2/5)); > 2^{2 / 5}
而不是默认的2^{ \frac{2}{5} }.
2^{ \frac{2}{5} }
这可以做到吗?