2

I try to use TexPrint command in the TexAct package, and the expression contains Derivative[1][f][r[]], H2[t[], r[]]etc., is it possible to avoid displaying these variables dependence[t[], r[]] by using TexPrint or other commands? Since I want a concise output.

Jh Wang
  • 53
  • 4

1 Answers1

0

I find Format command can apply Format[Derivative[1][f][r[]] := Subscript["f", ",r"]

Jh Wang
  • 53
  • 4
  • It seems that you have already found the Format function. So what did you try with that towards your question? – MarcoB Oct 20 '22 at 11:24
  • one can first use Format command to print the expression result, then copy the result into the TexPrint[] to obtain a shorthand concise latex. – Jh Wang Oct 26 '22 at 12:02