diff options
author | syn <isaqtm@gmail.com> | 2020-04-15 04:40:51 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-04-15 04:40:51 +0300 |
commit | 55b8806da4c2ca14827c37183d1c2edf4f7f2f49 (patch) | |
tree | 0adb8531968bd08347b5cda9fff89cabe8078172 /intro.sty | |
parent | f642380d55c66e4e5deaaa6c7cef15f6dbfe36c6 (diff) | |
download | tex2-55b8806da4c2ca14827c37183d1c2edf4f7f2f49.tar.gz |
Cleaner main file
Diffstat (limited to 'intro.sty')
-rw-r--r-- | intro.sty | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{intro}[2020/04/04 Math tasks intro] + +\usepackage[x11names, svgnames, rgb]{xcolor} \usepackage[no-math]{fontspec} \setmainfont{Gentium Plus} \setmonofont{Inconsolata LGC} |