diff --git a/LaTeX/hello.tex b/LaTeX/hello.tex index 3c409bb..b77c4ce 100644 --- a/LaTeX/hello.tex +++ b/LaTeX/hello.tex @@ -1,6 +1,9 @@ % I think this was mandatory, paper size, font size and type -% artikel1 is NL, but more pleasant to European than article -\documentclass[a4paper,12pt]{artikel1} +% artikel3 is NL, but more pleasant to European than article +% Potentially interesting options: +% * onecolumn (default) or twocolumn +% * final (default) or draft +\documentclass[a4paper,12pt]{artikel3} % I am unsure on this being mandatory, but explicit is probably better than % implicit? %\usepackage[T1]{fontenc}