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`
|
Refer to `hello.tex`
|
||||||
|
|
||||||
|
For leaflets or flyers, https://tex.stackexchange.com/q/16355/274626 has nice
|
||||||
|
answers.
|
||||||
|
|
||||||
## Package management
|
## Package management
|
||||||
|
|
||||||
***Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`
|
***Don't do this, use `YOURFAVOURITEPACKAGEMANAGER search texlive-moderncv`
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
% I think this was mandatory, paper size, font size and type
|
% I think this was mandatory, paper size, font size and type
|
||||||
% artikel1 is NL, but more pleasant to European than article
|
% artikel3 is NL, but more pleasant to European than article
|
||||||
\documentclass[a4paper,12pt]{artikel1}
|
% 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
|
% I am unsure on this being mandatory, but explicit is probably better than
|
||||||
% implicit?
|
% implicit?
|
||||||
%\usepackage[T1]{fontenc}
|
%\usepackage[T1]{fontenc}
|
||||||
@ -8,7 +11,7 @@
|
|||||||
% with cmap
|
% with cmap
|
||||||
%\usepackage[utf8]{inputenc}
|
%\usepackage[utf8]{inputenc}
|
||||||
% I can specify multiple languages for hyphenation! texlive-babel
|
% 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
|
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
|
||||||
\usepackage{noto-serif}
|
\usepackage{noto-serif}
|
||||||
% texlive-cmap makes pdflatex copy-pasteable
|
% texlive-cmap makes pdflatex copy-pasteable
|
||||||
@ -19,8 +22,14 @@
|
|||||||
% Uncomment to uncensor in output
|
% Uncomment to uncensor in output
|
||||||
%\StopCensoring
|
%\StopCensoring
|
||||||
|
|
||||||
|
\title{Saluton Mondo!}
|
||||||
|
\author{Aminda Suomalainen}
|
||||||
|
\date{\today}
|
||||||
|
|
||||||
|
|
||||||
% Text begins here
|
% Text begins here
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\maketitle
|
||||||
|
|
||||||
\section*{Hello World!}
|
\section*{Hello World!}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user