Tips
This is a list of some general tips related to various subjects that I have found to be extremely useful over the years. The lists serves the main purpose of a reminder to myself. git related Don’t ever save built files like PDFs in git history, if all requirements for building them are already saved. This increases the storages in the long run. VSCode for LaTeX document compilation Customize syncTex commands to have 1) PDF –> cursor work on double click, 2) cursor and PDF to scroll to label location upon click,...