mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
hello.tex: comment inputenc, enable cmap for copy-pasting
This commit is contained in:
parent
250f943b8e
commit
29cf6a513c
@ -4,12 +4,15 @@
|
|||||||
% 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}
|
||||||
% Definitely reduntant, this library book spoke of latin1
|
% Definitely reduntant, this library book spoke of latin1. Don't uncomment
|
||||||
\usepackage[utf8]{inputenc}
|
% with cmap
|
||||||
|
%\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[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
|
||||||
|
\usepackage{cmap}
|
||||||
|
|
||||||
% Text begins here
|
% Text begins here
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user