Skip to content

Instantly share code, notes, and snippets.

View k0nze's full-sized avatar

Konstantin Lübeck k0nze

View GitHub Profile
@k0nze
k0nze / minimal-template.tex
Created July 25, 2019 09:37 — forked from Michael0x2a/minimal-template.tex
Minimal LaTeX template
\documentclass[a4paper]{article}
% General document formatting
\usepackage[margin=0.7in]{geometry}
\usepackage[parfill]{parskip}
\usepackage[utf8]{inputenc}
% Related to math
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\begin{document}