├── LICENSE ├── NUDT硕士博士论文模版说明.docx ├── a3cover ├── a3cover.tex ├── makecover.bat ├── makefile └── spine.tex ├── bookzh.sty ├── bstutf8.bst ├── data ├── abstract.tex ├── ack.tex ├── appendix01.tex ├── chap01.tex ├── chap02.tex ├── denotation.tex ├── resume.tex └── reviewinfo.tex ├── figures ├── hello.pdf ├── picmain.pdf ├── typography.pdf ├── xh.png └── xhh.eps ├── mynudt.sty ├── nomencl.ist ├── nudtpaper.cfg ├── nudtpaper.cls ├── nudtpaper.dtx ├── nudtpaper.ins ├── nudtx.sty ├── readme.md ├── ref └── refs.bib ├── slashbox.sty ├── svgreek.sty ├── thesis.tex ├── thesis_blind.tex └── word ├── 附1 有关说明(必读).doc └── 附2 博士学位论文模版.doc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/LICENSE -------------------------------------------------------------------------------- /NUDT硕士博士论文模版说明.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/NUDT硕士博士论文模版说明.docx -------------------------------------------------------------------------------- /a3cover/a3cover.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/a3cover/a3cover.tex -------------------------------------------------------------------------------- /a3cover/makecover.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/a3cover/makecover.bat -------------------------------------------------------------------------------- /a3cover/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/a3cover/makefile -------------------------------------------------------------------------------- /a3cover/spine.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/a3cover/spine.tex -------------------------------------------------------------------------------- /bookzh.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/bookzh.sty -------------------------------------------------------------------------------- /bstutf8.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/bstutf8.bst -------------------------------------------------------------------------------- /data/abstract.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/abstract.tex -------------------------------------------------------------------------------- /data/ack.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/ack.tex -------------------------------------------------------------------------------- /data/appendix01.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/appendix01.tex -------------------------------------------------------------------------------- /data/chap01.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/chap01.tex -------------------------------------------------------------------------------- /data/chap02.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/chap02.tex -------------------------------------------------------------------------------- /data/denotation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/denotation.tex -------------------------------------------------------------------------------- /data/resume.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/resume.tex -------------------------------------------------------------------------------- /data/reviewinfo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/data/reviewinfo.tex -------------------------------------------------------------------------------- /figures/hello.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/figures/hello.pdf -------------------------------------------------------------------------------- /figures/picmain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/figures/picmain.pdf -------------------------------------------------------------------------------- /figures/typography.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/figures/typography.pdf -------------------------------------------------------------------------------- /figures/xh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/figures/xh.png -------------------------------------------------------------------------------- /figures/xhh.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/figures/xhh.eps -------------------------------------------------------------------------------- /mynudt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/mynudt.sty -------------------------------------------------------------------------------- /nomencl.ist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nomencl.ist -------------------------------------------------------------------------------- /nudtpaper.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nudtpaper.cfg -------------------------------------------------------------------------------- /nudtpaper.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nudtpaper.cls -------------------------------------------------------------------------------- /nudtpaper.dtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nudtpaper.dtx -------------------------------------------------------------------------------- /nudtpaper.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nudtpaper.ins -------------------------------------------------------------------------------- /nudtx.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/nudtx.sty -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/readme.md -------------------------------------------------------------------------------- /ref/refs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/ref/refs.bib -------------------------------------------------------------------------------- /slashbox.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/slashbox.sty -------------------------------------------------------------------------------- /svgreek.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/svgreek.sty -------------------------------------------------------------------------------- /thesis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/thesis.tex -------------------------------------------------------------------------------- /thesis_blind.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/thesis_blind.tex -------------------------------------------------------------------------------- /word/附1 有关说明(必读).doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/word/附1 有关说明(必读).doc -------------------------------------------------------------------------------- /word/附2 博士学位论文模版.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomHeaven/nudt_thesis/HEAD/word/附2 博士学位论文模版.doc --------------------------------------------------------------------------------