问题描述
我有一个简单的书本文档,上面贴有LaTeX方程式:
I have simple bookdown document with labeled LaTeX equation:
---
title: "Equation text"
output:
bookdown::pdf_document2: default
bookdown::word_document2: default
---
Below is the binom equation
\begin{equation}
f\left(k\right)=\binom{n}{k}p^k\left(1-p\right)^{n-k} (\#eq:binom)
\end{equation}
使用RStudio,它通常可以编织为PDF:
With RStudio it Knits normally to PDF:
它也可以连接到docx文档,并且我内部具有OMML方程:
Also it knits to docx-document and I have OMML equation inside:
但是由于某些原因,我需要以MathType形式使用此等式.
因此,我将其从OMML( Word 2007和较晚的(OMML)方程)转换为MathType( MathType方程(OLE对象)):
But for some reason I need to have this equation in MathType form.
So I perform its conversion from OMML (Word 2007 and late (OMML) equations) to MathType (MathType equations (OLE objects)):
此过程以Word中的方程式结束:
This procedure ends with equation in Word:
问号
具有以下十六进制等效项:E2 80 81 E2 80 81
.
The question marks
have the following hex equivalent: E2 80 81 E2 80 81
.
如何删除这些带有菱形的问号?或者我该如何避免它们出现?
How can I remove these diamonded question marks? Or how can I avoid their appearance?
理想情况下,我需要在方程式的右边具有方程式编号.
Ideally I need to have equation number on the right of equation.
推荐答案
问题是通过将MathType发行版中的所有所需字体手动安装到 C:/Windows/Fonts 来解决的.
The problem solved by installing all needed fonts from MathType's distribution manually to C:/Windows/Fonts.
钻石消失了:
注意:如果有人感兴趣,钻石的乳胶符号为\qquad
.
Note: latex notation for diamonds was \qquad
if someone is interested.
这篇关于如何从OMML转换为MathType的方程式中删除带有菱形的问号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!