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