本文是一篇测试博文

pandoc教程

\(LaTex\)

下面教程摘自MITOPENCOURSEWARE

Markdown

Markdown教程现在已经烂大街了,在这里主要是作为备忘录进行查阅。

Typographic replacements

Enable typographer option to see result.

        1. (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\)
  • \lceilrceil\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
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$$\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}$$(类似有\ldots底端对齐)
$$
\left\{
\begin{array}\
a_1x + a_2y + a_3z = d_1 \\
b_1x + b_2y + b_3z = d_2 \\
\end{array}
\right.
$$(array亦可改为cases)
$$\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} %这里的c表示数组中元素对其方式:c居中、r右对齐、l左对齐,竖线表示2、3列间插入竖线
1 & 2 & 3 \\
\hline %插入横线,如果去掉\hline就是增广矩阵
4 & 5 & 6
\end{array} \right]
$$

\[\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
2
3
4
**加粗文字** 对应 <b>加粗文字</b><strong>加粗文字</strong>
*倾斜文字* 对应 <i>倾斜文字</i><em>倾斜文字</em>
***斜体加粗文字***
~~加删除线文字~~ 对应 <del>加删除线文字</del>

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
2
3
___
---
***

列表

  • 无序列表使用*或+或-标识
  • 有序列表使用数字加.标识,例如: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
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa
  4. You can use sequential numbers...
  5. ...or keep all the numbers as 1.

表格

短斜杠(数量至少有一个)左右的冒号用于控制对齐方式,只放置左边冒号表示文字居左,只放置右边冒号表示文字居右,如果两边都放置冒号表示文字居中。

1
2
3
4
表头|条目一|条目二
:-:|:-:|:-:
1|2|3
4|5|6
表头 条目一 条目二
1 2 3
4 5 6

\(pandoc\)\(markdown\)与标准版的区别

标准Markdown语法并不要求在标题前添加一个空行,但是Pandoc语法却要求标题前添加一个空行(除了文档开头)

Html

学习的地方

基本文档

1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>文档标题</title>
</head>
<body>
可见文本...
</body>
<p>这是一个段落。</p>
<br> (换行)
</html>

基本元素

粗体文本

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
  1. Cola
  2. sara
Header 1 Header 2
row 1, cell 1 row 1, cell 2
row 2, cell 1 row 2, cell 2

January This is an open dialog window February March
31 28 31

图片

书签: 提示部分 跳到提示部分

1
#include <bits/stdc++.h> template<typename T> //长度测试////////////////////////////////////////////////////////////////////////////////////////////////////////end

框架

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.

Visit W3School!

请点击这里!