mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-14 10:07:48 +02:00
Compare commits
No commits in common. "6af7a2e46e1014027d12fb27fab2e6f3681f67ce" and "bd78622220a7712cba22900d4f92a58d2dccb71a" have entirely different histories.
6af7a2e46e
...
bd78622220
@ -9,9 +9,6 @@ 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,9 +1,6 @@
|
||||
% I think this was mandatory, paper size, font size and type
|
||||
% 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}
|
||||
% artikel1 is NL, but more pleasant to European than article
|
||||
\documentclass[a4paper,12pt]{artikel1}
|
||||
% I am unsure on this being mandatory, but explicit is probably better than
|
||||
% implicit?
|
||||
%\usepackage[T1]{fontenc}
|
||||
@ -11,7 +8,7 @@
|
||||
% with cmap
|
||||
%\usepackage[utf8]{inputenc}
|
||||
% I can specify multiple languages for hyphenation! texlive-babel
|
||||
\usepackage[esperanto,english,finnish]{babel}
|
||||
\usepackage[english,finnish]{babel}
|
||||
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
|
||||
\usepackage{noto-serif}
|
||||
% texlive-cmap makes pdflatex copy-pasteable
|
||||
@ -22,14 +19,8 @@
|
||||
% 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