SAN
SAN copied to clipboard
How to handle unknow latex keyword (syntax) in gen_hybrid_data.py
I convert latex to label but get error because some keyword not handle in code. Such as: \mbox,... In case double { get same error:
\sqrt { { o - \mbox { L } } }
How to fix this problem. Thanks.