Test post
本文是一篇测试博文
\(LaTex\)
下面教程摘自MITOPENCOURSEWARE
Markdown
Markdown教程现在已经烂大街了,在这里主要是作为备忘录进行查阅。
Typographic replacements
Enable typographer option to see result.
- (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!....
!!!!!! ???? ,, -- ---
公式
插入公式与代码分别是用$与 ` 符号(~键)包裹所写部分
- 同时第一行反引号后面,写代码块所使用的语言。
- 使用
\left
和\right
来创建自动匹配高度的 (),[] 和 {} 。 在每个公式末尾前使用\tag{行标}
来实现行标。
希腊字母
显示 | 大写 | 命令 | 显示 | 大写 | 命令 |
---|---|---|---|---|---|
\(\alpha\) | \(\rm{A}\) | $\alpha$ |
\(\beta\) | \(\rm{B}\) | $\beta$ |
\(\gamma\) | \(\Gamma\) | $\gamma$ |
\(\delta\) | \(\Delta\) | $\delta$ |
\(\epsilon\) | \(\rm{E}\) | $\epsilon$ |
\(\zeta\) | \(\rm{Z}\) | $\zeta$ |
\(\eta\) | \(\rm{H}\) | $\eta$ |
\(\theta\) | \(\Theta\) | $\theta$ |
\(\iota\) | \(\rm{I}\) | $\iota$ |
\(\kappa\) | \(\rm{K}\) | $\kappa$ |
\(\lambda\) | \(\Lambda\) | $\lambda$ |
\(\mu\) | \(\rm{M}\) | $\mu$ |
\(\nu\) | \(\rm{N}\) | $\nu$ |
\(\xi\) | \(\Xi\) | $\xi$ |
\(\pi\) | \(\Pi\) | $\pi$ |
\(\rho\) | \(\rm{R}\) | $\rho$ |
\(\sigma\) | \(\Sigma\) | $\sigma$ |
\(\tau\) | \(\rm{T}\) | $\tau$ |
\(\upsilon\) | \(\Upsilon\) | $\upsilon$ |
\(\phi\) | \(\Phi\) | $\phi$ |
\(\chi\) | \(\rm{X}\) | $\chi$ |
\(\psi\) | \(\Psi\) | $\psi$ |
\(\omega\) | \(\Omega\) | $\omega$ |
:只需将命令的首字母大写即可得大写希腊字母,在命令前加上var前缀即可得到斜体希腊字母如: \(\Gamma\phi\) & \(\varGamma\varphi\)
1 | $\Gamma\phi$ & $\varGamma\varphi$ |
运算
命令 | 显示 | 命令 | 显示 |
---|---|---|---|
$\pm$ |
\(\pm\) | $\mp$ |
\(\mp\) |
$\neq$ |
\(\neq\) | $\times$ |
\(\times\) |
$\div$ |
\(\div\) | $\leq$ |
\(\leq\) |
$\geq$ |
\(\geq\) | $\ngeq$ |
\(\ngeq\) |
$\ast$ |
\(\ast\) | $\approx$ |
\(\approx\) |
$\equiv$ |
\(\equiv\) | $bigcup$ |
\(\bigcup\) |
$\iint$ |
\(\iint\) | $\iiint$ |
\(\iiint\) |
$\oint$ |
\(\oint\) | $\mid$ |
\(\mid\) |
$\because$ |
\(\because\) | \therefore |
\(\therefore\) |
特殊符号
显示 | 命令 | 显示 | 命令 |
---|---|---|---|
\(\infty\) | $\infty$ |
\(\cup\) | $\cup$ |
\(\cap\) | $\cap$ |
\(\subset\) | $\subset$ |
\(\subseteq\) | $\subseteq$ |
\(\supset\) | $\supset$ |
\(\in\) | $\in$ |
\(\notin\) | $\notin$ |
\(\varnothing\) | $\varnothing$ |
\(\forall\) | $\forall$ |
\(\exists\) | $\exists$ |
\(\lnot\) | $\lnot$ |
\(\nabla\) | $\nabla$ |
\(\partial\) | $\partial$ |
\(\angle\) | $\angle$ |
\(\bot\) | $\bot$ |
\(\bigodot\) | $\bigodot$ |
\(\bigotimes\) | $\bigotimes$ |
\(n\choose m\) | $n\choose m$ |
\(\top\) | $\top$ |
空格
$\,$
\(\frac{1}{6}\)m宽度$\;$
\(\frac{2}{7}\)m宽度$\$
\(\frac{1}{3}\)m宽度$\quad$
m宽度$\qquad$
2m宽度
括号
\{
和\}
或\lbrace
和\rbrace
: \(\lbrace\rbrace\)\langle
和\rangle
: \(\langle\rangle\)\lceil
和rceil
,\lfoor
和\rfloor
: \(\lceil\rceil\lfloor\rfloor\)
矢量与箭头
命令 | 显示 | 命令 | 显示 |
---|---|---|---|
$\vec{a}$ |
\(\vec{a}\) | $\bar{s}$ |
\(\bar{s}\) (平均值) |
$\rightarrow$ |
\(\rightarrow\) | $\Rightarrow$ |
\(\Rightarrow\) |
$\overrightarrow{a}$ |
\(\overrightarrow{a}\) | $\overleftrightarrow{a}$ |
\(\overleftrightarrow{a}\) |
$\overleftarrow{a}$ |
\(\overleftarrow{a}\) | $\longrightarrow$ |
\(\longrightarrow\) |
$\overline{a+b}$ |
\(\overline{a+b}\) | $\underline{a+b}$ |
\(\underline{a+b}\) |
$\overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0}$ |
\(\overbrace{a+\underbrace{b+c}_{1.0}+d}^{2.0}\) | $\hat{y}$ |
\(\hat{y}\) |
矩阵与方程组
- pmatrix:
$\begin{pmatrix}1 & 2 \\ 3 & 4\\ \end{pmatrix}$
: \[\begin{pmatrix}1 & 2 \\ 3 & 4\\ \end{pmatrix}\] - bmatrix:
$\begin{bmatrix}1 & 2 \\ 3 & 4\\ \end{bmatrix}$
: \[\begin{bmatrix}1 & 2 \\ 3 & 4\\ \end{bmatrix}\] - Bmatrix:
$\begin{Bmatrix}1 & 2 \\ 3 & 4\\ \end{Bmatrix}$
: \[\begin{Bmatrix}1 & 2 \\ 3 & 4\\ \end{Bmatrix}\] - vmatrix:
$\begin{vmatrix}1 & 2 \\ 3 & 4\\ \end{vmatrix}$
: \[\begin{vmatrix}1 & 2 \\ 3 & 4\\ \end{vmatrix}\] - Vmatrix:
$\begin{Vmatrix}1 & 2 \\ 3 & 4\\ \end{Vmatrix}$
: \[\begin{Vmatrix}1 & 2 \\ 3 & 4\\ \end{Vmatrix}\]
1 | $$\begin{matrix} |
\[\begin{matrix}a_{11} & a_{12} & \cdots & a_{1n}\\\ \ a_{21}&a_{21}&\cdots&a_{2n}\\\ \ \vdots & \vdots & \ddots & \vdots\\\ \ a_{n1} & a_{n2} & \cdots & a_{nn}\\\ \end{matrix}\]
\[\begin{cases} a_{11}x_1&+&a_{12}x_2&+&\cdots&+a_{1n}x_n&=&b_1\\\ &&&&\vdots\\\ a_{n1}x_1&+&a_{n2}x_2&+&\cdots&+a_{nn}x_n&=&b_n& \end{cases}\]
\[\left[\begin{array}{c c | c} 1 & 2 & 3 \\ \hline 4 & 5 & 6 \end{array}\right]\]
表情
syntax | preview | syntax | preview |
---|---|---|---|
:sun_with_face: |
🌞 | :smile: |
😄 |
:laughing: |
😆 | :blush: |
😊 |
:smiley: |
😃 | :relaxed: |
☺️ |
:smirk: |
😏 | :heart_eyes: |
😍 |
:kissing_heart: |
😘 | :kissing_closed_eyes: |
😚 |
:flushed: |
😳 | :relieved: |
😌 |
:satisfied: |
😆 | :grin: |
😁 |
:wink: |
😉 | :stuck_out_tongue_winking_eye: |
😜 |
:stuck_out_tongue_closed_eyes: |
😝 | :grinning: |
😀 |
:kissing: |
😗 | :kissing_smiling_eyes: |
😙 |
:stuck_out_tongue: |
😛 | :sleeping: |
😴 |
:worried: |
😟 | :frowning: |
😦 |
:anguished: |
😧 | :open_mouth: |
😮 |
:confused: |
😕 | :hushed: |
😯 |
:expressionless: |
😑 | :unamused: |
😒 |
:sweat_smile: |
😅 | :sweat: |
😓 |
字体
输入 | 说明 | 实例 | 输入 | 说明 | 实例 |
---|---|---|---|---|---|
$\rm{D}$ |
罗马体 | \(\rm{D}\) | $\cal{D}$ |
花体 | \(\cal{D}\) |
$\it{D}$ |
意大利体 | \(\it{D}\) | $\Bbb{D}$ |
黑板粗体 | \(\Bbb{D}\) |
$\bf{D}$ |
粗体 | \(\bf{D}\) | $\mit{D}$ |
数学斜体 | \(\mit{D}\) |
$\sf{D}$ |
等线体 | \(\sf{D}\) | $\scr{D}$ |
手写体 | \(\scr{D}\) |
$\tt{D}$ |
打字机体 | \(\tt{D}\) | $\boldsymbol{D}$ |
黑体 | \(\boldsymbol{D}\) |
1 | **加粗文字** 对应 <b>加粗文字</b> 及 <strong>加粗文字</strong> |
bold bold
italic italic
Strikethrough
颜色
命令 | 命令 | 显示 |
---|---|---|
$\color{red}{红色}$ |
<font color=#FF0000>红色</font> |
红色 |
$\color{green}{绿色}$ |
<font color=#00FF00>绿色</font> |
绿色 |
$\color{blue}{蓝色}$ |
<font color=#0000FF>蓝色</font> |
蓝色 |
$\color{cyan}{青色}$ |
<font color=#00FFFF>青色</font> |
青色 |
$\color{yellow}{黄色}$ |
<font color=#FFFF00>黄色</font> |
黄色 |
$\color{purple}{紫色}$ |
<font color=#FF00FF>紫色</font> |
紫色 |
$\color{orange}{橙色}$ |
<font color=#FF6100>橙色</font> |
橙色 |
引用
多个>用于逐层嵌套
Blockquotes can also be nested... > ...by using additional greater-than signs right next to each other... > > ...or with spaces between arrows.
分割线
1 | ___ |
列表
- 无序列表使用*或+或-标识
- 有序列表使用数字加.标识,例如:1.
Unordered
- Create a list by starting a line with
+
,-
, or*
- Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start:
- Ac tristique libero volutpat at
- Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit
- Marker character change forces new list start:
- Very easy!
Ordered
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- You can use sequential numbers...
- ...or keep all the numbers as
1.
表格
短斜杠(数量至少有一个)左右的冒号用于控制对齐方式,只放置左边冒号表示文字居左,只放置右边冒号表示文字居右,如果两边都放置冒号表示文字居中。
1 | 表头|条目一|条目二 |
表头 | 条目一 | 条目二 |
---|---|---|
1 | 2 | 3 |
4 | 5 | 6 |
\(pandoc\)版\(markdown\)与标准版的区别
标准Markdown语法并不要求在标题前添加一个空行,但是Pandoc语法却要求标题前添加一个空行(除了文档开头)
Html
基本文档
1 |
|
基本元素
粗体文本
int exgcd(int x, int y, int &a, int
&b) { if (y == 0) { return a = 1, b = 0, x; } else { int g =
exgcd(y, x % y, b, a); b -= x / y * a; return g; } }
预格式化文本更小的文本 重要的文本 缩写
联系信息 文字方向
从另一个源引用的部分
工作的名称 删除的文本 插入的文本
下标文本 上标文本本
列表与表格
- Coffee
- Milk
- Cola
- sara
Header 1 | Header 2 |
---|---|
row 1, cell 1 | row 1, cell 2 |
row 2, cell 1 | row 2, cell 2 |
January | February | March |
---|---|---|
31 | 28 | 31 |
图片
1 |
框架
Copyright 1999-2018.
- by Refsnes Data. All Rights Reserved.
All content and graphics on this web site are the property of the company Refsnes Data.
This is another paragraph.
这是文本。
The WHO was founded in 1948.
文章作者:wtyang
原始链接:https://antgwy.top/blog/Others/Test-post/
版权声明:本博客所有文章除特别声明外,均采用 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议 许可协议。转载请注明出处!