├── .gitignore ├── LICENSE ├── README.md ├── fig-example.eps ├── gbt7714-author-year.bst ├── gbt7714-numerical.bst ├── gbt7714.sty ├── getpdf.bat ├── ieeetrNSFC.bst ├── myexample.bib ├── nsfc-temp.pdf ├── nsfc-temp.tex └── runpdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/README.md -------------------------------------------------------------------------------- /fig-example.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/fig-example.eps -------------------------------------------------------------------------------- /gbt7714-author-year.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/gbt7714-author-year.bst -------------------------------------------------------------------------------- /gbt7714-numerical.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/gbt7714-numerical.bst -------------------------------------------------------------------------------- /gbt7714.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/gbt7714.sty -------------------------------------------------------------------------------- /getpdf.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/getpdf.bat -------------------------------------------------------------------------------- /ieeetrNSFC.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/ieeetrNSFC.bst -------------------------------------------------------------------------------- /myexample.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/myexample.bib -------------------------------------------------------------------------------- /nsfc-temp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/nsfc-temp.pdf -------------------------------------------------------------------------------- /nsfc-temp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/nsfc-temp.tex -------------------------------------------------------------------------------- /runpdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruzim/NSFC-application-template-latex/HEAD/runpdf --------------------------------------------------------------------------------