hello.tex: comment inputenc, enable cmap for copy-pasting

This commit is contained in:
Aminda Suomalainen 2022-07-18 21:36:24 +03:00
parent 250f943b8e
commit 29cf6a513c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -4,12 +4,15 @@
% I am unsure on this being mandatory, but explicit is probably better than
% implicit?
%\usepackage[T1]{fontenc}
% Definitely reduntant, this library book spoke of latin1
\usepackage[utf8]{inputenc}
% Definitely reduntant, this library book spoke of latin1. Don't uncomment
% with cmap
%\usepackage[utf8]{inputenc}
% I can specify multiple languages for hyphenation! texlive-babel
\usepackage[english,finnish]{babel}
% Noto Serif font. Remember to install texlive-fontaxes, texlive-noto
\usepackage{noto-serif}
% texlive-cmap makes pdflatex copy-pasteable
\usepackage{cmap}
% Text begins here
\begin{document}