最近需要使用visio2019版本,绘制很多图,但是当需要在框图中插入公式时;却发现不能插入公式;
网络上方法:https://www.cnblogs.com/xglove/p/6275235.html,主要思路是:
- word中绘制公式;
- copy 公式,选择选择性粘贴;粘贴为word文档对象;
但是这样会出现问题:在visio2019中,将出现乱码;如下所示:
通过搜索国外文章,有个比较好的解决方案:http://www.visguy.com/2019/02/01/word-equation-to-visio-to-svg/
1. Make an equation in Word, using the equation editor
2. Copy the equation
3. Paste-special the equation in Visio as “Picture (Enhance Meta file)”
4. Copy the pasted equation, now a figure.
5. Paste-special the figure (= equation) as “Microsoft Visio Drawing”
我自己又对步骤进行改良:
1. 在word 编辑公式;
2. 拷贝公式;
3. 选择性粘贴为图片,增强型图元文件;到visio中;此时会出现乱码;
4. 剪贴后,再次选择粘贴为 图片,增强型图元文件;
5. 使用图片编辑,剪贴图片;即可;
最终的绘制效果为:
如果您有疑问,欢迎留言讨论;更多内容请关注cnblogs.com/xuyaowen;