{
    "Report": {
        "prefix": "report;",
        "body": [
            "\\documentclass[dvipdfmx]{jsarticle}",
			"",
            "\\usepackage{graphicx} %画像挿入",
            "\\usepackage{amsmath} %数式拡張",
            "\\usepackage{amssymb} %数学記号",
            "\\usepackage{amsthm} %数学記述",
            "\\usepackage{mathtools} %数式拡張",
            "\\usepackage{ascmac} %罫線箱",
            "\\usepackage{tcolorbox} %囲み",
			"\\usepackage{tikz} %TikZお絵描き",
			"\\usepackage{here} %",
			"\\usepackage{enumitem} %箇条書き拡張",
			"\\usepackage{longtable} %複数ページの表",
			"\\usepackage[dvipdfmx]{hyperref} %ハイパーリンク",
			"\\usepackage[all]{hypcap} %リンクのジャンプ位置の調整",
			"\\usepackage{chngcntr} %カウンタ設定拡張",
			"\\usepackage{float} %[H]の使用",
			"\\usepackage{biblatex} %参考文献",
			"\\usepackage{multicol} %段組み",
			"\\usepackage{wallpapaer}",
            "",
			"%目次で第3レベルまで",
			"\\setcounter{tocdepth}{3}",
			"",
            "\\tcbuselibrary{skins}",
            "",
			"%セクションごとの番号付け",
			"\\counterwithin{figure}{section}",
			"\\counterwithin{equation}{section}",
			"\\counterwithin{table}{section}",
			"",
            "\\begin{document}",
            "",
            "\\title{$1}",
            "\\author{${2:1年13番 佐川奨馬}}",
            "\\date{${3:\\today}}",
            "\\maketitle",
            "",
            "$0",
            "",
            "\\end{document}"
        ],
        "description": "レポートのテンプレ"
    },
	"Roman_d": {
		"prefix": ["rmd;","d;","roman_d;"],
		"body": [
			"\\mathrm{d}"
		],
		"description": "積分用d"
	},
	"Quest": {
		"prefix": ["quest;","toi;","mondai;"],
		"body": [
			"\\subsection{}",
			"\\begin{itembox}[l]{問$1}",
			"$0",
			"\\end{itembox}",
			"",
			"\\noindent\\emph{解答}",
			""
		],
		"description": "学概論レポート用の囲み"
	},
	"Equation": {
		"prefix": ["eq;","equation;"],
		"body": [
			"\\begin{equation}",
			"  $0",
			"\\end{equation}"
		],
		"description": "単行数式"
	},
	"Align": {
		"prefix": ["al;","align;"],
		"body": [
			"\\begin{align}",
			"  $0",
			"\\end{align}"
		],
		"description": "複数行式"
	},
	"Frac": {
		"prefix": ["fr;","frac;","bunsuu;"],
		"body": [
			"\\frac{$1}{$2}"
		],
		"description": "分数式"
	},
	"Roman": {
		"prefix": ["rm;","mathrm;","roman;"],
		"body": [
			"\\mathrm{${1:$TM_SELECTED_TEXT}}"
		],
		"description": "ローマン体"
	},
	"Figure": {
		"prefix": ["fig;","pic;","pho;","ill;","zu;","gazou;","syasin;"],
		"body": [
			"\\begin{figure}[H]",
			"\\centering",
			"\\includegraphics[width=${1:0.8}\\textwidth]{${2:image_path}}",
			"\\caption{${3:ここにキャプションを記入}}",
			"\\label{fig:${4:ラベル}}",
			"\\end{figure}$0"
		],
		"description": "画像挿入"
	},
	"Table": {
		"prefix": ["tab;","hyou"],
		"body": [
		"\\begin{table}[H]",
		"\\centering",
		"\\caption{${1:ここにキャプションを記入}}",
		"\\label{tab:${2:ラベル}}",
		"\\begin{tabular}{${3:|c|c|c|}} # \"c\":中央, \"l\":左, \"r\":右, \"|\":罫線, \"(空白)\":罫線なし",
		"\\hline",
		"# 項目1 & 項目2 & 項目3 ...\\\\, \"\\hline\"で罫線",
		"$4 \\",
		"\\hline",
		"\\end{tabular}",
		"\\end{table}$0"
		],
		"description": "表挿入"
	},
	"Item": {
		"prefix": ["item;","kajougaki;","kajyogaki;","kajyougaki;","kajogaki"],
		"body": [
			"\\begin{itemize}",
			"  \\item $0",
			"\\end{itemize}"
		],
		"description": "箇条書き"
	},
	"Enum": {
		"prefix": "enum;",
		"body": [
			"\\begin{enumerate}",
			"  \\item $0",
			"\\end{enumerate}"
		],
		"description": "番号付きリスト"
	},
	"Not_equal": {
		"prefix": ["ne;","notequal;"],
		"body": [
			"\\ne"
		],
		"description": "ノットイコール"
	},
	"Equiv": {
		"prefix": ["equiv;","goudou;","teigi;"],
		"body": [
			"\\equiv"
		],
		"description": "合同"
	},
	"Equal_to_or_smaller_than": {
		"prefix": ["le;","equal_to_or_smaller_than;","syounari_equal;"],
		"body": [
			"\\le"
		],
		"description": "小なりイコール"
	},
	"Equal_to_or_greater_than": {
		"prefix": ["le;","equal_to_or_greater_than;","dainari_equal;"],
		"body": [
			"\\ge"
		],
		"description": "大なりイコール"
	},
	"Nearly_equal": {
		"prefix": ["nealy_equal_dot;","near_equal_dot;"],
		"body": [
			"\\fallingdotseq",
		],
		"description": "ニアリーイコール"
	},
	"Section": {
		"prefix": ["sec;","section;","sec1;"],
		"body": [
			"\\section{${1:$TM_SELECTED_TEXT}}",
			"\\label{sec1:$2}"
		],
		"description": "セクション"
	},
	"Subsection": {
		"prefix": ["ssec;","subsection;","sec2;"],
		"body": [
			"\\subsection{${1:$TM_SELECTED_TEXT}}",
			"\\label{sec2:$2}"
		],
		"description": "サブセクション"
	},
	"Subsubsection": {
		"prefix": ["sssec;","subsubsection;","sec3;"],
		"body": [
			"\\subsubsection{${1:$TM_SELECTED_TEXT}}",
			"\\label{sec3:$2}"
		],
		"description": "サブサブセクション"
	},
	"Paragraph": {
		"prefix": ["ssssec;","subsubsubsection;","sec4;","paragraph;"],
		"body": [
			"\\paragraph{${1:$TM_SELECTED_TEXT}}",
			"\\label{sec4:$2}"
		],
		"description": "パラグラフ"
	},
	"Subparagraph": {
		"prefix": ["sssssec;","subsubsubsubsection;","sec5;","subparagraph;"],
		"body": [
			"\\subparagraph{${1:$TM_SELECTED_TEXT}}",
			"\\label{sec5:$2}"
		],
		"description": "サブパラグラフ"
	},
	"Tablecontents": {
		"prefix": ["tablecontents;","mokuji;","index;","sakuin;"],
		"body": [
			"\\tableofcontents"
		],
		"description": "目次"
	},
	"In": {
		"prefix": ["in;","zokusuru;"],
		"body": [
			"\\in"
		],
		"description": "∈"
	},
	"Ni": {
		"prefix": ["ni;","hukumu;","fukumu;"],
		"body": [
			"\\ni"
		],
		"description": "∋"
	},
	"Subset": {
		"prefix": ["subset;","tiisanasyuugou;",],
		"body": [
			"\\subset"
		],
		"description": "⊂"
	},
	"Supset": {
		"prefix": ["supset;","ookinasyuugou;"],
		"body": [
			"\\supset"
		],
		"description": "⊃"
	},
	"Angle": {
		"prefix": ["angle;","kaku;"],
		"body": [
			"\\angle"
		],
		"description": "∠"
	},
	"Ang": {
		"prefix": ["ang;","do;"],
		"body": [
			"^\\circ"
		],
		"description": "o"
	},
	"Newline": {
		"prefix": ["newline;","kaigyou;"],
		"body": [
			"\\vskip\\baselineskip"
		],
		"description": "空白行"
	},
	"ForAll": {
		"prefix": ["forall;","subeteno;","ninino;","ninnino;","zensyou_kigou;","zenshou_kigou;"],
		"body": [
			"\\forall"
		],
		"description": "全称記号"
	},
	"Exists": {
		"prefix": ["exists;","aru;","sonzaisuru;","sonzai_kigou;","sonnzai_kigou;"],
		"body": [
			"\\exists"
		],
		"description": "存在記号"
	},
	"Wrapfigure": {
		"prefix": ["wfig;","wrapfig;","fig+;","zu+;","gazou+"],
		"body": [
			"\\begin{wrapfigure}{r}{0.5\\textwidth}",
			"    \\centering",
			"    \\includegraphics[width=0.95\\linewidth]{${1:image_path}}",
			"    \\caption{${2:ここにキャプションを記入}}",
			"    \\label{fig:$3}",
			"\\end{wrapfigure}"
		],
		"description": "本文中画像"
	},
	"Partial": {
		"prefix": ["p;","pa"],
		"body": [
			"\\partial "
		],
		"description": "本文中画像"
	}
}
