I am writing my thesis in mathematics, and I would like to use a list of symbols. Therefore, I tried the package "listofsymbols". It seems to be favourable, because one cannot only create the list, one defines macros for the symbols one is using. Which is very convenient, because one can define longer symbols, and then simply use the short macro name instead of the math formula.
However, I encountered some problem which I need to solve. The package accepts for example the following two definitions:
Code: Select all
\newsym[The energy 1 of the system]{symE1}{( E_1 )}
\newsym[Energy 2]{symE2}{\mathcal{E}_2}
Code: Select all
\newsym[Energy]{symE}{(\mathcal{E})}
Another problem: I get errors when I use for example $\mathcal(E)$ in a description. But $\lambda$ works fine...
I look forward to your answers, and hope there is a simple solution.
Best wishes,
Vilietha