We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc5406 commit 6e6a0f4Copy full SHA for 6e6a0f4
utils/tex.ts
@@ -17,6 +17,7 @@ const REPLACE_TABLE = `
17
\\domtableaucolor black
18
\\domtableauwidth 1.25pt
19
\\domtableaufill lightgray
20
+\\nombre \\numprint
21
\\txtbox \\ovalnum`.trim().split('\n').map(line => line.split('\t'));
22
23
export function migrateTex(tex: string) {
0 commit comments