web: add /kripke

This commit is contained in:
2025-02-18 05:24:54 +09:00
parent 6d262460f2
commit 7a81594a86
5 changed files with 75 additions and 5 deletions

View File

@@ -79,11 +79,11 @@ export const unicodeSymbols: Symbols = {
};
export const latexSymbols: Symbols = {
top: "\\top",
bot: "\\bot",
box: "\\Box",
diamond: "\\Diamond",
not: "\\neg",
top: "\\top ",
bot: "\\bot ",
box: "\\Box ",
diamond: "\\Diamond ",
not: "\\neg ",
and: "\\land",
or: "\\lor",
to: "\\to",