├── HNU_DoctoralThesis_Latex ├── Doctoral-thesis.pdf ├── Doctoral-thesis.tex ├── MyLibrary.bib ├── SimHei.ttf ├── SimSun.ttf ├── chapters │ ├── abstract.tex │ ├── acknowledgements.tex │ ├── ch1.tex │ ├── example.tex │ ├── prematter.tex │ ├── projects.tex │ ├── publications.tex │ └── summary.tex ├── figures │ └── hnu-logo.png ├── hnuthesis.cls └── newnumerical.bst └── README.md /HNU_DoctoralThesis_Latex/Doctoral-thesis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/Doctoral-thesis.pdf -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/Doctoral-thesis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/Doctoral-thesis.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/MyLibrary.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/MyLibrary.bib -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/SimHei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/SimHei.ttf -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/SimSun.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/SimSun.ttf -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/abstract.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/acknowledgements.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/ch1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/ch1.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/example.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/example.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/prematter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/prematter.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/projects.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/projects.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/publications.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/publications.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/chapters/summary.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/chapters/summary.tex -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/figures/hnu-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/figures/hnu-logo.png -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/hnuthesis.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/hnuthesis.cls -------------------------------------------------------------------------------- /HNU_DoctoralThesis_Latex/newnumerical.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/HNU_DoctoralThesis_Latex/newnumerical.bst -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jeffrey28/HNU_DoctoralThesis_Latex/HEAD/README.md --------------------------------------------------------------------------------