Compare commits

...

3 Commits

2 changed files with 15 additions and 3 deletions

View File

@ -9,6 +9,9 @@ To possibly save your self from headache:
Refer to `hello.tex`
For leaflets or flyers, https://tex.stackexchange.com/q/16355/274626 has nice
answers.
## Package management
***Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`

View File

@ -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}
@ -8,7 +11,7 @@
% with cmap
%\usepackage[utf8]{inputenc}
% I can specify multiple languages for hyphenation! texlive-babel
\usepackage[english,finnish]{babel}
\usepackage[esperanto,english,finnish]{babel}
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
\usepackage{noto-serif}
% texlive-cmap makes pdflatex copy-pasteable
@ -19,8 +22,14 @@
% Uncomment to uncensor in output
%\StopCensoring
\title{Saluton Mondo!}
\author{Aminda Suomalainen}
\date{\today}
% Text begins here
\begin{document}
\maketitle
\section*{Hello World!}