Untitled

 avatar
unknown
plain_text
2 years ago
6.5 kB
6
Indexable
{
  // Place your snippets for markdown here. Each snippet is defined under a snippet name and has a prefix, body and
  // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
  // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
  // same ids are connected.
  // Example:
  // "Print to console": {
  // 	"prefix": "log",
  // 	"body": [
  // 		"console.log('$1');",
  // 		"$2"
  // 	],
  // 	"description": "Log output to console"
  // }
  "brackets(": {
    "prefix": "\\(",
    "body": "\\left($1\\right)"
  },
  "brackets[": {
    "prefix": "\\[",
    "body": "\\left[$1\\right"
  },
  "brackets{": {
    "prefix": "\\{",
    "body": "\\left\\{$1\\right\\"
  },
  "\\rm d": {
    "prefix": "\\d",
    "body": "\\,\\mathrm{d}"
  },
  "α": {
    "prefix": "\\a",
    "body": "α"
  },
  "β": {
    "prefix": "\\b",
    "body": "β"
  },
  "θ": {
    "prefix": "\\t",
    "body": "θ"
  },
  "∂": {
    "prefix": "\\p",
    "body": "∂"
  },
  "φ": {
    "prefix": "\\phi",
    "body": "φ"
  },
  "ε": {
    "prefix": "\\ve",
    "body": "ε"
  },
  "σ": {
    "prefix": "\\sigma",
    "body": "σ"
  },
  "λ": {
    "prefix": "\\lam",
    "body": "λ"
  },
  "ρ": {
    "prefix": "\\rho",
    "body": "ρ"
  },
  "pi": {
    "prefix": "\\pi",
    "body": "π"
  },
  "mu": {
    "prefix": "\\mu",
    "body": "μ"
  },
  "to": {
    "prefix": "\\to",
    "body": "→"
  },
  "gamma": {
    "prefix": "\\ga",
    "body": "γ"
  },
  "cdot": {
    "prefix": "\\cd",
    "body": "⋅"
  },
  "e": {
    "prefix": "\\e",
    "body": "\\mathrm{e}"
  },
  "int": {
    "prefix": "\\int",
    "body": "∫_{${1:a}}^{${2:b}}{${3:f(x)}}\\,\\mathrm{d}{${4:x}}"
  },
  "leqslant1": {
    "prefix": "<=",
    "body": "⩽"
  },
  "leqslant2": {
    "prefix": "\\le",
    "body": "⩽"
  },
  "geqslant1": {
    "prefix": ">=",
    "body": "⩾"
  },
  "geqslant2": {
    "prefix": "\\ge",
    "body": "⩾"
  },
  "sum": {
    "prefix": "\\sum",
    "body": "∑_{$1=$2}^{$3}{$4}"
  },
  "prod": {
    "prefix": "\\prod",
    "body": "∏_{$1=$2}^{$3}{$4}"
  },
  "brackets|": {
    "prefix": "\\|",
    "body": "\\left|$1\\right|"
  },
  "bmatrix": {
    "prefix": "\\bm3",
    "body": [
      "\\begin{bmatrix}",
      "\t{${1:a_{1}}} & {${2:a_{2}}} & {${3:a_{3}}}\\\\\\",
      "\t{${4:b_{1}}} & {${5:b_{2}}} & {${6:b_{3}}}\\\\\\",
      "\t{${7:c_{1}}} & {${8:c_{2}}} & {${9:c_{3}}}\\\\\\",
      "\\end{bmatrix}"
    ]
  },
  "cases": {
    "prefix": "\\ca",
    "body": [
      "\\begin{cases}",
      "\t${1:a_1} = ${2:a_{2}}\\\\\\",
      "\t${4:b_{1}} = ${5:b_{2}}\\\\\\",
      "\t${7:c_{1}} = ${8:c_{2}}\\\\\\",
      "\\end{cases}"
    ]
  },
  "Infinity": {
    "prefix": "\\inf",
    "body": "∞"
  },
  "Det": {
    "prefix": "\\det",
    "body": [
      "\\begin{vmatrix}",
      "\t{${1:a_{1}}} & {${2:a_{2}}} & {${3:a_{3}}}\\\\\\",
      "\t{${4:b_{1}}} & {${5:b_{2}}} & {${6:b_{3}}}\\\\\\",
      "\t{${7:c_{1}}} & {${8:c_{2}}} & {${9:c_{3}}}\\\\\\",
      "\\end{vmatrix}"
    ]
  },
  "iint": {
    "prefix": "\\iint",
    "body": "∬_{${1:Σ}}${2:f(x,y)}\\,\\mathrm{d}S"
  },
  "iiint": {
    "prefix": "\\iiint",
    "body": "∭_{${1:Ω}}${2:f(x,y,z)}\\,\\mathrm{d}V"
  },
  "oint": {
    "prefix": "\\oint",
    "body": "∮_{${1:L}}${2:f(x,y)}\\,\\mathrm{d}s"
  },
  "oiint": {
    "prefix": "\\oiint",
    "body": "∯\\limits_{${1:S}}${2:f(x,y)}\\,\\mathrm{d}S"
  },
  "oiiint": {
    "prefix": "\\oiiint",
    "body": "∰\\limits_{${1:V}}${2:f(x,y,z)}\\,\\mathrm{d}V"
  },
  "∲": {
    "prefix": "ointclockwise",
    "body": "\\mathrlap{↻}{∫}_{L}f(x,y)\\,\\mathrm{d}s"
  },
  "∳": {
    "prefix": "ointctrclockwise",
    "body": "\\mathrlap{\\,↺}{∫}_{L}f(x,y)\\,\\mathrm{d}s"
  },
  "∲1": {
    "prefix": "ointclockwise",
    "body": "\\mathrlap{↷}{∫}_{L}f(x,y)\\,\\mathrm{d}s"
  },
  "∳1": {
    "prefix": "ointctrclockwise",
    "body": "\\mathrlap{↶}{∫}_{L}f(x,y),\\mathrm{d}s"
  },
  "aligned": {
    "prefix": "\\align",
    "body": [
      "\\begin{aligned}",
      "&${1}\\\\\\\n=&${2}\\\\\\",
      "=&${3}\\\\\\\n=&${4}\\\\\\",
      "=&${5}\\\\\\",
      "\\end{aligned}"
    ]
  },
  "vec": {
    "prefix": "vec",
    "body": "\\overrightarrow{$1}"
  },
  "average": {
    "prefix": "ave",
    "body": "\\overline{$1}"
  },
  "ne": {
    "prefix": "\\ne",
    "body": "≠"
  },
  "pm": {
    "prefix": "\\pm",
    "body": "±"
  },
  "in": {
    "prefix": "\\in",
    "body": "∈"
  },
  "exists": {
    "prefix": "exist",
    "body": "∃"
  },
  "implies": {
    "prefix": "\\implies",
    "body": "⟹"
  },
  "cdots": {
    "prefix": "\\cdots",
    "body": "⋯"
  },
  "vdots": {
    "prefix": "\\vdots",
    "body": "⋮"
  },
  "therefore": {
    "body": "∴",
    "prefix": "\\therefore"
  },
  "because": {
    "prefix": "\\because",
    "body": "∵"
  },
  "1/2": {
    "body": "\\frac{1}{2}",
    "prefix": "\\12"
  },
  "math": {
    "prefix": "mma",
    "body": "```Mathematica\n$1\n```\n$2"
  },
  "py": {
    "prefix": "py",
    "body": "```Python\n$1\n```\n$2"
  },
  "\\---": {
    "prefix": "begin",
    "body": [
      "---\ntitle: ${1:$TM_FILENAME_BASE}",
      "date: $CURRENT_YEAR/$CURRENT_MONTH/$CURRENT_DATE\n---\n\n$3"
    ]
  },
  "table": {
    "prefix": "table",
    "body": ["\n<center>\n\n|$1|$2|", "|:---:|:---:|", "|$3|$4|\n\n</center>\n"]
  },
  "hide": {
    "prefix": "hide",
    "body": "<details>\n<summary>${1:显示内容}</summary>\n${2:隐藏内容}\n</details>"
  },
  "¬": {
    "prefix": "not",
    "body": "¬"
  },
  "∧": {
    "prefix": "\\and",
    "body": "∧"
  },
  "∨": {
    "prefix": "\\or",
    "body": "∨"
  },
  "⋃": {
    "prefix": "bigcup",
    "body": "⋃_{$1=$2}^{$3}$4"
  },
  "×": {
    "prefix": "times",
    "body": "×"
  },
  "R": {
    "prefix": "\\R",
    "body": "ℝ"
  },
  "E": {
    "prefix": "EE",
    "body": "\\mathscr{E}"
  },
  "N": {
    "prefix": "\\N",
    "body": "ℕ"
  },
  "img": {
    "prefix": "\\img",
    "body": [
      "<div align=center>",
      "<img src=\"$1\" width = \"50%\" />",
      "</div>"
    ]
  },
  "indent": {
    "prefix": "indent",
    "body": "<style>p{text-indent:2em;}</style>"
  },
  "codecog": {
    "prefix": ["codecog"],
    "body": ["![1](http://latex.codecogs.com/svg.latex?${1:公式代码})"]
  },
}
Editor is loading...