我正在使用bbm
Package 来获取所需的mathbbmss
字体。
问题是Type1 font and subset fonts
在 PDF 属性中嵌入成功(例如:CMMI8(嵌入子集))。但是“Type 3 字体 F33”字体无法像 Type 1 字体那样成功嵌入。
我来解释一下下面提到的两个图的问题。
下图解释了 PDF 属性
梅威瑟:
\documentclass[12pt]{article}
\usepackage{amsmath,amssymb,amssymb,amsthm}
\usepackage{bbm}
\begin{document}
\def\Ind#1{{\mathbbmss 1}_{_{\scriptstyle #1}}}
\def\MathInd#1{{\mathbb 1}_{_{\scriptstyle #1}}}
Notation One $\Ind{A}$
Notation Two $\MathInd{A}$
\end{document}
我的 updmap.cfg 是pdftexDownloadBase14 true
启用了选项“true”。
如何使用embedded subset
type3 字体。请指教。