Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的项目使用 GitHub 存储库。我正在使用的 GUI 是 SmartGit,我将有一个脚本,在提交并将其拉到远程代表之前,使用 aspell 验证它是否正确。现在我必须每次都这样做
aspell --mode=tex --lang=it check Namefile.tex
有没有办法自动化这个?
谢谢