From 29cf6a513caaed77398e02d87b47e44162276c9e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 18 Jul 2022 21:36:24 +0300 Subject: [PATCH] hello.tex: comment inputenc, enable cmap for copy-pasting --- LaTeX/hello.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LaTeX/hello.tex b/LaTeX/hello.tex index 0ac51f1..71e3f0f 100644 --- a/LaTeX/hello.tex +++ b/LaTeX/hello.tex @@ -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}