Currently, when you have something like this:
e_Ersatz = d_k * ( (e_m/d_m) + (e_s/(d_k-d_m) ) )
show( e_Ersatz )
it would just print this:
d_k * ( (e_m/d_m) + (e_s/(d_k-d_m) ) )
and it would print it beautiful and in latex formatting. but i would like it to include the " e_Ersatz = " in a nicely formatted way, so that it is easier to follow the output.
How can i do that?