summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hepthesis/ChangeLog
blob: 7843f7d11e3671d8792051a5ee04f7aee7bc5e2b (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
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
2006-09-28  Andy Buckley  <andy@insectnation.org>

	* Updated date to today, ready for release 1.3.

2006-09-25  Andy Buckley  <andy@insectnation.org>

	* Updated example document to demonstrate the bold math in titles
	and sans-serif titles.

2006-09-21  Andy Buckley  <andy@insectnation.org>

	* Made frontmatter centered titles have \LARGE size rather than
	\Large.

	* Added \boldmath to the definition of \bfseries so that maths in
	titles etc. will automatically go bold. Thanks to Donald Arsenau
	for supplying this neat trick!

2006-09-18  Andy Buckley  <andy@insectnation.org>

	* Fixed a bug in the definition of \definethesis (argument #2 was
	never used).

	* Added sftitles option, using the sfheaders package and some
	changes to the hepthesis-specific sectioning commands. Updated
	documentation to reflect this.

2006-06-12  Andy Buckley  <andy@insectnation.org>

	* Updated the documentation to reflect the recent changes.

	* Removed some lingering \thesis-prefixed commands from the
	examples.

	* Aliased \maketitle to \titlepage{} (see below).

	* Changed behaviour of \titlepage slightly: the first argument
	will no longer be presented prefixed with "of" (so you should
	include "of\\ " in the argument if you want the original,
	non-internationalised behaviour). Also, the first argument is now
	optional, so should be wrapped with square brackets rather than
	curly braces. \thesistitlepage has been similarly updated.
	
	* Deprecated \definethesis command: it is now just a thin wrapper
	for \title and \author.

	* Added titling option to use the titling package if
	available. Otherwise, redefine \title and \author to save their
	arguments in \thetitle and \theauthor, as well as in \@title,
	\@author, so that they are available in the document body, in
	particular for building the title page.

2006-06-06  Andy Buckley  <andy@insectnation.org>

	* Prompted by a request from Claudia Strabel, the table, figure,
	figure* and sidewaysfigure environments now use standard [!htbp]
	placement specifiers.

2006-02-23  Andy Buckley  <andy@insectnation.org>

	* Ready for version 1.2 release (no changes since 2006-01-26 and
	no reported bugs from beta testing)

2006-01-26  Andy Buckley  <andy@insectnation.org>

	* Added appendices and colophon environments and updated the
	manual and example accordingly.

	* Changed mainmatter environment to a special comment so that it
	doesn't remove the section numbering until the backmatter starts:
	I don't understand what it is about \renewenvironment that was
	doing this.

	* Fixed typo in backmatter definition which made it treat the
	backmatter as mainmatter.

2005-12-13  Andy Buckley  <andy@insectnation.org>

	* Removed pdfpagemode=FullScreen option from hyperref. Maybe
	re-introduce this sort of thing via an option.

2005-12-09  Andy Buckley  <andy@insectnation.org>

	* Fixed typo ("latex" -> "pdflatex") in the documentation of how
	to use a Makefile to ease the PS/PDF conditional compilation
	issues.

	* Moved frontquote text up by 1.5 cm to balance the page a bit
	better. This is still quite A4-specific: maybe this should be
	specified in terms of \textheight?

	* Added dedication page command and added some \cleardoublepage
	and page style commands to the quote page command to ensure that
	it doesn't overlap with the contents pages.

2005-11-01  Andy Buckley  <andy@insectnation.org>

	* Hacked the example files into much better shape and updated the
	documentation to mention the new features and the pre-defined figure widths.

	* Added the "deprecated" typeout into the thesis-prefixed commands
	and environments.

	* Added a sidewaysfigure environment, which introduces a
	dependency on the rotating package. It's very standard, so I'm not
	bothered. Maybe add an option to disable the rotating dependency later...
	
	* Added the hide{front,back,frontback} options.

2005-09-26  Andy Buckley  <andy@insectnation.org>

	* Finished off the first version of the documentation. Example
	files could do with some work which I'm too lazy to do right now
	:-)

	* Added the \Chapter, \ChapterRef etc. commands from a personal
	style file.

2005-09-02  Andy Buckley  <andy@insectnation.org>

	* Changed \oddsidemargin and \evensidemargin settings to use the
	\@bindextramargin length.
	
	* Added bindnopdf option.
	
	* Started ChangeLog entries. Oops, I should have started a bit
	earlier, eh?