Document Classes ⇒ elsarticle | No DVI Output
-
- Posts: 5
- Joined: Sun Apr 15, 2012 1:23 pm
elsarticle | No DVI Output
Thanks in advance
- Attachments
-
- NoDviOutput.TEX
- (429 Bytes) Downloaded 262 times
-
- NoDviOutput.log
- (10.13 KiB) Downloaded 261 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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}
-
- Posts: 5
- Joined: Sun Apr 15, 2012 1:23 pm