Latex在写公式时,报如下错误:

Font shape `OMX/cmex/m/n' in size <10.53937> not available
(Font)  size <10.95> substituted.

解决方案:

\begin{document}最前面添加宏包:

\usepackage{lmodern}

Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.相关推荐

  1. LaTex warning:Font shape `TU/ppl/bx/n' undefined(Font) using `TU/ppl/m/n' instead

    LaTex中出现了一连串这样的warning: Font shape `TU/ppl/bx/n' undefined(Font) using `TU/ppl/m/n' instead 不知道什么原因, ...

  2. 解决Font shape `TU/ptm/m/n‘ undefined (Font)的问题 -- Latex

    环境 Document Class: ctexbook 2019/05/29 v2.4.16 TexStudio + Texlive 2019 Win10 \documentclass[12pt,op ...

  3. 解决latex提示Warning: Font shape `TU/phv/m/n‘ undefined (Font)

    环境 Document Class: ctexbook 2019/05/29 v2.4.16 TexStudio + Texlive 2019 Win10 \documentclass[12pt,op ...

  4. LaTeX Font Warning: Font shape `OMS/cmtt/m/n' undefined

    原帖地址:https://natanor.blogspot.com/2010/06/latex-font-warning-font-shape-omscmttmn.html 最近在用TexShop写一 ...

  5. 解决texstudio编译IEEE官方文件时找不到字体问题Font shape `TU/ptm/m/n‘ undefined(Font) using `TU/lmr/m/n‘ instead

    当使用texstudio编译IEEE的官方tex文件时,报了字体的错误: Font shape `TU/ptm/m/n' undefined(Font) using `TU/lmr/m/n' inst ...

  6. The size of tensor a (4) must match the size of tensor b (3) at non-singletonThe size of

    报错: RuntimeError: The size of tensor a (4) must match the size of tensor b (3) at non-singleton 解决: ...

  7. python size和count_groupby 的妙用(注意size和count)

    Pandas的groupby()功能很强大,用好了可以方便的解决很多问题,在数据处理以及日常工作中经常能施展拳脚. 今天,我们一起来领略下groupby()的魅力吧. 首先,引入相关package: ...

  8. RuntimeError: view size is not compatible with input tensor‘s size and stride

    在运行pytorch程序中: def forward(self, x):out = self.cnn(x)out = out.view(out.size()[0], -1)return self.fc ...

  9. entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit

    webpack打包提示文件体积过大导致 The following asset(s) exceed the recommended size limit (244 KiB). This can imp ...

最新文章

  1. 6、 restful API
  2. python tableview绑定字典_TableView索引的添加
  3. 领扣(LeetCode)寻找旋转排序数组中的最小值 个人题解
  4. 渲染性能测试 , 结果比想象中好很多.
  5. android builder模式,模式设计(三:Builder模式) (转)
  6. 如何在Windows 10上使用触摸板手势
  7. LwIP应用开发笔记之一:LwIP无操作系统基本移植
  8. php 自定义加密算法,php自定义加密函数、解密
  9. 微信小程序保存图片fail Error: unable to verify the first certificate 微信小程序 当前系统代理不是安全代理,是信任问题解决
  10. Iptables命令使用举例
  11. socket编程(一)最简单的c/s模式
  12. 如何成为一名网络工程师
  13. 点餐系统+小程序常见问题解决(2022年最新版)
  14. OpenCV 角度计算
  15. 从程序员到项目经理(六):懂电脑更要懂人脑
  16. 手把手教你:基于TensorFlow的语音识别系统
  17. jupyter 或者 zeppelin 的下一代工具 polynote
  18. 【入门篇】一、什么是单片机
  19. 个人日记-阿西莫夫的《银河帝国》系列小说第8本读后感-20200927
  20. 一篇好文,在迷茫时阅读

热门文章

  1. 计算机课学生电脑怎么打开任务管理器,Win7系统电脑打开任务管理器的几种方法-电脑自学网...
  2. 英语小学口语测试软件,你们的小学英语口语测试怎么搞?
  3. 五年从程序员到架构师的职业规划
  4. HTML、CSS学习笔记3(平面转换:位移、旋转、缩放,渐变)
  5. python人工智能应用实例_90后博士说,从Python到人工智能只差这35个趣味案例,越学越有趣...
  6. java excel 插入新行_excel:插入行更新公式
  7. 微信小程序 map 自定义地图数据,实现方式+思路+代码(最简易的实现方式)
  8. uniapp-map基本使用
  9. git 报错 destination path already exists and is not empty director
  10. numpy数组和图片互转