The documentation says that pfeformat
applies to a ratio of integers but does not mention any equivalents for other situations.
In particular, because pfeformat
affects the tex1
output, this means that the tex1
return for something like 2*7^x/log(7)
is the potentially confusing (at least for students) {{2 7^{x}}over{log 7}}
. Moreover, this leaves no way to factor out common symbolic constants like %pi
.
Is there any way to work around this?
question from:https://stackoverflow.com/questions/65835404/wxmaxima-equivalent-of-pfeformat-for-non-integers