Skip to content

hackermd/article-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

article-template

LaTeX template for the article document class

Usage

  1. Clone the repository

    git clone https://github.com/hackermd/article-template ~/Documents/my-article
    
  2. Add content to the sections/*.tex files and references to the main.bib bibliography file using your favorite text editor.

  3. Compile the LaTeX document

    cd ~/Documents/my-article
    pdflatex index
    biber index
    pdflatex index
    pdflatex index
    
  4. Open the generated index.pdf.

About

LaTeX template for the article document class

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages