blob: 0b90cfa061be20150422b57ca5f48fa2f2bc1db1 (
plain)
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
|
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
|