LaTeX - Elsevier Articles (Step by Step Instructions)

Опубликовано: 04 Октябрь 2024
на канале: The Expat Professor
1,947
like

Welcome to the LaTeX video series.    • LaTeX - Everything That You Need to K...   In this series, we will explore the basics to advanced topics in LaTeX on the following topics:
Getting Started for Beginners in LaTeX    • LaTeX Getting Started  (Step by Step ...  
Creating a Document using APA Version 7 in LaTeX    • LaTeX APA Version 7 Style (See Descri...  
Creating a Research Article using LaTeX    • LaTeX - Articles (Step by Step Instru...  
Creating a Document using MLA Format in LaTeX    • LaTeX - MLA Format (Step by Step Inst...  
Writing an Elsevier Article using LaTeX    • LaTeX - Elsevier Articles (Step by St...  
Writing a Formal Letter using LaTeX    • LaTeX - Formal Letter (Step by Step I...  
Designing your CV or Resume using LaTeX    • LaTeX Professional CV or Resume (Step...  

#latex #elsevier #articles #tutorial

This video will demonstrate how to create an Elsevier article using LaTeX.

The commands are listed below for your convenience.
\documentclass[twocolumn,3p]{elsarticle}

% Standard Options
\usepackage{graphicx,array,xurl,fancyvrb,hyperref,placeins,verbatim,lipsum}

\journal{Journal for Publication}

\begin{document}

\begin{frontmatter}
\title{Article Title}
\author{John Doe}

\begin{abstract}
\lipsum[1]
\end{abstract}

\begin{keyword}
Keyword1 \sep Keyword2
\end{keyword}

\end{frontmatter}

\section{Introduction}
\lipsum[1]
\section{Discussion}
\lipsum[1]

\bibliographystyle{elsarticle-num}
\bibliography{references}
%% Please refer to the apa7 video for bibliography usage.

\end{document}

-----------------------
Thank you for dropping by!

Please join me:
   / paulwpoteete  
  / paulwpoteete  
  / paulwpoteete  
CC by Paul W. Poteete


⏱️Timestamps
00:00 Introduction to LaTeX
00:05 Elsevier
00:28 Verbatim
00:57 Options
01:13 Pre-print
01:25 Begin Document
01:32 Front Matter
01:56 Lipsum Package
02:43 View Document
02:54 Sections
04:41 References
05:09 Conclusion to LaTeX and Elsevier