Tuesday, November 4, 2014

Git Remove and Latex Bibliography

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