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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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