mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-14 18:17:44 +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`
|
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,9 +1,6 @@
|
|||||||
% I think this was mandatory, paper size, font size and type
|
% I think this was mandatory, paper size, font size and type
|
||||||
% artikel3 is NL, but more pleasant to European than article
|
% artikel1 is NL, but more pleasant to European than article
|
||||||
% Potentially interesting options:
|
\documentclass[a4paper,12pt]{artikel1}
|
||||||
% * 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}
|
||||||
@ -11,7 +8,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[esperanto,english,finnish]{babel}
|
\usepackage[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
|
||||||
@ -22,14 +19,8 @@
|
|||||||
% 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