Add initial support for xelatex/sans serif

This commit is contained in:
Jacob Patterson 2020-09-20 13:53:14 -04:00
parent 36e84d572b
commit 6ee1b33f2b

View file

@ -3,8 +3,12 @@
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb} \usepackage{amssymb}
\usepackage{textcomp} \usepackage{textcomp}
\usepackage[utf8]{inputenc} \usepackage{fontspec}
\usepackage[T1]{fontenc}
\setromanfont{Source Serif Pro}
\setsansfont{Source Sans Pro}
\setmainfont{Source Sans Pro}
\textheight=10in \textheight=10in
\pagestyle{empty} \pagestyle{empty}
\raggedright \raggedright