latex的坑
1.latex中有输入德文、法文的处理办法
https://blog.csdn.net/runtuandme/article/details/102566301
https://tex.stackexchange.com/questions/57743/how-to-write-%C3%A4-and-other-umlauts-and-accented-letters-in-bibliography
|
2.file ended while scanning use of \@xdblarg
https://blog.csdn.net/yhl_leo/article/details/50435657
多半是因为}
丢失的原因(或者是多了个{
)。所以这个时候,请检查{ }
是否成对儿出现吧。如果在{ }
内使用%
注释文段,一定要注意末尾的}
是否被牵连进去。
我的问题是后面的}写成了中文的},这很有区别!但是在latex编辑器里看得不明显。