在 Teubner 的领导下,Koppa 的替代者?

在 Teubner 的领导下,Koppa 的替代者?

我必须放弃这个teubner包,因为它给我的数学字体带来了问题。(这个包boisik也不能与我拥有的其他包一起使用。)

不幸的是,这意味着我将无法查看这封信科帕

在此处输入图片描述

有人可以在有以下软件包的情况下帮助重新创建 Koppa 吗?

[T1]{fontenc},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,[utf8]{inputenc}soullmodern[greek,english]{babel}[autostyle]{csquotes}amsmathamsthmnewtxtextnewtxmathparskipadjustboxgraphicxenumitemcolor[dvipsnames]{xcolor}hyperrefafterpageepigraphsfdefaultrotatingClearSansscalerelmarvosymeurosymstmaryrdcancelbmbbmstackengineyfontstikz[nottoc]{tocbibind}makeidxfancyhdr

答案1

teubner无需使用即可获得 Qoppa。有与 Times 兼容的 STEP。

\documentclass{article}
\usepackage[LGR,T1]{fontenc}
\usepackage{newtxtext,newtxmath}
\usepackage{amsmath}

\DeclareRobustCommand{\mathKoppa}{%
  \mathord{\text{\usefont{LGR}{STEP-TLF}{m}{n}\symbol{"15}}}%
}

\begin{document}

$\Gamma+\mathKoppa$

\end{document}

在此处输入图片描述

相关内容