add \cat to deprecated
This commit is contained in:
parent
7fb785da07
commit
7f11a2bfe0
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ DEPRECATED = {
|
||||||
r'\st': r'^{\ast}',
|
r'\st': r'^{\ast}',
|
||||||
r'\Tens': r'\tensor',
|
r'\Tens': r'\tensor',
|
||||||
r'\ann': r'\Ann',
|
r'\ann': r'\Ann',
|
||||||
r'\Id': r'\id'
|
r'\Id': r'\id',
|
||||||
|
r'\cat': r'\mathcat'
|
||||||
}
|
}
|
||||||
|
|
||||||
UNICODE = {
|
UNICODE = {
|
||||||
|
|
Loading…
Reference in a new issue