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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
|
2001-07-19 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: version 3.11
* jadetex.dtx: patches for multiple columns from Jean-Marie Kubek
<kubek@insa-tlse.fr>
2001-07-13 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: version 3.10
* jadetex.dtx: changed \if#1{qqq} to \ifx#1\@qqq, stupid mistake
by me
2001-07-11 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: version 3.9
* jadetex.dtx: undefined page labels now "qqq" instead of -999,
because pages can now be non-numeric (eg "ii"), and the \ifnum
test could not work (from Ian Castle
<bb+lists.docbook-apps@looksystems.co.uk>)
2001-06-23 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: version 3.8
From: Richard Sharpe <sharpe@ns.aus.com>
small patch to ensure that there is no
ugly space before or after a Rule.
2001-06-22 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* version 3.7
* patches from Francis J. Lacoste
<francis.lacoste@Contre.COM>
* mlnames.sty: There seems to be a problem with certain tetex
installation where
the name francais isn't defined. Change it back to french which is
always supported.
*jadetex.dtx:
* Add a \noindent before the leaders so that they always work.
* Make margins specification compliant with the DSSSL semantics.
* Somewhat fixes the white space problem in the
footnotes. Inter-line and inter-paragraph spacing wasn't
working. This improves it a little bit, but
it's still not perfect.
* Fix a bug that prevent simple-page-sequence to be labelled (made
some table of content generation failed)
* It was possible for -999 page number to crept in the table of
content. Fixed.
* Implement inline graphic as per the DSSSL spec. Limited
implementation of layer property : object with layer > 1 overdraw
the text. This makes some superposition effects possible.
* Implement all possible rule (inline and display, horizontal and
vertical). Limited implementation of the layer property.
2001-03-28 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* version 3.4, 3.5, 3.6: fixing errors in macros related to
odd/even page setup
2001-02-01 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
version 3.3
* jadetex.dtx: make \Link look at \LinkType property
2001-01-18 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
Version 3.2
* jadetex.dtx: make a DisplayGroup set a link
2001-01-17 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: make twoside the default again (can still be turned off)
2001-01-10 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: remove Babel dependency, and pick up alternate code
from mlnames.sty (shared with PassiveTeX)
2001-01-09 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
* fix Norwegian language support (from Tore Morkemo <tore@bibsyst.no>)
* loads of patches from http://indev.insu.com/openjade/ ,
communicated by Thomas Andre Berger <thomasbe@osc.no> (not sure who
did the work).
* twoside optional characteristic
JadeTeX turns on the twoside LaTeX
feature by default. Make it optional by using an extension
characteristics (needs patched openjade)
* cell-*-row-margin support
JadeTeX support for the
cell-before-row-margin and cell-after-row-margin
wasn't working properly.
* Sequence in table support
JadeTeX wasn't handling sequence in table cells
properly. If you used a sequence to typeset a word in italic, the rest
of the cell was also typeset in italic.
* multipar removal
This patch removes the unused multipar macro from
JadeTex.
* Better table support
Those patches makes the support for tables in the TeX
backend a lot better (needs openjade patch too)
Support for nested tables.
cell-after-column-margin: and cell-before-column-margin:
wasn't really working.
Row spanning was broken. This patch only supports 'start
row alignment though.
Paragraphs in cell spanning multiple column are now working.
Support for the row-alignment: characteristic.
Support for cell-background? and background-color properties
* Trailing page bug fix
JadeTeX was always outputting an extra blank page.
This patch solves this problem.
* Support for 'asis and 'asis-wrap
Those patches adds support for the 'asis and
'asis-wrap values for the paragraph's lines:
characteristic.
* Support for 'background-color box's characteristic
This patch adds support for the 'background-color
characteristic of the box sosofo object.
* Support for more fonts with long name
This patch adds windows like alias for the fonts Monospace821,
Humanist521 and NewsGothic.
2000-06-20 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
* release 2.20
added special case of listitem-content-mode to allow element
labelling
(missed out changes 2.11 to 2.19 :-})
2000-04-14 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: added ifmmode test for 183 in dsssl.def.
\displaygroup now does setupics in a table cell
2000-03-26 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
* jadetex.dtx: fixes by Simon Pepping
a) to indentation after display math
b) to treatment of left and right in fences
c) to the way multiple columns are worked out
* monkeying around with tables, trying (not 100% successfully)
to solve the outstanding errors
* clean error in reading ucharacters.sty
* manually set up characters 32-126
1999-12-30 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
* jadetex.dtx: math mode should be display by default, not inline
(Matthias Clasen)
1999-12-17 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
RELEASE 2.10
* jadetex.dtx: used u*sty instead of u*tex
* note dependence on PassiveTeX package
1999-12-17 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
RELEASE 2.9
* jadetex.dtx: defined \Entity
1999-12-09 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
RELEASE 2.8
* jadetex.dtx: new entitiy scheme, and shared code with PassiveTeX
1999-11-25 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* jadetex.dtx: support for PageBalanceColumns (choose multicols*
and multicols)
1999-06-29 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
RELEASE 2.7
* jadetex.dtx: J.-M. Kubek (kubek@insa-tlse.fr) supplied patches
to support \HeadPar, for PDF bookmarks
1999-05-12 Sebastian Rahtz <sebastian.rahtz@oucs.ox.ac.uk>
RELEASE 2.6
* jadetex.dtx: removed \@begindocumenthook from \FOT. fouls up
pdftex. not even sure why it was there
1998-12-15 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: move read of jadetex.cfg to end of \FOT
Sun Oct 18 22:51:35 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* RELEASE 2.3 (maybe test only)
* jadetex.dtx: more vertical space changes. call \the\everypar at
end of Displaynic and start of endDisplayNIC. Desparation. forget
flags. forget conditional calls to useJadevskip. scream.
Sat Oct 17 15:09:41 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: an infinity of changes to get vertical space right
with much help from David Carlisle.
The algorithm now is
a) at start of DisplayGroup:
1. if flag set, use Jadeskip
2. set Jadeskip to computed above-space; set flag
b) at end of DisplayGroup, set Jadeskip to
computed below-space; set flag
c) at \everypar, use Jadeskip
d) at use Jadeskip, unset flag
this means that the Jadeskip space is replaced each time, and normally
activated by everypar, but it is also activated by hand when a new
display object starts; this makes \par\par\par have the right behaviour
Wed Oct 14 10:24:08 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: support for Score object added (for Lexis-Nexis).
Support for "page" value of \Keep characteristic (for Simon
Pepping) to keep displaygroup on same page (\vbox)
* corrected entity list, it was wrong. sigh.
* Release 2.2 for jadetex 1.2.1
* extensive changes and additions to the entity lists.
* make T3 optional
Sun Oct 04 22:32:35 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: moderately manic changes to honour KeepWithNext,
probably make no difference.
Mon Sep 28 14:41:04 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: rewrite test of previously defined hypertext
anchor, to avoid duplicates
* jadetex.dtx: various cleanups from Lassi A. Tuura <lat@iki.fi>
Sun Sep 27 23:27:15 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* jadetex.dtx: removed traces of CellCount
Sat Sep 12 14:24:09 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* Release 2.1
* jadetex.dtx: add version numbering and checking system (from
ideas by Matthias Clasen)
Thu Sep 10 22:25:25 1998 Sebastian Rahtz <s.rahtz@elsevier.co.uk>
* Release 1.06
* jadetex.dtx: merged in David Carlisle's mods needed for MathML
|