mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-13 17:47:34 +02:00
Compare commits
3 Commits
bd78622220
...
6af7a2e46e
Author | SHA1 | Date | |
---|---|---|---|
6af7a2e46e | |||
21b5223cc4 | |||
ffebcb5c4b |
@ -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`
|
||||
|
@ -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!}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user