├── .gitignore ├── GB-template.cls ├── GB-template.tex ├── LICENSE ├── README.md ├── adjustind.py ├── bibfile.bib ├── body ├── appendix.tex ├── basic-use.tex ├── preamble.tex └── test.tex ├── figures └── GB-LOGO.jpg ├── gb-idxstyle.mst ├── gbt7714-2005.bst ├── make.bat ├── texmf.cnf └── zhmakeindex.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/.gitignore -------------------------------------------------------------------------------- /GB-template.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/GB-template.cls -------------------------------------------------------------------------------- /GB-template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/GB-template.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/README.md -------------------------------------------------------------------------------- /adjustind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/adjustind.py -------------------------------------------------------------------------------- /bibfile.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/bibfile.bib -------------------------------------------------------------------------------- /body/appendix.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/body/appendix.tex -------------------------------------------------------------------------------- /body/basic-use.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/body/basic-use.tex -------------------------------------------------------------------------------- /body/preamble.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/body/preamble.tex -------------------------------------------------------------------------------- /body/test.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/body/test.tex -------------------------------------------------------------------------------- /figures/GB-LOGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/figures/GB-LOGO.jpg -------------------------------------------------------------------------------- /gb-idxstyle.mst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/gb-idxstyle.mst -------------------------------------------------------------------------------- /gbt7714-2005.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/gbt7714-2005.bst -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/make.bat -------------------------------------------------------------------------------- /texmf.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/texmf.cnf -------------------------------------------------------------------------------- /zhmakeindex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ybj2004/GB-Template/HEAD/zhmakeindex.exe --------------------------------------------------------------------------------