hackermd / article-template

LaTeX template for the article document class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TeX 100.0%