This repository has been archived on 2023-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
langue-phundrak-com/content/headers.tex

23 lines
572 B
TeX
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% LaTeX headers
\usepackage[total={17cm,24cm}]{geometry}
\usepackage{xltxtra}
\setmainfont{Charis SIL}
\usepackage{indentfirst}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage{xcolor}
\hypersetup{colorlinks=true,linkbordercolor=red,linkcolor=blue,pdfborderstyle={/S/U/W 1}}
% Convert some characters to native LaTeX
\usepackage{newunicodechar}
\newunicodechar{}{'}
\newunicodechar{}{\ldots}
\newunicodechar{ }{~}
\newunicodechar{}{~}
% Ease of reading
\linespread{1.15}
\usepackage{multicol}
\setlength{\columnsep}{2cm}
\setlength{\columnseprule}{1pt}