How do i define, that formula should not be computed, but rather displayed in Traditional format. Here are 2 examples, where 1'st one is displayed like I want it, but 2'nd one is simplified.
Print["5. ", Limit[f[x]/g[x], x -> a], "=", Limit[f[x], x -> a]/Limit[g[x], x -> a], ", where ", Limit[g[x], x -> a] != 0];
Print["7. ", Limit[c, x -> a], "=", c]