LaTex Tutorials1:Mathematics notations
LaTeX tutorials 1: mathematics notations
LaTeX源码:
-
\documentclass[11pt]{article}
中的【11pt】指的是调整页面字体大小,只有10,11,12pt三种格式 -
输入LaTeX等标志符时要使用:
\LaTeX{}
-
如果要输入中文,要在导言区引入宏包:
\usepackage{ctex}
-
在正文区输入:
\maketitle
显示标题,作者,时间 -
一些特殊符号不能直接输入,需要加上反斜杠:
- $:
\$
- { :
\{
- }:
\}
- { } :
\{....\}
- $:
-
有些括号可以直接输入:
- [ ]
- ( )
-
根据内容变化大小的括号:
\left{......\right}
-
如果只想要一边的括号,在不想要的一边加上
.
:\left{.....\right.
\documentclass[11pt]{article}
\title{\LaTeX{}\quad Tutorials}
\author{Yunlong Wang}
\date{\today}
\begin{document}\maketitlesuperscripts:$$2x^3$$$$2x^{34}$$$$2x^{3x+4}$$$$2x^{3x^4+5}$$subscripts:$$x_1$$$${x_1}_2$$$${x_1}_{23}$$greek letters:$$\pi$$$$\alpha$$$$A=\pi r^2$$trig functions:$$y = \sin{x}$$$$y = \tan{x}$$log functions:$$\log_5{x}$$$$\ln{x}$$suqare roots:$$\sqrt{2}$$$$\sqrt[3]{2}$$$$\sqrt{x^2+y^2}$$$$\sqrt{1+\sqrt{x}}$$fractions:About $\displaystyle{\frac{2}{3}}$ of the glass is full.$$\frac{x}{x^2+x+1}$$$$\frac{\sqrt{x+1}}{\sqrt{x-1}}$$$$\frac{1}{1+\frac{1}{x}}$$$$\sqrt{\frac{x}{x^2+x+1}}$$\end{document}
文档
LaTex Tutorials1:Mathematics notations
LaTeX tutorials 1: mathematics notations
LaTeX源码:
-
\documentclass[11pt]{article}
中的【11pt】指的是调整页面字体大小,只有10,11,12pt三种格式 -
输入LaTeX等标志符时要使用:
\LaTeX{}
-
如果要输入中文,要在导言区引入宏包:
\usepackage{ctex}
-
在正文区输入:
\maketitle
显示标题,作者,时间 -
一些特殊符号不能直接输入,需要加上反斜杠:
- $:
\$
- { :
\{
- }:
\}
- { } :
\{....\}
- $:
-
有些括号可以直接输入:
- [ ]
- ( )
-
根据内容变化大小的括号:
\left{......\right}
-
如果只想要一边的括号,在不想要的一边加上
.
:\left{.....\right.
\documentclass[11pt]{article}
\title{\LaTeX{}\quad Tutorials}
\author{Yunlong Wang}
\date{\today}
\begin{document}\maketitlesuperscripts:$$2x^3$$$$2x^{34}$$$$2x^{3x+4}$$$$2x^{3x^4+5}$$subscripts:$$x_1$$$${x_1}_2$$$${x_1}_{23}$$greek letters:$$\pi$$$$\alpha$$$$A=\pi r^2$$trig functions:$$y = \sin{x}$$$$y = \tan{x}$$log functions:$$\log_5{x}$$$$\ln{x}$$suqare roots:$$\sqrt{2}$$$$\sqrt[3]{2}$$$$\sqrt{x^2+y^2}$$$$\sqrt{1+\sqrt{x}}$$fractions:About $\displaystyle{\frac{2}{3}}$ of the glass is full.$$\frac{x}{x^2+x+1}$$$$\frac{\sqrt{x+1}}{\sqrt{x-1}}$$$$\frac{1}{1+\frac{1}{x}}$$$$\sqrt{\frac{x}{x^2+x+1}}$$\end{document}
文档
发布评论