1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
2013-04-07, v1.4 rc3
* Misc:
- Update copyright notices.
- Minor fixes and improvements.
2013-03-30, v1.4 rc2
* Changes to package code:
- Use the internal hyperref support in ctex 1.02c+.
- Remove usage of etoolbox.
* Changes to documentation:
- Add hint for split sorting with biblatex.
* Misc:
- Minor improvements.
2013-01-10, v1.4 rc1
* Changes to documentation:
- Remove troublesome `hologo' package.
- chap3.tex: add notice about biblatex's `\bibname' issue.
- introduction.tex: update info about location of example source code.
* Misc:
- README: add not-intended-as-documentation notice.
2012-11-12, v1.4 beta3
* Misc:
- Fix incorrect CTAN support.
- utils/dist: Fix date conversion code again.
2012-10-11, v1.4 beta2
* Changes to package code:
- Adjust pkulogo/pkuword typesetting according to
<http://web5.pku.edu.cn/bs/images/cgzs/images1/13.png>
* Changes to documentation:
- Add (more) useful notices and hints.
- Bibliography sanitation.
* Misc:
- Add CTAN support.
- utils/bump: Improve date conversion code.
2012-05-31, v1.4 beta1
* Changes to documentation:
- Use `biber -l zh__pinyin'.
- Add notice for biber in the "compilation" section.
- Recommend users to use standalone TeXLive.
- Minor adjustment to documentation order.
* Misc:
- Minor fixes and improvements.
- Add QA test for biblatex-caspervector version.
- Remove spaces and tabs on blank lines, add related QA check.
2012-05-30, v1.4 alpha3
* API Changes:
- `[no]tocbibind' -> `[no]pdftoc', functionality reduced (see below).
- `[no]upcite' removed since biblatex supports it quite flexibly.
* Changes to package code:
- Remove uses of tocbibind because it crashes with biblatex.
* Changes to documentation:
- Use biblatex for bibliography formatting.
- Add instructions for natbib, remove instructions for natbib.
- (Re)add the FAQ section.
- Use more printer-friendly colours.
- Enhance `doc/Make.bat' with bat's `call'.
- Use the hologo package for TeX logos.
- Use tabs in `pkuthss.bib'.
- Update bib file for Casper's biblatex style.
- `thanks.tex' -> `acknowledge.tex'
- Use better determined format for .bib files.
* Misc:
- Split Makefile functionalities to executable in `utils/'.
- `maintcheck' -> `qa', `revbump' -> `bump'.
- Split encoding and line terminator stuffs to `enclt'.
- `dist' now automatically joins biblatex-caspervector files.
- Update find(1) usage.
- QA script updated.
- Use sed(1)'s `y' instead of python's `str.translate()' in `bump'.
- Add appropriate copyright notices.
- Add indentation modelines.
2012-05-12, v1.4 alpha2
* Changes to package code:
- Fix positioning of boxes on title page.
- Unify code that fill in blanks on the title page.
- Merge ctex-kit updates with minor modifications.
* Changes to documentation:
- Add indication for customising title page by modifying `pkuthss.cls'.
* Misc:
- Add `maintcheck' and `revbump' to root Makefile to ease automation.
2012-04-13, v1.4 alpha1
* API Changes:
- `[no]linkcolor' -> `[no]colorlinks'.
- `[no]pdfmeta' -> `[no]pdfprop'.
- `\setpdfmetadata' -> `\setpdfproperties'.
* Changes to package code:
- Simplify package code with `\@nameuse' and `\@namedef'.
- Use `µ¼\hspace{2em}ʦ£º' for title page and `µ¼Ê¦£º' for abstract.
* Changes to documentation:
- Fix typos: "Ä£°å" -> "Ä£°æ".
- Indicate that `texdoc' requires pkuthss be installed "regular"ly.
- Improve spacing details.
* Misc:
- Update copyright notices.
- Revise Makefiles.
# vim:ts=4:sw=4
|