From 21b5223cc411e14bb79e09ed6a8fddbe5f62638e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 23 Jul 2022 14:15:25 +0300 Subject: [PATCH] hello.tex: add title, author, date, maketitle, esperanto --- LaTeX/hello.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/LaTeX/hello.tex b/LaTeX/hello.tex index b77c4ce..f42be54 100644 --- a/LaTeX/hello.tex +++ b/LaTeX/hello.tex @@ -11,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 @@ -22,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!}