Compare commits

..

No commits in common. "00c8e4e8c861aa8a90c546b3c6149e8c6fe801b5" and "d4050ad3bf5dbaf0121caa84cf59e6191f12aec1" have entirely different histories.

1 changed files with 5 additions and 10 deletions

View File

@ -104,27 +104,22 @@ ls.snippets = {
s("bb", {
t({ "\\textbf{" }),
i(1),
t({ "}"}),
t({ "} "}),
}),
s("tt", {
t({ "\\texttt{" }),
i(1),
t({ "}"}),
t({ "} "}),
}),
s("ii", {
t({ "\\textit{" }),
i(1),
t({ "}"}),
}),
s("uu", {
t({ "\\underline{" }),
i(1),
t({ "}"}),
t({ "} "}),
}),
s("fsc", {
t({ "\\textsc{" }),
t({ "\\fsc{" }),
i(1),
t({ "}"}),
t({ "} "}),
}),
},
}