LaTex 编译莫名奇妙的报错及常见技巧

LaTex编译时候报错:The operation could not be completed for the following reason: 解决办法:卸载,重装最新版 MikTex 报错提示:C:\Program Files\MiKTeX 2.7\miktex\bin\dvips.exe: ! Couldnt find font file mtsy.pfb"" 原因:可能使用了商业字体mathtime, 注释掉这一行即可。 See also: https://latex.org/forum/vi...

Continue Reading »
分享到:

如何在Word中优雅地插入伪代码

首先匿名 diss一下网上各种采用Nodepad++导出的,我需要插入伪代码,不是源代码并且不优雅 接下来说说常见的几种方式: Aurora , EqualX , Mathtype , texsword 1. Aurora 下载地址: https://xiazai.xiazaiba.com/Soft/A/aurora-setup_XiaZaiBa.zip 中文翻译为 极光;曙光; 就是这个呼声最高,可以作为 Word 的一个加载项,据说成功之后的样子是这样的。 亲测,没成功 。因为 Aurora 目前还不...

Continue Reading »
分享到:

LaTex报"Missing $ inserted"的解决方法

Latex中加入了一个多图,编译出现这样的错误。原因是在图的caption里使用了下标线_。因为latex会把它作为有特殊意义的标号或作为数学模式(math mode)进行编译。 转义需使用 \ How to typeset an underscore character The underscore character _ is ordinarily used in TeX to indicate a subscript in maths mode; if you type _ , on its ...

Continue Reading »
分享到: