mirror of
https://github.com/agresdominik/paper-template.git
synced 2026-04-21 18:05:49 +00:00
671 B
671 B
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