
latex
Capsfly
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
latex:Environment equation* undefined. ^^I\begin{equation*}
解决:原创 2022-01-19 20:33:01 · 1703 阅读 · 0 评论 -
latex的中文处理办法
\documentclass{ctexart} %\usepackage{ctex} %使用ctex的包才能使用中文 \newcommand\degree{^\circ} %使用未定义的的命令的时候需要定义 \title{勾股定理} \author{隋春雨} \date{\today} \begin{document} \maketitle 你好,latex 勾股定理可以用现代语言表述如下: 直角三角形斜边的平方等于两腰的平方和。、 可以用符号表示为:设直角三角形$ABC$,其中 $\an原创 2022-01-18 22:28:22 · 737 阅读 · 0 评论 -
latex源文件的基本结构
% 导言区用来引入全局设置 \documentclass{report} % book letter report \title{my first document} \author{Capsfly} \date{\today} % 正文区 \begin{document} \maketitle hello world % 用 空格可以表示换行 let $f(x)$ be defined by the equation $$f(x)=3x^2+x-1$$ which is a poly原创 2022-01-18 22:07:21 · 193 阅读 · 0 评论