LaTeX template for the article document class
-
Clone the repository
git clone https://github.com/hackermd/article-template ~/Documents/my-article
-
Add content to the
sections/*.tex
files and references to themain.bib
bibliography file using your favorite text editor. -
Compile the LaTeX document
cd ~/Documents/my-article pdflatex index biber index pdflatex index pdflatex index
-
Open the generated
index.pdf
.