答案1
“Logo”字体分布在 TeX Live 2013 和 2014 之间经历了重组,MiKTeX 也经历了同样的重组。
CTAN 中列出的 Metafont 源<CTAN>/fonts/mflogo/mf
几乎都是 中的副本<CTAN>/systems/knuth/dist/lib/
,现在在 TeX Live 中打包为knuth-lib
。
很遗憾,一字体源缺失,确实如此logosl8.mf
(另一个包提供了 PFB 版本)。文件内容很短
% 8-point slanted METAFONT logo
% [ heavily borrowed from D. E. Knuth ]
% Copyright (C) 1995--1999 Ulrik Vieth
%
% This program is free software; you can redistribute it and/or
% modify it under the terms of the LaTeX Project Public License
% as described in lppl.txt in the base LaTeX distribution; either
% version 1 of the License, or (at your option) any later version.
slant := 1/4;
input logo8
应向 TeX Live 维护人员提交错误报告(MiKTeX 应紧随其后),以便他们采取措施解决该问题。与此同时,logosl8.mf
在工作目录中放置一个就足以摆脱困境。
另一方面,我会对加载保持警惕texlogos
,因为它直接使用,所以没有记录并且写得错误\font
。
更新
自 2015 年 10 月 15 日起,徽标字体的分发已更新,logosl8.mf
不再需要与文件一起保存的黑客攻击(在 TeX Live 2015 及更高版本上)。