Advertisement

【Latex】texstudio随堂笔记

阅读量:
复制代码
 % 导言区

    
 \documentclass{article}%book ,report ,letter
    
  
    
 \usepackage{ctex}%引入中文包,使得中文可以正常显示
    
  
    
 \title{\heiti 杂谈勾股定理} %使用黑体
    
 \author{\kaishu 张三丰}
    
 \date{\today}
    
  
    
  
    
 % 正文区(文稿区)
    
 \begin{document}
    
 	\maketitle %让头部内容在正文区显示
    
 	hello world!
    
 	%用$...$  
$$...$$包围的内容表示数学模式
    
 	Let $f(x)$ be defined by the formula
    
 	$$f(x)=3x^2+x-1$$which is a polynomial of degree 2.
    
 	
    
 	你好,\LaTeX
    
 \end{document}
    
    
    
    
    AI写代码

begin document 和 end document 中间为正文

latex公式大全链接:

[https://www.luogu.com.cn/blog/IowaBattleship/latex-gong-shi-tai-quan

icon-default.png?t=M276

该网站提供一个网络平台作为在线编辑器使用

[https://latex.91maths.com/

icon-default.png?t=M276

https://latex.91maths.com/](https://latex.91maths.com/ "https://latex.91maths.com/")

全部评论 (0)

还没有任何评论哟~