
TEX
爱做梦真是太好了
高级软件工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Latex中编辑公式的helloworld代码
我使用的工具是Texstudio 输入 \documentclass{article} \pagestyle{empty} \begin{document} \[ E=mc^2 \] \end{document} 输出为:原创 2018-04-20 18:27:45 · 826 阅读 · 0 评论 -
Latex的Helloworld
一:编辑Latex工具 texstudio(安装这个工具之前,请先安装tex live) \documentclass[11pt,a4paper,UTF8]{ctexart} \usepackage[left=3.2cm, right=3.2cm, top=3.8cm, bottom=3.8cm]{geometry} % 设置页面上下左右边距 \usepackage{leftidx} \be...原创 2019-04-25 11:03:43 · 1044 阅读 · 0 评论