diff options
author | syn <isaqtm@gmail.com> | 2020-09-18 13:27:17 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-09-18 13:27:17 +0300 |
commit | 5e3520d3c45e56811195f5f418bfb1b8c96ac2a8 (patch) | |
tree | 775ed6f389a81f18501a9cee07b9a43a988fb439 /intro.sty | |
parent | cde574c74030b0f633d2c25f8446f8967ed13696 (diff) | |
download | tex2-master.tar.gz |
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} |