Skip to content

Commit

Permalink
add support for Bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
YushunXiang committed Apr 14, 2024
1 parent efd480c commit 34e41c4
Show file tree
Hide file tree
Showing 7 changed files with 2,500 additions and 25 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.toc
*.xdv
*.synctex.gz
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This is a LaTeX template for undergraduate students at Northwestern Polytechnica
- Included pre-defined cover pages, acknowledgment, abstract, table of contents, and bibliography.
- Used UTF-8 encoding and the xeCJK package for better Chinese language support.
- Configured to conform to the requirements of [NPU's Undergraduate Thesis Guidelines (2023 edition)](https://jiaowu.nwpu.edu.cn/info/1164/8308.htm).
- Added support for BibTex

## Usage

Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- 包含预定义的封面、致谢、摘要、目录和参考文献。
- 使用 UTF-8 编码和 xeCJK 宏包以更好地支持中文。
- 完全符合[本科毕业设计指南(2023 版)](https://jiaowu.nwpu.edu.cn/info/1164/8308.htm)的要求。
- 添加了对BibTex引用方式的支持

## 使用方法

Expand Down
Loading

0 comments on commit 34e41c4

Please sign in to comment.