├── .gitignore ├── LICENSE ├── README.md ├── gb7714-2015.bbx ├── gb7714-2015.cbx ├── logo.pdf ├── main.pdf ├── main.tex ├── tongjithesis.bib └── tongjithesis.cls /.gitignore: -------------------------------------------------------------------------------- 1 | .texpadtmp 2 | _minted-main -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/README.md -------------------------------------------------------------------------------- /gb7714-2015.bbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/gb7714-2015.bbx -------------------------------------------------------------------------------- /gb7714-2015.cbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/gb7714-2015.cbx -------------------------------------------------------------------------------- /logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/logo.pdf -------------------------------------------------------------------------------- /main.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/main.pdf -------------------------------------------------------------------------------- /main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/main.tex -------------------------------------------------------------------------------- /tongjithesis.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/tongjithesis.bib -------------------------------------------------------------------------------- /tongjithesis.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SXKDZ/tongjithesis/HEAD/tongjithesis.cls --------------------------------------------------------------------------------