Skip to content

Commit 6e6a0f4

Browse files
committed
Add replacement from \nombre to \numprint
1 parent 4dc5406 commit 6e6a0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/tex.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const REPLACE_TABLE = `
1717
\\domtableaucolor black
1818
\\domtableauwidth 1.25pt
1919
\\domtableaufill lightgray
20+
\\nombre \\numprint
2021
\\txtbox \\ovalnum`.trim().split('\n').map(line => line.split('\t'));
2122

2223
export function migrateTex(tex: string) {

0 commit comments

Comments
 (0)