mirror of
https://github.com/agresdominik/paper-template.git
synced 2026-04-21 10:01:57 +00:00
e19902c34000ca0fda67aac369dcb8e6716f5523
LaTeX Template for any basic scientific paper / thesis
Prerequisites
LaTeX / BiTeX
Arch:
sudo pacman -S texlive latexmk biber
Fedora:
sudo dnf install latexmk texlive-scheme-medium biber
Debian:
sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-bibtex-extra biber
Extra (pdf viewer, change make watch to remove)
sudo pacman -S zathura
Usage
First create a out:
mkdir out
Compile main.tex into a PDF:
make all
Compile and watch for changes, then recompile
make watch
Clean the out dir
make clean
Languages
TeX
93.6%
Makefile
6.4%