arXiv 提交 \mathbb 问题与 mtpro2

arXiv 提交 \mathbb 问题与 mtpro2

更新:感谢您的评论和警告!我联系了 arXiv 支持人员以确保无误,您不允许使用 mtpro2。

我正在尝试向 arXiv 提交,并使用 mtpro2 来处理我的符号。我包含了所有文件,例如 .map .sty .tfm 等。

处理成功,但是我的所有 \mathbb{} 符号都打印为普通字母。可能是什么原因?如果有人能帮助我找出问题所在,我将不胜感激。我不知道我需要提供什么。

下面我附上了一个例子,它在我的这边编译得很好,但在 arXiv 上却失败了:

\documentclass[11pt]{article}
\usepackage[dvipsnames]{xcolor}

\usepackage[scaled=0.92]{helvet}    
\renewcommand{\rmdefault}{ptm}  

\usepackage{amsmath}

\usepackage[subscriptcorrection,mtphrd]{mtpro2}

\usepackage{hyperref}
\hypersetup{
    colorlinks=true,
    linkcolor=blue,   
    filecolor=magenta,
    urlcolor=red,    
    citecolor=blue
}

\def\dbR{\mathbb{R}}
\def\dbV{\mathbb{V}}

\begin{document}

\title{\bf Small Example}

\maketitle




\begin{abstract}
  To show symbols:
  \begin{equation*}
    \label{setvalued}
    \dbV: [0, T]\times \dbR^d \to 2^{\dbR^m}.
  \end{equation*}
  That is, for each $(t,x)\in [0, T]\times \dbR^d$,
\end{abstract}


\end{document}

当我编译时:

当我编译时

当 arXiv 编译时: 当 arXiv 编译时

相关内容