├── .gitignore ├── .latexmkrc ├── README.md ├── references.bib ├── thesis.pdf └── thesis.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/.gitignore -------------------------------------------------------------------------------- /.latexmkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/.latexmkrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/README.md -------------------------------------------------------------------------------- /references.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/references.bib -------------------------------------------------------------------------------- /thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/thesis.pdf -------------------------------------------------------------------------------- /thesis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3s-rg/thesis-tips/HEAD/thesis.tex --------------------------------------------------------------------------------