Ans. M8: Difference between revisions
Jump to navigation
Jump to search
(New page: <Back) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[FAQ_-_elsarticle.cls|<Back]] | [[FAQ_-_elsarticle.cls|<Back]] | ||
If you load <code>latexsym.sty</code> or <code>amssymb.sty</code>, you will not get the above error. So please load any one of the above packages. For example: | |||
<geshi lang="latex"> | |||
\usepackage{latexsym} | |||
</geshi> |
Latest revision as of 14:52, 18 June 2009
If you load latexsym.sty
or amssymb.sty
, you will not get the above error. So please load any one of the above packages. For example:
<geshi lang="latex">
\usepackage{latexsym}
</geshi>