【WinEdt学习笔记】第一课

%开头,相当于LaTeX模板,可以调用相应的字体字号等参数作为排版的依据
\documentclass{article}%常见的参数有:article:文章 book:书籍; Report:报告 letter:信件 中文文章:ctexart

%宏包,类似于C中的头文件
\usepackage{amsmath}%为了方便输入数学公式,这里使用的是美国数学学会的宏包
%以上为导言区


%以下为正文区
\begin{document}
The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.

%以下是一段,必须用空行来分割段落!
The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.

%对于特殊的字符:
\%            %在文章中输入:百分号
\$            %在文章中输入:$
\{   \}       %输入大括号
$\backslash$  %在文章中输入:反斜杠符号


%对于数学公式
$$ a^2 + b^2 = c $$ %用两个“$$”来表示行间公式,它会居中对齐
%用一个“$”来表示行内的数学符号
This is a inline formula $a^2 + b^2 = c$ The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.The quick brown fox jumps over the lazy dog.


\end{document}
%后面部分不会参加编译

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值