仅查看该错误信息中的 !Arithmetic overflow 行及其下方的一行,我猜测您以某种不太常规的方式使用了某种表格标记,程序认为需要创建一个没有列的表格,因此除以 0。
由于最后一行显示 \p,我猜测您在表格开始处不久后有一个 \p。l.505 表示它在您的 USFM 文件第 505 行附近遇到了错误,但有时它会出错。
Just looking at the the !Arithmetic overflow line of that error message and the one below, my guess is that you are using some kind of table markers in a slightly unusual way, and it thinks it needs to make a table with no columns, and thus divides by 0.
As the bottom line says \p, my guess would be that you have a \p soon after the start of a table. The l.505 says that it met the error somewhere near line 505 of your USFM file, but sometimes it gets it wrong.
机器翻译自 English