Document Classes ⇒ elsarticle | No DVI Output
-
diaa_abidou
- Posts: 5
- Joined: Sun Apr 15, 2012 1:23 pm
elsarticle | No DVI Output
Thanks in advance
- Attachments
-
- NoDviOutput.TEX
- (429 Bytes) Downloaded 269 times
-
- NoDviOutput.log
- (10.13 KiB) Downloaded 269 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
elsarticle | No DVI Output
welcome to the board!
For displaying the abstract, you need to use the
frontmatter environment. For example:Code: Select all
\documentclass[preprint,5p,a4paper,10pt]{elsarticle}
\begin{document}
\begin{frontmatter}
\title{any title}
\begin{abstract}
some abstract
\end{abstract}
\begin{keyword}
something
\end{keyword}
\end{frontmatter}
main text
\end{document}-
diaa_abidou
- Posts: 5
- Joined: Sun Apr 15, 2012 1:23 pm