操作方法
这里介绍两种方法实现如何使用times new roman字体,times new roman示意图如下:
第一种方法:如果你安装有MathTime 字库,那么还可以使用mathtime 宏包来把数学环境中的字体都变成Times New Roman 字体 \usepackage{times}\usepackage[mtbold,mtpluscal,mtplusscr]{mathtime}
第二种方法:若没有mathtime字库,可以使用如下: \usepackage{times}\usepackage{mathptmx} 例如:
这样便能得到上图所示的效果。