micahjsmith / paper-template

LaTeX paper template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paper-template

My template for LaTeX papers.

Features include:

  • template for latex paper
  • template for beamer poster
  • easy compilation management with pyinvoke/latexmk
  • automatic preparation of submission file for arXiv

Usage

  1. (Optional) create a blank project on overleaf, delete the provided tex file, and copy the project ID (last segment of URL).

  2. Install cookiecutter.

    pip install cookiecutter
    
  3. Render the template by following the prompts.

    cookiecutter gh:micahjsmith/paper-template
    
  4. Install project dependencies.

    pip install -r requirements.txt
    

About

LaTeX paper template


Languages

Language:TeX 65.0%Language:Python 33.1%Language:Shell 1.9%