Skip to content

Commit e737e5e

Browse files
committed
Welcome to version 1.0.
0 parents  commit e737e5e

21 files changed

+5794
-0
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Ignore Latex temporary file, build result,
2+
## and other generated files.
3+
# Latex temporary file.
4+
*.aux
5+
*.bbl
6+
*.blg
7+
*.idx
8+
*.ind
9+
*.lof
10+
*.lot
11+
*.out
12+
*.toc
13+
*.acn
14+
*.acr
15+
*.alg
16+
*.glg
17+
*.glo
18+
*.gls
19+
*.ist
20+
*.fls
21+
*.log
22+
*.fdb_latexm
23+
*.synctex.gz
24+
25+
# Latex build results.
26+
*-converted-to.pdf
27+
28+
## User-specific files
29+
# Latex style files.
30+
# [Tt]ex[Ss]tyle/
31+
# [Ss]tyle/
32+
33+
# Backup files.
34+
[Bb]ack[Uu]p/
35+
*.back
36+
*.bak
37+
*.*~

GBT7714-2005.bst

Lines changed: 1956 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)