You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
我的系统环境是Windows 10, 1803。
我发现你的Windows编译脚本有个小问题:
pdflatex .\%jobname%.texbibtex .\%jobname%.auxbibtex .\publications.auxpdflatex .\%jobname%.texpdflatex .\%jobname%.tex其中的
.\应该改为./才能够正常执行。