├── .gitignore ├── LICENSE ├── README.md ├── gb-t-7714-2015-numeric.csl ├── images ├── Apple-Shenzhen.jpg └── bupt.png ├── main.typ ├── reference.bib ├── reference.yml └── template.typ /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/README.md -------------------------------------------------------------------------------- /gb-t-7714-2015-numeric.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/gb-t-7714-2015-numeric.csl -------------------------------------------------------------------------------- /images/Apple-Shenzhen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/images/Apple-Shenzhen.jpg -------------------------------------------------------------------------------- /images/bupt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/images/bupt.png -------------------------------------------------------------------------------- /main.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/main.typ -------------------------------------------------------------------------------- /reference.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/reference.bib -------------------------------------------------------------------------------- /reference.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/reference.yml -------------------------------------------------------------------------------- /template.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QQKdeGit/bupt-typst/HEAD/template.typ --------------------------------------------------------------------------------