“调试”已安装的字体。哪种字体映射到哪个系列/形状?

“调试”已安装的字体。哪种字体映射到哪个系列/形状?

我使用 autoinst 安装了一些新字体。

现在,我在找回属于我认为已经安装的粗体字体的字体系列/形状/系列时遇到了问题。

我这样做之后:

\usefont{T1}{<my font>}{b}{n}

我有:

LaTeX Font Warning: Font shape `T1/<my font>/b/n' undefined
(Font)  using `T1/<my font>/m/n' instead on input line 34.

因此,为了“调试”这个问题,我有一个问题:

我如何(自动或手动)收集以下信息:所有可识别字体的列表:

字体系列、字体系列、字体形状。

是否存在一个包,用于在 (Pdf)Latex 运行时将此信息转储到控制台?

甚至更好:是否可以创建包含所有字体信息和一些示例文本的 Latex A4 PDF 输出?

因此,包或构造的输出为:

\documentclass....
<for font in allFont>
 <for serie in font>
   <for shape in font>
      Font: <font>, Serie: <serie>, Shape: <shape>
      \usefont{T1}{<font>}{<serie>}{<shape>}
      Demo text in this font

发送

相关内容