/latex-boilerplate-paper

A simple yet comprehensive LaTeX paper boilerplate (example) for academic homework.

Primary LanguageTeXMIT LicenseMIT

LaTeX Boilerplate

A simple yet comprehensive LaTeX paper boilerplate (example) for academic homework (PDF preview).
Do you want to make killer presentations? Take a look at this LaTex boilerplate.

https://github.com/tijme/latex-boilerplate-paper/blob/master/.github/preview.pdf

Building The Document

sudo apt install make
sudo apt install texlive-latex-extra
sudo apt-get install texlive-science
sudo apt-get install texlive-bibtex-extra biber

Compile to PDF

$ make pdf

This runs [pdflatex, biber, pdflatex, pdflatex], a command that is available by default in most graphical LaTex editors.

Clean temporary files

$ make clean

The Document Structure

  • appendices/ (add all your appendices here)
    • example_image1.tex
    • example_image2.tex
    • [another appendix].tex
  • assets/ (add all your assets here)
    • image1.jpg
    • image2.jpg
    • frontpage.png
    • [another asset].png
  • chapters/ (add all your chapters here)
    • example_text.tex
    • example_math.tex
    • example_code.tex
    • example_citation.tex
    • example_table.tex
    • [another chapter].tex
  • config/
    • globals.tex (variables/settings)
    • style.sty (the document style/design)
  • main.tex (defines the document structure)
  • titlepage.tex (the title page)
  • copyright.tex (the copyright page)
  • abstract.tex (the abstract/summary)
  • references.bib (the references library)

Issues

Issues or new features can be reported via the GitHub issue tracker. Please make sure your issue or feature has not yet been reported by anyone else before submitting a new one.

License

LaTex Boilerplate is open-sourced software licensed under the MIT license.