ustctug / ustcthesis

LaTeX template for USTC thesis
https://gradschool.ustc.edu.cn/column/65
LaTeX Project Public License v1.3c
1.63k stars 399 forks source link

引用bug #328

Closed lwt831 closed 2 years ago

lwt831 commented 2 years ago

编译环境

描述问题

引用文件(.bib)中如果人名字母上出现v则会编译报错:undefined control sequence. \V -> \ERROR

复现上述问题的代码: @article{Kavan2008, author = {Kavan, Ladislav and Collins, Steven and \v{Z}\'{a}ra, Ji\v{r}\'{\i} and O'Sullivan, Carol}, title = {Geometric Skinning with Approximate Dual Quaternion Blending}, year = {2008}, issue_date = {October 2008}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, volume = {27}, number = {4}, issn = {0730-0301}, url = {https://doi.org/10.1145/1409625.1409627}, doi = {10.1145/1409625.1409627}, journal = tog, month = {nov}, articleno = {105}, numpages = {23}, keywords = {dual quaternions, linear combinations, Skinning, rigid transformations, transformation blending} }

zepinglee commented 2 years ago

{\v Z}'ara, Ji{\v r}'{\i},参考 https://tex.stackexchange.com/a/432848/82731

lwt831 commented 2 years ago

好的,改成{\v Z}确实有效。