安装完texlive套装后,接下来就是开始正式使用了。
1 第一个文档,hello world程序员必备
\documentclass{article}
\begin{document}
hello, world!
\end{document}
按ctrl+B或Tools->Build即会生成第一个pdf文件
2 列表内容
标题和作者
\documentclass{article}
\author{Name}
\title{Title}
\data{}
\begin{document}
\maketitle % 百分号是注释,这里生成标题
hello, world!
\end{document}
默认会有日期,加上\data{}即可去掉
3 章节、段落和目录
\documentclass{

在安装完TeXlive套装后,开始使用LaTeX进行文档编辑。本文档介绍了如何创建'hello world',设置标题和作者,调整章节、段落与目录,掌握换行规则以及插入图片和表格的基本操作。
最低0.47元/天 解锁文章
707

被折叠的 条评论
为什么被折叠?



