mirror of
http://101.35.51.105:3000/congyu/Hakysidian.git
synced 2026-04-28 05:50:49 +08:00
add a workaround for mathrlap{/}{\backslash}
problems are not labeled in obsidian. so remove problem number
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
\newcommand{\argmax}{\operatorname{arg\,max}}
|
\newcommand{\argmax}{\operatorname{arg\,max}}
|
||||||
\newcommand{\del}{\setminus}
|
\newcommand{\del}{\setminus}
|
||||||
\newcommand{\con}{/}
|
\newcommand{\con}{/}
|
||||||
\newcommand{\minor}{\mathrlap{/}{\setminus}}
|
\newcommand{\minor}{\times}
|
||||||
\newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}
|
\newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor}
|
||||||
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
|
\newcommand{\ceil}[1]{\left\lceil #1 \right\rceil}
|
||||||
\newcommand{\set}[1]{\left\{ #1 \right\}}
|
\newcommand{\set}[1]{\left\{ #1 \right\}}
|
||||||
|
|||||||
+3
-3
@@ -68,7 +68,7 @@ incrementalBlock =
|
|||||||
"Definition",
|
"Definition",
|
||||||
"Example",
|
"Example",
|
||||||
"Lemma",
|
"Lemma",
|
||||||
"Problem",
|
-- "Problem",
|
||||||
"Proposition",
|
"Proposition",
|
||||||
"Corollary",
|
"Corollary",
|
||||||
"Observation",
|
"Observation",
|
||||||
@@ -78,14 +78,14 @@ incrementalBlock =
|
|||||||
"定义",
|
"定义",
|
||||||
"例",
|
"例",
|
||||||
"引理",
|
"引理",
|
||||||
"问题",
|
-- "问题",
|
||||||
"命题",
|
"命题",
|
||||||
"推论",
|
"推论",
|
||||||
"观察"
|
"观察"
|
||||||
]
|
]
|
||||||
|
|
||||||
otherBlock :: [Text]
|
otherBlock :: [Text]
|
||||||
otherBlock = ["Proof", "Remark", "证明", "备注"]
|
otherBlock = ["Problem", "Proof", "Remark", "问题", "证明", "备注"]
|
||||||
|
|
||||||
theoremClasses :: [Text]
|
theoremClasses :: [Text]
|
||||||
theoremClasses = incrementalBlock ++ otherBlock
|
theoremClasses = incrementalBlock ++ otherBlock
|
||||||
|
|||||||
Reference in New Issue
Block a user