Latex 报错 LaTeX Error: The font size command ormalsize is not defined问题解决

Posted 呆呆象呆呆

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex 报错 LaTeX Error: The font size command ormalsize is not defined问题解决相关的知识,希望对你有一定的参考价值。

错误描述

LaTeX Error: The font size command \\normalsize is not defined

解决方法

.tex文件开始处务必添加上 \\documentclass{article} 语句,否则会报错“LaTeX Error: The font size command \\normalsize is not defined”
如一个可正确运行的LaTeX示例代码如下:

\\documentclass{article}
\\begin{document}
	$\\sum_{i=1}^{n}a_i$
\\end{document}

参考文献

LaTeX Error: The font size command \\normalsize is not defined_hnjzsyjyj的专栏-CSDN博客

以上是关于Latex 报错 LaTeX Error: The font size command ormalsize is not defined问题解决的主要内容,如果未能解决你的问题,请参考以下文章

latex之安装宏包及LaTeX Error: File ''xxx.sty'' not Found报错

Matplotlib绘图报错:“! LaTeX Error: File `type1cm.sty‘ not found.“ 解决办法

Matplotlib绘图报错:“! LaTeX Error: File `type1cm.sty‘ not found.“ 解决办法

Matplotlib绘图报错:“! LaTeX Error: File `type1cm.sty‘ not found.“ 解决办法

Matplotlib绘图报错:“! LaTeX Error: File `type1cm.sty‘ not found.“ 解决办法

latex遇见LATEX ERROR missing BEGINDOCUMENT问题