In my article I have used elsarticle class in the document and also added in the usepackage as \usepackage{elsarticle} and when I run the code, I am getting two errors, saying that elsarticle.sty is missing and emergency stop <read*> 1.3 \usepackage{enumerate}
So please guide me to solve the mistake. I have download the elsarticle from Elsevier website and installed. I am using MiKTeX 2.2
Thanking you sir,
Math & Science ⇒ elsarticle | Startup Problems
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
elsarticle | Startup Problems
Hi,
welcome to the board!
There is no elsarticle style file. Just load the class
and remove
Stefan
welcome to the board!
There is no elsarticle style file. Just load the class
Code: Select all
\documentclass{elsarticle.cls}
Code: Select all
\usepackage{elsarticle}
LaTeX.org admin