Skip to content

Commit ae02720

Browse files
authored
Merge pull request #119 from svitrol/main
fix: latex-syntax logic definition fixed \\operatorname{or} 'And' to …
2 parents ae56d5f + b37f077 commit ae02720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compute-engine/latex-syntax/dictionary/definitions-logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const DEFINITIONS_LOGIC: LatexDictionary = [
8181
{
8282
kind: 'infix',
8383
latexTrigger: '\\operatorname{or}',
84-
parse: 'And',
84+
parse: 'Or',
8585
precedence: 310,
8686
},
8787

0 commit comments

Comments
 (0)