caizhiyuannn.github.io

nothing to say.. @caizhiyuannn@gmail.com

View the Project on GitHub

Table of Contents

  1. 简介
  2. 段落
  3. 强调和等宽字体
  4. 水平线规则
  5. 图像和表格
  6. Literal examples
  7. 特殊符号
  8. 上标和下标
  9. 在org文档中嵌入 LaTeX

简介

官网文档链接
由于像HTML、LaTeX 允许更丰富的格式,org-mode 也提供标记用于丰富导出的格式。

段落

段落之间至少有一行空行分割来表示换行,如果需要在段落中加强断行符,可以行尾添加”\\“。

强调和等宽字体

格式 用法
粗体 *粗体*
斜体 /斜体/
下划线 _下划线_
原样输出 =保持原样输出,内部字符会显示=
代码 ~代码~
strike-through +这里是删除线+

水平线规则

只有破折号至少五个的一行将会以水平线导出,如: -----


TODO 图像和表格

Literal examples

特殊符号

可以使用 LaTeX-like 风格的语法插入特殊符号,例如 \alpha 表示希腊字母, \to 表示箭头。 如果在单词中需要这样一个符号,那么用一对花括号结束它。 例如:

Pro tip: Given a circle \Gamma of diameter d, the length of its circumference is \pi{}d.

Pro tip: Given a circle Γ of diameter d, the length of its circumference is πd.

TODO 上标和下标

TODO 在org文档中嵌入 LaTeX