安装
- 安装分为两部分,第一部分安装编译环境
MikTex
地址为:MikTex下载地址
下载后直接安装- 安装可视化的编辑窗口 WinEdt 10 地址为:
WinEdt
下载地址
激活
安装的
WinEdt
是收费软件,只有30天的试用期。如果不想长期使用,可以不用去激活,当然激活方法网上很多,我这里用了百度经验里的方法:激活方法
使用
helloworld 入门
1. File - new - input the code:
2. \documentclass{article}
\begin{document}
hello, world
\end{document}
3. compile 生成 `pdf` 文档
常用希腊字母,矩阵,公式,求和,积分,连乘
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\author{
Yang