回答这个问题键入 Latex 符号用户@Lazy squirrel 发现字符M
和之间有一个空格R
。为什么?原因是什么?
\documentclass[a4paper,12pt]{article}
\usepackage{newtxtext,newtxmath}
\usepackage[scr=boondox]{mathalfa}
\begin{document}
$p$ it is the pressure, and if $\mathscr{V}$ is the volume we have:
\begin{equation}
p\mathscr{V}=MRT
\end{equation}
\end{document}
答案1
我认为newtxmath
在这方面它相当严格地遵循了计算机现代模型。
如果我问\showoutput
,我得到
.....\OML/cmm/m/it/12 M
.....\kern1.25348
.....\OML/cmm/m/it/12 R
.....\kern0.09879
.....\OML/cmm/m/it/12 T
.....\kern1.63193
与现代计算机和
.....\OML/ntxmi/m/it/12 M
.....\kern0.972
.....\OML/ntxmi/m/it/12 R
.....\kern0.246
.....\OML/ntxmi/m/it/12 T
.....\kern1.668
带有newtxmath
。字距指的是数学字母字体中始终添加在字符后的斜体校正。
多年来,R 的斜体校正一直在变化newtxmath
:2012 年至 2015 年为 0.029;2016 年至 2018 年间跃升至 0.0385,2019 年缩小至 0.0205(这些值必须乘以字体大小,因此这相当于 12pt 大小的字距为 0.246pt)。
如果设置为 0.0385,则字距将为 0.462pt,输出结果为
与当前输出进行比较
调整字体的字距是一项非常困难的任务;查看小分辨率下的输出并不是判断的最佳方法。