We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb81456 commit cc6730fCopy full SHA for cc6730f
LatexFrac.g4
@@ -149,11 +149,33 @@ SETNOTATION:
149
|'\\C'
150
|'\\in'
151
|'\\notin'
152
- |'\\ni'
153
- |'\\subset'
154
|'\\cup'
155
|'\\cap'
156
|'\\setminus'
+ |'\\exists'
+ |'\\rightarrow'
157
+ |'\\to'
158
+ |'\\nexists'
159
+ |'\\leftarrow'
160
+ |'\\forall'
161
+ |'\\mapsto'
162
+ |'\\neg'
163
+ |'\\implies'
164
+ |'\\subset'
165
+ |'\\impliedby'
166
+ |'\\supset'
167
+ |'\\Rightarrow'
168
+ |'\\leftrightarrow'
169
+ |'\\iff'
170
+ |'\\ni'
171
+ |'\\Leftrightarrow'
172
+ |'\\land'
173
+ |'\\top'
174
+ |'\\lor'
175
+ |'\\bot'
176
+ |'\\angle'
177
+ |'\\varnothing'
178
+ |'\\emptyset'
179
;
180
181
0 commit comments