jppgks / latex-science-template

LaTeX template for use in scientific setting (e.g.: university homework).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Science Template Build Status

LaTeX template for use in scientific setting (e.g.: university assignment).

Preview

A compiled .pdf with the example snippets from template.tex is available for the latest release.

Usage

  1. Clone this repo in a new directory,
  2. \input{packages} in the preamble of your_document_name.tex,
  3. copy snippets from template.tex and configure to your own needs.

PDF Compilation

make <your_tex_document_name>.pdf

About

This project is a little over-engineered, in the sense that it uses continuous integration to compile a single .pdf file. The goal of this project is mainly educational, hence the extra (arguably redundant) features.

The repository can serve as a template for other (more meaty) LaTeX projects.

About

LaTeX template for use in scientific setting (e.g.: university homework).

License:MIT License


Languages

Language:TeX 92.5%Language:Makefile 7.5%