Math & Scienceelsarticle | Startup Problems

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
npsasikumar
Posts: 1
Joined: Thu Feb 16, 2012 7:20 am

elsarticle | Startup Problems

Post by npsasikumar »

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,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Hi,

welcome to the board!

There is no elsarticle style file. Just load the class

Code: Select all

\documentclass{elsarticle.cls}
and remove

Code: Select all

\usepackage{elsarticle}
Stefan
LaTeX.org admin
Post Reply