Sometimes you decide to add .gitignore in your git project in the middle, and you need to remove some files.
You can use the following command:
git rm *.aux(or blg/bbl/swp...)
To build bibliography, you need to follow the following steps:
PDFLATEX->BIBTEX->PDFLATEX->PDFLATEX
No comments:
Post a Comment