diff options
Diffstat (limited to 'intro.sty')
-rw-r--r-- | intro.sty | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -1,10 +1,13 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{intro}[2020/04/04 Math tasks intro] +\ProvidesPackage{../intro}[2020/04/04 Math tasks intro] \usepackage[x11names, svgnames, rgb]{xcolor} \usepackage[no-math]{fontspec} -\setmainfont{Gentium Plus} +\setmainfont[ + BoldFont={Mignon Semibold} +]{Gentium Plus} +%]{Trebuchet MS} \setmonofont{Inconsolata LGC} \newfontfamily\slab{Roboto Slab} \newfontfamily\roboto{Roboto} @@ -19,7 +22,6 @@ hyperref, enumerate, framed, - lastpage } \usepackage{datetime2} \usepackage[shortlabels]{enumitem} @@ -53,7 +55,19 @@ \setlength\FrameSep{0.75em} \setlength\OuterFrameSep{\partopsep} -\hypersetup{colorlinks=true, linkcolor=magenta} + +\hypersetup{breaklinks=true, + unicode=true, + pdfauthor={coteeq}, + pdftitle={colloque}, + pdfsubject={colloque}, + pdfkeywords={colloq}, + colorlinks=true, + citecolor=blue, + urlcolor=blue, + linkcolor=DarkCyan, + pdfborder={0 0 0} +} % -- Left/right header text and footer (to appear on every page) -- \pagestyle{fancy} |