You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/notes/MathInput.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ const MQDir = {
13
13
14
14
constmathquillConfigOptions: MathFieldConfig={
15
15
spaceBehavesLikeTab: true,
16
-
autoCommands: 'sqrt nthroot pi tau theta langle rangle union intersection and or infinity infty int sum prod to implies iff equiv oplus neg not forall exists bar hat times text',
16
+
autoCommands: 'sqrt nthroot pi tau theta langle rangle union intersection and or infinity infty int sum prod to implies iff equiv oplus neg not forall exists bar hat times text lambda',
17
17
autoOperatorNames: 'log ln exp sin cos tan sec csc cot arcsin arccos arctan arcsec arccsc arccot sinh cosh tanh sech csch coth arcsinh arccosh arctanh arcsech arccsch arccoth lim Span Col Nul dim rank det adj',
0 commit comments