Skip to content

Commit d707758

Browse files
Add lambda commmand
1 parent 8e57032 commit d707758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/notes/MathInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const MQDir = {
1313

1414
const mathquillConfigOptions: MathFieldConfig = {
1515
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',
1717
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',
1818
};
1919

0 commit comments

Comments
 (0)