🍪
cookielau
  • Introduction
  • Machine Learning
    • Distributed
      • Bookmarks
    • NLP
      • Transformers
    • MLC
      • Tensor Program Abstraction
      • End-to-End Module Execution
  • Framework
    • PyTorch
      • Bookmarks
      • Model
      • Shared
      • Miscellaneous
    • Tensorflow
      • Bookmarks
      • Model
      • Shared
      • Miscellaneous
    • CUDA
      • Bookmarks
    • DeepSpeed
    • Bagua
      • Model
      • Optimizer
    • Others
      • Bookmarks
  • About Me
    • 2022-04-28
  • Random Thoughts
  • Archives
    • CPP
      • Bookmarks
      • Container
      • Algorithm
      • FILE CONTROL
      • Virtual Table
      • Assembly
      • Key Words
      • Problems
      • Others
    • JAVA
      • String Container
      • Maps
    • PYTHON
      • Bookmarks
      • Python Tools
        • Batch Rename
        • Combine Excel
        • Excel Oprations
        • Read Write Excel
        • Rotate PDF
      • Library
        • Pandas Notes
        • Numpy Notes
        • Json Notes
      • Spider
        • Selenium Install
        • Selenium Locating
        • Selenium Errors
        • Selenium Basics
      • Django
        • Start Up
      • Others
    • LINUX
      • Installation
      • Cli Tools
      • WSL
      • Bugs
    • JUNIOR2
      • Economics
        • Chapter 0x01 经济管理概述
        • Chapter 0x02 微观市场机制分析
        • Chapter 0x03 生产决策与市场结构
        • Chapter 0x04 宏观经济市场分析
        • Chapter 0x05 管理的职能
        • Chapter 0x06 生产系统结构与战略
        • Chapter 0x0b 投资项目经济评价
        • Chapter 0x0f 投资项目经济评价
      • Computer Network
        • 概述
        • 分层模型
        • 物理层
        • 数据链路层
        • 网络层
        • 传输层
        • 应用层
        • HTTP(s)实验
        • [Practice]
      • Software Engineering
        • Introduction
        • Demand Analysis
        • Task Estimation
        • Presentation
      • Network Security
        • Chapter 0x01 概述
        • Chapter 0x02 密码学
        • Chapter 0x03 公钥体制
        • Chapter 0x04 消息认证
        • Chapter 0x05 密钥管理
        • Chapter 0x06 访问控制
        • Assignments
      • x86 Programming
        • Basic Knowledge
        • Program Design
        • System Interruption
        • Frequently used functions
    • MD&LaTex
      • Markdown
      • LaTex
    • NPM
      • NPM LINK
    • MyBlogs
      • 2020BUAA软工——“停下来,回头看”
      • 2020BUAA软工——“初窥构建之法”
      • 2020BUAA软工——“上手软件工程,PSP初体验!”
      • 2020BUAA软工——“深度评测官”
      • 2020BUAA软工——“并肩作战,平面交点Pro”
    • SC
      • PAC 2022
        • Lectures
      • OpenMP & MPI
        • MPI Overview
        • Message Passing Programming
        • OpenMP Overview
        • Work Sharing Directives
        • Annual Challenge
        • Future Topics in OpenMP
        • Tasks
        • OpenMP & MPI
    • Hardware
      • Nvidia GPU
        • Frequent Error
        • Memory Classification
        • CUDA_7_Streams_Simplify_Concurrency
        • Optimize_Data_Transfers_in_CUDA
        • Overlap_Data_Transfers_in_CUDA
        • Write_Flexible_Kernels_with_Grid-Stride_Loops
        • How_to_Access_Global_Memory_Efficiently
        • Using_Shared_Memory
      • Intel CPU
        • Construction
        • Optimization
        • Compilation
        • OpenMP
    • English
      • Vocab
      • Composition
    • Interview
      • Computer Network
Powered by GitBook
On this page
  • Symbols
  • MkDocs
  • Diagram
  • Mermaid
  • PlantUML
  • Reference

Was this helpful?

  1. Archives
  2. MD&LaTex

Markdown

Feb 26th, 2020 - Now

Symbols

符号
LaTeX语法
显示效果

分数

\frac{a}{b}

$\frac{a}{b}$

根式

\sqrt[n] {a}

$\sqrt[n] a$

对勾

\checkmarks

$\checkmark$

错叉

\times

$\times$

并集

\cup

$\cup$

交集

\cap

$\cap$

差集

\setminus

$\setminus$

子集

\subset

$\subset$

子集

\subseteq

$\subseteq$

非子集

\subsetneq

$\subsetneq$

父集

\supset

$\supset$

属于

\in

$\in$

不属于

\notin

$\notin$

空集

\emptyset

$\emptyset$

空

\varnothing

$\varnothing$

排列

\binom{n}{k}

$\binom{n}{k}$

排列

{n} \choose {k}

${n} \choose {k}$

右箭头

\to

$\to$

右箭头

\rightarrow

$\rightarrow$

左箭头

\leftarrow

$\leftarrow$

大右箭头

\Rightarrow

$\Rightarrow$

大左箭头

\Leftarrow

$\Leftarrow$

映射箭头

\mapsto

$\mapsto$

逻辑与

\land

$\land$

逻辑或

\lor

$\lor$

逻辑否

\lnot

$\lnot$

全称量词

\forall

$\forall$

存在量词

\exists

$\exists$

断定符

\vdash

$\vdash$

满足符

\vDash

$\vDash$

异或

\oplus

$\oplus$

恒等于

\equiv

$\equiv$

约等于

\approx

$\approx$

模运算

a \equiv b \pmod n

$a \equiv b \pmod n$

偏低的点

\ldots

$\ldots$

中间的点

\cdots

$\cdots$

中间的单点

\cdot

$\cdot$

MkDocs

Diagram

Mermaid

stateDiagram-v2
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]

PlantUML

@startuml
start
:Init Phase;
:Transfer Phase;
note right
  long running activity,
  process requires signal to proceed
end note
:Termination Phase;
stop
@enduml

Reference

PreviousMD&LaTexNextLaTex

Last updated 3 years ago

Was this helpful?

Project documentation with Markdown.

Ref:

Workflow charts supported by

Examples in

MkDocs - Official Site
Draw Diagrams With Markdown
mermaid
real-world-plantuml
简书 | markdown中公式编辑教程
csdn | Mathjax公式教程
csdn | 基本数学公式语法
csdn | 常用数学符号的LaTeX表示方法
mathjax | Beautiful math in all browsers