I've created a dissertation thesis document based on the LyX thesis template. The document class is
scrbook
from KOMA-Script.I have some numbered equations something like this.
Code: Select all
a + b = c (1.1)
How can I get rid of the "Equation" prefix? I want to display something like this:As described in (Equation 1.1) we can see that ...
As described in (1.1) we can see that ...
Thanks.