如何在 Latex 中使用 stix 和 unicode-math

如何在 Latex 中使用 stix 和 unicode-math

我想切换到 Neo Euler,因为它的积分符号看起来很漂亮。但我不知道我在做什么。添加后,\usepackage{unicode-math}我收到错误,告诉我它不适用于 pdflatex。如果我使用\usepackage{stix}它,会导致错误“声明符号太多”。我不确定该怎么办,有人能帮我吗?

谢谢!

 \documentclass[12pt, reqno]{amsart}
\usepackage[margin=0.5in]{geometry}    
\geometry{letterpaper}       
%\geometry{landscape}                % Activate for for rotated page geometry
\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{pdfsync}  %leaves makers for tex searching
\usepackage{enumitem}
\usepackage{euler}
\usepackage[pdftex,bookmarks]{hyperref}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage[mathscr]{euscript}
\usepackage{tikz-cd}
\usepackage{listings}
\usepackage{setspace} 
\usepackage{pgfplots}
\usepackage{newpxtext}
\usepackage[euler-digits]{eulervm}
\usepackage[many]{tcolorbox}
\pgfplotsset{compat=newest}
\usepgfplotslibrary{fillbetween}
\tcbuselibrary{theorems}

相关内容