// {
// 	Place your snippets for latex 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"
// 	}

// {
// 	$n を複数個つければカーソルが複数で動かせる
// 	"beq": {
// 		"prefix": "eq",
// 		"body": [
// 			"\\begin{equation$1}",
// 			"    $2",
// 			"\\end{equation$1}"
// 		],
// 		"description": "Log output to console"
// 	}
// ,
{
	"beq": {
		"prefix": "eq",
		"body": [
			"\\begin{equation}",
			"    $1",
			"\\end{equation}"
		],
		"description": "Log output to console"
	}
,
	"al": {
		"prefix": "al",
		"body": [
			"\\begin{align$1}",
			"    $2",
			"\\end{align$1}"
		],
		"description": "Log output to console"
	}
,

	"beq*": {
		"prefix": "eq*",
		"body": [
			"\\begin{equation*}",
			"    $1",
			"\\end{equation*}"
		],
		"description": "Log output to console"
	}
,
	"al*": {
		"prefix": "al*",
		"body": [
			"\\begin{align*}",
			"    $1",
			"\\end{align*}"
		],
		"description": "Log output to console"
	}
,
	"mathbb": {
		"prefix": "bb",
		"body": [
			"\\mathbb{$1}",
		],
		"description": "Log output to console"
	}
,
	"mathcal": {
		"prefix": "cal",
		"body": [
			"\\mathcal{$1}",
		],
		"description": "Log output to console"
	}
,
	"mathscr": {
		"prefix": "scr",
		"body": [
			"\\mathscr{$1}",
		],
		"description": "Log output to console"
	}
,
"mathbf": {
	"prefix": "bf",
	"body": [
		"\\mathbf{$1}",
	],
	"description": "Log output to console"
}
,
	"frac": {
		"prefix": "fr",
		"body": [
			"\\frac{$1}{$2}",
		],
		"description": "Log output to console"
	}
,
	"Rn": {
		"prefix": "Rn",
		"body": [
			"\\mathbb{R}^N",
		],
		"description": "Log output to console"
	}
,
"cal-s": {
	"prefix": "cal-s",
	"body": [
		"\\mathcal{S}",
	],
	"description": "Log output to console"
}
,
"norm": {
	"prefix": "norm",
	"body": [
		"\\|$1\\|_{$2}",
	],
	"description": "Log output to console"
}
,
"bignorm": {
	"prefix": "bignorm",
	"body": [
		"\\left\\|",
		"    $1",
		"\\right\\|_{$2}",
	],
	"description": "Log output to console"
}
,
"bigchu-kakko": {
	"prefix": "big{",
	"body": [
		"\\left\\{",
		"    $1",
		"\\right\\\\}",
	],
	"description": "Log output to console"
}
,
"big|": {
	"prefix": "big|",
	"body": [
		"\\left|",
		"    $1",
		"\\right|",
	],
	"description": "Log output to console"
}
,
"item-roman": {
	"prefix": "item-roman",
	"body": [
		"\\begin{enumerate}",
        "    \\renewcommand{\\theenumi}{\\roman{enumi}}",
        "    \\renewcommand{\\labelenumi}{ (\\theenumi) }",
        "    \\item $1",
    	"\\end{enumerate}",
	],
	"description": "Log output to console"
}
,
"bibitem": {
	"prefix": "bibitem",
	"body": [
		"\\bibitem{$1}{$2"
		"{\\sl $3},"
		"$4 \\textbf{$5} ($6), $7"
		"}"
	],
	"description": "Log output to console"
}
,
"Schwartz-space": {
	"prefix": "Schwartz-space",
	"body": [
		"\\mathcal{S}(\\mathbb{R}^N)"
	],
	"description": "Log output to console"
}
,
"Besov": {
	"prefix": "Besov",
	"body": [
		"\\dot{B}^{s}_{p,\\sigma}"
	],
	"description": "Log output to console"
}
,
"inhomo-Besov": {
	"prefix": "inhomo-Besov",
	"body": [
		"B^{s}_{p,\\sigma}"
	],
	"description": "Log output to console"
}
,
"Triebel-Li": {
	"prefix": "T-L",
	"body": [
		"\\dot{F}^{s}_{p,\\sigma}"
	],
	"description": "Log output to console"
}
,
"inhomo-Triebel-Li": {
	"prefix": "inhomo-T-L",
	"body": [
		"F^{s}_{p,\\sigma}"
	],
	"description": "Log output to console"
}
,

"s-p-index": {
	"prefix": "s-p-index",
	"body": [
		" $ 0<s<1$, $ 1\\leq p<\\infty$ "
	],
	"description": "Log output to console"
}
,
"sabun-f": {
	"prefix": "sabun-f",
	"body": [
		"|f(x)-f(y)|"
	],
	"description": "Log output to console"
}
,
"abs-value-x-y": {
	"prefix": "abs-value-x-y",
	"body": [
		"|x-y|"
	],
	"description": "Log output to console"
}
,

// // BMO の平均値
// "BMO-average": {
// 	"prefix": "avg",
// 	"body": [
// 		"\\bar{f}_{$1}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "BMO-average-Ball": {
// 	"prefix": "avgB",
// 	"body": [
// 		"\\bar{f}_{B_R}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "BMO-average-Cube": {
// 	"prefix": "avgQ",
// 	"body": [
// 		"\\bar{f}_{Q}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "BMO-average-Cube-over": {
// 	"prefix": "avgQ-over",
// 	"body": [
// 		"\\overline{($1f)}_{Q}"
// 	],
// 	"description": "Log output to console"
// }
// ,






// // BMO John-Nirenberg のcube の分解の記述用
// "cube0": {
// 	"prefix": "Q0",
// 	"body": [
// 		"Q^{(0)}",
// 	],
// 	"description": "Log output to console"
// }
// ,
// "cube1": {
// 	"prefix": "Q1",
// 	"body": [
// 		"Q_j^{(1)}",
// 	],
// 	"description": "Log output to console"
// }
// ,
// "cube2": {
// 	"prefix": "Q2",
// 	"body": [
// 		"Q_l^{(2)}",
// 	],
// 	"description": "Log output to console"
// }
// ,
// "cubek": {
// 	"prefix": "Qk",
// 	"body": [
// 		"Q_j^{(k)}",
// 	],
// 	"description": "Log output to console"
// }
// ,
// "cube-previous": {
// 	"prefix": "Qpre",
// 	"body": [
// 		"Q_{j'}^{(k-1)}",
// 	],
// 	"description": "Log output to console"
// }
,




// // 以下はtcolorbox 使用時用のコマンド. 
// // 通常版を使用するときはまとめてコメントアウトする. 
// "thm": {
// 	"prefix": "thm",
// 	"body": [
// 		"\\begin{thm}{}{}",
// 		"    $1",
// 		"\\end{thm}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "dfn": {
// 	"prefix": "dfn",
// 	"body": [
// 		"\\begin{dfn}{}{}",
// 		"    $1",
// 		"\\end{dfn}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "prop": {
// 	"prefix": "prop",
// 	"body": [
// 		"\\begin{prop}{}{}",
// 		"    $1",
// 		"\\end{prop}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "cor": {
// 	"prefix": "cor",
// 	"body": [
// 		"\\begin{cor}{}{}",
// 		"    $1",
// 		"\\end{cor}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "lem": {
// 	"prefix": "lem",
// 	"body": [
// 		"\\begin{lem}{}{}",
// 		"    $1",
// 		"\\end{lem}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "Claim": {
// 	"prefix": "claim",
// 	"body": [
// 		"\\begin{Claim}{}{}",
// 		"    $1",
// 		"\\end{Claim}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "rem": {
// 	"prefix": "rem",
// 	"body": [
// 		"\\begin{rem}{}{}",
// 		"    $1",
// 		"\\end{rem}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "prob": {
// 	"prefix": "prob",
// 	"body": [
// 		"\\begin{prob}{}{}",
// 		"    $1",
// 		"\\end{prob}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// "eg": {
// 	"prefix": "eg",
// 	"body": [
// 		"\\begin{eg}{}{}",
// 		"    $1",
// 		"\\end{eg}"
// 	],
// 	"description": "Log output to console"
// }
// ,
// 以下は通常版使用時用のコマンド. 
// tcolorbox を使用するときはまとめてコメントアウトする. 
"thm2": {
	"prefix": "thm",
	"body": [
		"\\begin{thm}[]\\label{}",
		"$1",
		"\\end{thm}"
	],
	"description": "Log output to console"
}
,
"defn2": {
	"prefix": "dfn",
	"body": [
		"\\begin{dfn}[]\\label{}",
		"$1",
		"\\end{dfn}"
	],
	"description": "Log output to console"
}
,
"prop2": {
	"prefix": "prop",
	"body": [
		"\\begin{prop}[]\\label{}",
		"$1",
		"\\end{prop}"
	],
	"description": "Log output to console"
}
,
"cor2": {
	"prefix": "cor",
	"body": [
		"\\begin{cor}[]\\label{}",
		"$1",
		"\\end{cor}"
	],
	"description": "Log output to console"
}
,
"lem2": {
	"prefix": "lem",
	"body": [
		"\\begin{lem}[]\\label{}",
		"$1",
		"\\end{lem}"
	],
	"description": "Log output to console"
}
,
"Claim2": {
	"prefix": "claim",
	"body": [
		"\\begin{Claim}[]\\label{}",
		"$1",
		"\\end{Claim}"
	],
	"description": "Log output to console"
}
,
"rem2": {
	"prefix": "rem",
	"body": [
		"\\begin{rem}[]\\label{}",
		"$1",
		"\\end{rem}"
	],
	"description": "Log output to console"
}
,
"prob2": {
	"prefix": "prob",
	"body": [
		"\\begin{prob}[]\\label{}",
		"$1",
		"\\end{prob}"
	],
	"description": "Log output to console"
}
,
"eg2": {
	"prefix": "eg",
	"body": [
		"\\begin{eg}[]\\label{}",
		"$1",
		"\\end{eg}"
	],
	"description": "Log output to console"
}
,







"eproof": {
	"prefix": "pr",
	"body": [
		"\\begin{proof}",
		"	$1",
		"\\end{proof}"
	],
	"description": "Log output to console"
}
,
}