【latex - bug】Package fontspec Error: The font “SimSun” cannot be found.
错误描述
使用TeXstudio编译latex模版时,出现如下报错:
解决办法
将模版.tex文件所在目录下的.cls文件中的\RequirePackage[defaultsups]{newtxtext}注释掉即可&…
错误提示
错误提示一: /simsun.ttc is not a valid TTF or OTF file. 后话:看到这个提示你是不是真觉得是这个问题,不是有效的ttf,跟otf文件,然后就换成otf类型的文件,就出现了下边这个错误
错误提示二: Caused by: …
以下是我整理的分页导出数据到Excel模板(创建多个Sheet,分页导出),分享给大家参考。
using System; using System.IO; using System.Data; using System.Reflection; using System.Diagnostics; using cfg System.Configuration…