未嵌入 Type 3 字体

未嵌入 Type 3 字体

我正在使用bbmPackage 来获取所需的mathbbmss字体。

问题是Type1 font and subset fonts在 PDF 属性中嵌入成功(例如:CMMI8(嵌入子集))。但是“Type 3 字体 F33”字体无法像 Type 1 字体那样成功嵌入。

我来解释一下下面提到的两个图的问题。

标记的 Type 3 字体未嵌入

下图解释了 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 subsettype3 字体。请指教。

相关内容