-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathdeluxetable.sty
More file actions
executable file
·560 lines (555 loc) · 15.9 KB
/
deluxetable.sty
File metadata and controls
executable file
·560 lines (555 loc) · 15.9 KB
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% deluxetable.sty: Standalone definitions of aastex's deluxetable.
%
% Credit: This file kindly provided by Alexey Vikhlinin.
%
% USAGE:
%
% 1. Put \usepackage{deluxetable} in the preamble of your document.
% 2. Copy this text to a local file called deluxetable.sty.
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]%
\ProvidesPackage{deluxetable}%
\def\pt@headfrac@ass@normalsize{.1}
\def\pt@headfrac@ass@footnotesize{.12}
\def\pt@headfrac@ass@scriptsize{.15}
\def\pt@notemin@normal{4.5}
\def\pt@notemin@footnote{4.5}
\def\pt@notemin@script{5}
\def\@to{to}%
\newcommand\nodata{ ~$\cdots$~ }%
\newcommand\ulap[1]{\vbox\@to\z@{{\vss#1}}}%
\newcommand\dlap[1]{\vbox\@to\z@{{#1\vss}}}%
\newcommand\let@environment[2]{%
\expandafter\let
\csname#1\expandafter\endcsname\csname#2\endcsname
\expandafter\let
\csname end#1\expandafter\endcsname\csname end#2\endcsname
}%
\def\substitute@command#1#2{%
\ClassWarning{aastex}{%
Command \protect#1\space is deprecated in aastex.
Using \protect#2\space instead (please fix your document).
}%
#2%
}%
\def\remove@command#1{%
\ClassWarning{aastex}{%
Command \protect#1\space is deprecated in aastex.
Please remove it from your document%
}%
}%
\def\@provide#1{%Implicit #2
\@ifxundefined#1{\def#1}{\def\@tempa}%
}%
\def\prepdef#1#2{%
\@ifxundefined#1{\toks@{}}{\toks@\expandafter{#1}}%
\toks@ii{#2}%
\edef#1{\the\toks@ii\the\toks@}%
}%
\def\appdef#1#2{%
\@ifxundefined#1{\toks@{}}{\toks@\expandafter{#1}}%
\toks@ii{#2}%
\edef#1{\the\toks@\the\toks@ii}%
}%
\def\appgdef#1#2{%
\@ifxundefined#1{\toks@{}}{\toks@\expandafter{#1}}%
\toks@ii{#2}%
\xdef#1{\the\toks@\the\toks@ii}%
}%
\toksdef\toks@ii=\tw@
\long\def\@ifxundefined#1{\@ifx{\undefined#1}}%
\def\@boolean#1#2{%
\long\def#1{%
#2% \if<something>
\expandafter\boolean@true
\else
\expandafter\boolean@false
\fi
}%
}%
\def\@boole@def#1#{\@boolean{#1}}% Implicit #2
\@boole@def\@ifx#1{\ifx#1}%
\@boole@def\@ifx@empty#1{\ifx\@empty#1}%
\@boole@def\@ifnum#1{\ifnum#1}%
\@boole@def\@ifdim#1{\ifdim#1}%
\@boole@def\@ifvoid#1{\ifvoid#1}%
\long\def\boolean@true#1#2{#1}%
\long\def\boolean@false#1#2{#2}%
\newskip\tnotemarkskip
\tnotemarkskip7pt
\newdimen\@abovenoteskip%
\newcommand\tablenotemark[1]{%
\rlap{$^{\mathrm #1}$}\hskip\tnotemarkskip\ignorespaces% Fixed: the space after notemark
}%
\def\@tablenotetext#1#2{%
\vspace{.5ex}%
{\noindent\llap{$^{#1}$}#2\par}%
}%
\def\@tablenotes#1{%
\par
\vspace{4.5ex}\footnoterule\vspace{.5ex}%
{\footnotesize#1}%
}%
\def\@tablenotes@pptt#1{%
\par
\vspace{3.2ex}\footnoterule\vspace{.4ex}%
{\footnotesize#1}%
}%
\AtBeginDocument{%
\let\tblnote@list\@empty
}%
\newcommand\tablenotetext[2]{\ifdim\@abovenoteskip=0pt\global\@abovenoteskip=20pt\fi%
\appgdef\tblnote@list{\hsize\pt@width\leftskip\z@\rightskip\z@%
\@tablenotetext{#1}{\parfillskip\z@ plus1fil#2\endgraf}}%
}%
\def\spew@tblnotes{%
\@ifx@empty\tblnote@list{}{%
\@tablenotes{\tblnote@list}%
\global\let\tblnote@list\@empty
}%
}%
\prepdef\endtable{\spew@tblnotes}%
\expandafter\prepdef\csname endtable*\endcsname{\spew@tblnotes}%
\let\tableline=\hline
\long\def\@makecaption#1#2{\vskip 2ex\noindent#1\ #2\par}%
\newcommand\tablenum[1]{%
\def\thetable{#1}%
\let\@currentlabel\thetable
\addtocounter{table}{\m@ne}%
}%
\newcommand\dummytable{\refstepcounter{table}}%
\newbox\pt@box
\newdimen\pt@width
\newcount\pt@line
\newcount\pt@column
\newcount\pt@nlines
\newcount\pt@ncol
\newcount\pt@page
\newcommand\colhead[1]{\multicolumn{1}{c}{#1}\pt@addcol}%
\gdef\pt@footnotesize{\string\footnotesize}
\gdef\pt@scriptsize{\string\scriptsize}
\newcommand\tabletypesize[1]{\def\pt@typesize{#1}\gdef\@typesize{\string#1}
\ifx\@typesize\pt@footnotesize
\def\pt@headfrac{\pt@headfrac@ass@footnotesize}
\else
\ifx\@typesize\pt@scriptsize
\def\pt@headfrac{\pt@headfrac@ass@scriptsize}
\else
\def\pt@headfrac{\pt@headfrac@ass@normalsize}%
\fi
\fi
}% Access to different type sizes in deluxetable
\def\pt@typesize{}%
\newcommand\tablecolumns[1]{%
\pt@column=#1\relax%
\pt@ncol=#1\relax%
\global\let\pt@addcol\@empty%
}%
\newcommand\tablecaption[1]{\gdef\pt@caption{\tnotemarkskip8pt#1}}%Fixed: space after mark
\newcommand\tablehead[1]{%
\gdef\pt@head{%
\hline\hline
\relax\\[-1.7ex]%
#1\hskip\tabcolsep
\\[.7ex]%
\hline
\relax\\[-1.5ex]%
}%
}%
\def\tablehead@aj#1{%
\gdef\pt@head{%
#1\hskip\tabcolsep
\\[.7ex]%
\hline
\relax\\[-1.5ex]%
}%
}%
\newif\if@pt@rot
\newcommand\rotate{\@pt@rottrue}%
\newcommand\tabletail[1]{\gdef\pt@tail{#1}}%
\newcommand\tablewidth[1]{\pt@width=#1\relax}%
\newcommand\tableheadfrac[1]{\gdef\pt@headfrac{#1}}%
\AtBeginDocument{%
\let\pt@caption\@empty%
\let\pt@head\@empty%
\let\pt@tail\@empty%
\pt@width\textwidth%
%\def\pt@headfrac{.1}%
\def\pt@headfrac{\pt@headfrac@ass@normalsize}% initialize typesize to consider
}% % while calculating rows
\newdimen\tabbaseskip%
\def\pt@calcnlines{%
\begingroup%
\if@pt@rot\textheight\textwidth\fi% rotate tables
\pt@typesize% Type sizes in deluxetable
\@tempdima\pt@headfrac\textheight
\@tempdimb\textheight\advance\@tempdimb by-\@tempdima
\@tempdima\arraystretch\baselineskip
\global\tabbaseskip\baselineskip
\divide\@tempdimb by\@tempdima
\global\pt@nlines\@tempdimb
\endgroup
}%
\def\pt@tabacol{%
\edef\@preamble{\@preamble\hskip\tabcolsep\tabskip\fill}%
}%
\newdimen\pt@tmpcapwidth
\long\def\@makecaption@plano#1#2{%
\@ifdim{\pt@width>\z@}{%
\pt@tmpcapwidth\pt@width
}{%
\pt@tmpcapwidth\hsize
}%
\parbox{\pt@tmpcapwidth}{%
\@make@caption@text{#1}{#2}%
}%
\endcenter
}%
\def\fnum@ptable{Table \thetable}%
\def\fnum@ptablecont{Table \thetable---{\rmfamily Continued}}%
\long\def\@make@caption@text#1#2{%
\center\rmfamily#1.\quad#2\endcenter
}%
\long\def\@makecaption@plano@cont#1#2{%
\center\rmfamily#1\endcenter
\vskip 2.5ex
}%
\def\fnum@ptablecont@pptt{Table \thetable---{\itshape Continued}}%
\long\def\@make@caption@text@pptt#1#2{%
\center\sc#1\\[.5ex]#2\endcenter
}%
\long\def\@makecaption@plano@cont@pptt#1#2{%
\center\sc#1\endcenter
\vskip 1.5ex
}%
\def\fnum@ptable@apj{TABLE \thetable}%
\def\fnum@ptablecont@apj{TABLE \thetable---{\itshape Continued}}%
\long\def\@make@caption@text@apj#1#2{%
\center\Large\sc#1\\[.5ex]#2\endcenter
}%
\long\def\@makecaption@plano@cont@apj#1#2{%
\center\Large\sc#1\endcenter
\vskip 1.5ex
}%
\def\fnum@ptable@aj{Table \thetable.}%
\def\fnum@ptablecont@aj{Table \thetable.\space{\rmfamily (continued)}}%
\long\def\@make@caption@text@aj#1#2{%
\center\large{\sc#1}\space#2\endcenter
}%
\long\def\@makecaption@plano@cont@aj#1#2{%
\center\large{\sc#1}\endcenter
\vskip 1.5ex
}%
\newbox\spew@tblnotesbox%
\newbox\restof@tblnotesbox%
\global\newdimen\noteheight%
\global\newdimen\pt@tabnoteminht%
\global\pt@tabnoteminht=0pt%
\newenvironment{deluxetable}[1]{%
\maketitle
\def\pt@format{\string#1}%
\let\@acol\pt@tabacol%
\let\@tabularcr\@ptabularcr%
\let\@tablenotetext\@ptablenotetext%
\let\@tablenotes\@ptablenotes%
\global\pt@ncol\z@%
\global\pt@column\z@%
\global\pt@page\@ne%
\gdef\pt@addcol{\global\advance\pt@ncol\@ne}%
\if@pt@rot\leavevmode\fi%
}{%
\ifx\@typesize\pt@footnotesize%%% considering the table typesize in calculation
\global\pt@tabnoteminht=\pt@notemin@footnote\baselineskip
\else
\ifx\@typesize\pt@scriptsize
\global\pt@tabnoteminht=\pt@notemin@script\baselineskip
\else
\global\pt@tabnoteminht=\pt@notemin@normal\baselineskip
\fi
\fi
\global\advance\pt@tabnoteminht-\@abovenoteskip
\global\@abovenoteskip=0pt
\setbox\spew@tblnotesbox\vbox{\spew@tblnotes}%
%%
%% Finding the available space for tablenotes in current page
\if@pt@rot\global\noteheight\textwidth\else\global\noteheight\textheight\fi%
\global\advance\noteheight-\ht\captionbox%
\global\advance\noteheight-\pt@line\tabbaseskip
\if@twocolumn %% tables in preprint2 style
\ifx\@typesize\pt@scriptsize
\global\advance\noteheight-6\baselineskip%
\else
\global\advance\noteheight-3\baselineskip%
\fi
\else
\global\advance\noteheight-2\baselineskip%
\fi
%%
%% Print the maximum lines of notes below table within current page
\ifdim\noteheight<\pt@tabnoteminht% if not possible to keep the minimum two lines
\global\noteheight=0pt% % the whole notes move to next page.
\global\setbox\restof@tblnotesbox\vbox{\unvbox\spew@tblnotesbox}%
\else
%%
%% if possible two lines, check the length of notes
\ifdim\ht\spew@tblnotesbox>\noteheight%
% Print maximum notes in available space and store the remaining part
\hbox\@to\hsize{\hfil\vsplit\spew@tblnotesbox to \noteheight\hfil}%
\global\setbox\restof@tblnotesbox\vbox{\unvbox\spew@tblnotesbox}%
\else%
% Print the whole notes in current page.
\vbox{\hbox\@to\hsize{\hfil\box\spew@tblnotesbox\hfil}}%
\fi
\fi
\typeout@deluxetable%
\endcenter%
\end@plano@float%
%%
%% Print the remaining tablenotes into new page(s).
%% print each page until the remaining box empty.
\loop\ifvoid\restof@tblnotesbox\else%
\clearpage
%%
%% check whether the remaining box is a full/partial page
\ifdim\ht\restof@tblnotesbox<\if@pt@rot\hsize\else\vsize\fi%
\vbox to \textheight{\if@pt@rot\vfill\fi\hbox to \textwidth{\if@pt@rot\else\hfil\fi
\if@pt@rot\rotatebox{90}{\box\restof@tblnotesbox}
\else{\box\restof@tblnotesbox}\fi\hfil}\vfill}%
\else%
\vbox to \textheight{\vfill\hbox to \textwidth{\hfil%
\if@pt@rot\rotatebox{90}{\vsplit\restof@tblnotesbox to \textwidth}
\else{\vsplit\restof@tblnotesbox to \textheight}\fi\hfil}\vfill}%
\fi%
\clearpage
\repeat%
\addtocounter{table}{\m@ne}%
\tabletypesize{\normalsize}%
}%
\let@environment{planotable}{deluxetable}%
\def\@plano@float{% Invoked by \startdata
\begingroup%
\if@pt@rot\columnwidth\textheight\fi% Deluxetable table \rotate
\@plano@float@{table}%
}%
\def\end@plano@float{% S/B invoked by \enddata; instead by \enddeluxetable
\end@plano@float@\endgroup}%
\def\@plano@float@{\@float}% Extra layer of abstraction for float processing
\def\end@plano@float@{%
\end@float}%
\newdimen\firsttabskip
\firsttabskip-\hsize
\appdef\@endfloatbox{%
\if@pt@rot
\global\setbox\@currbox\vbox{\hskip\firsttabskip\global\firsttabskip\z@%
\rotatebox{90}{\box\@currbox}}\else\global\firsttabskip\z@\fi%
}%
\def\typeout@deluxetable@mss{%
\typeout{%
Table \thetable\space has been set to width \the\pt@width
}%
}%
\def\typeout@deluxetable@ppt{%
\typeout{%
Page \the\pt@page \space of table \thetable\space has been set to
width \the\pt@width\space with \the\pt@nlines\space lines per page
}%
}%
\let\typeout@deluxetable\typeout@deluxetable@mss
\newcommand\startdata{%
\pt@calcnlines
\@ifdim{\pt@width>\z@}{%
\def\@halignto{\@to\pt@width}%
}{%
\def\@halignto{}%
}%
\let\fnum@table=\fnum@ptable
\let\@makecaption\@makecaption@plano
\global\pt@line\z@
\start@pt@tabular
\after@startdata
}%
\global\newbox\captionbox
\def\start@pt@tabular{\par%
\@plano@float
\center
\expandafter\caption\expandafter{\pt@caption}%
\global\setbox\captionbox\vbox{\expandafter\caption\expandafter{\pt@caption}}
\pt@typesize% Type sizes in deluxetable
\expandafter\@tabular\expandafter{\pt@format}%
}%
\def\set@pt@box#1{\setbox\pt@box}%
\def\after@startdata{\pt@head}%
\def\after@startdata@aj{\hline\hline\relax\\[-1.7ex]\pt@head}%
\def\enddata{%
\crcr
\noalign{\vskip .7ex}%
\before@enddata%
\endtabular%
\setbox\pt@box\lastbox%
\pt@width\wd\pt@box
\hbox \@to \hsize{\hfil\box\pt@box\hfil}%
\ignorespaces}%
\def\before@enddata{\hline}%
\def\before@enddata@aj{\hline\hline}%
\def\nl{\substitute@command\nl\\}%
\def\nextline{\substitute@command\nextline\\}%
\def\@ptabularcr{%
{\ifnum0=`}\fi % A klootch just in case the next token is & or \cr
\@ifstar{%
\@testopt{\@argptabularcr\@empty}\z@skip%
}{%
\@testopt{\@argptabularcr\ptable@@split}\z@skip%
}%
}%
\newdimen\pt@reduceline
\newdimen\extra@vspace
\extra@vspace\z@
\def\@xargptarraycr#1{\@tempdima #1%
\global\advance\extra@vspace\@tempdima% % adding the optional spaces
\advance\@tempdima\dp \@arstrutbox%
\vrule \@height\z@ \@depth\@tempdima \@width\z@%
\global\pt@reduceline\arraystretch\tabbaseskip% total lines to be reduced
\@whilenum\pt@reduceline<\extra@vspace% % reducing the excess lines%
\do{%
\global\advance\extra@vspace-\pt@reduceline%
\global\advance\pt@line1
}%
\cr}%
\def\@argptabularcr#1[#2]{%
\ifnum0=`{\fi}% To undo the effect of the klootch.
\@ifdim{#2>\z@}{%
\unskip\@xargptarraycr{#2}%
}{%
\@yargarraycr{#2}%
}\ptable@split#1%
}%
\def\ptable@split#1{%
\noalign{%
\global\advance\pt@line\@ne%
\@ifnum{\pt@line<\pt@nlines}{}{%
\aftergroup#1%
}%
}%
}%
\def\ptable@@split{%
\before@suspendpt%
\endtabular%
\setbox\pt@box\lastbox%
\pt@width\wd\pt@box\box\pt@box%
\typeout@pt@nl%
\global\advance\pt@page\@ne%
\endcenter%
\end@plano@float%
\clearpage
\global\extra@vspace\z@
\addtocounter{table}{-2}%
\let\fnum@table=\fnum@ptablecont%
\let\@makecaption\@makecaption@plano@cont%
\global\pt@ncol=\pt@column% Either 0 or value of \tablecolumns
\global\pt@line\z@%
\start@pt@tabular%
\before@resumept%
\pt@head%
}%
\def\before@suspendpt{}%
\def\before@resumept{}%
\def\before@suspendpt@aj{\@tabularcr\noalign{\vskip .7ex}\hline}%
\def\before@resumept@aj{\hline\relax\@tabularcr[-1.7ex]}%
\def\typeout@pt@nl@ppt{%
\typeout{%
Page \the\pt@page\space of table \thetable\space has been set to
width \the\pt@width
}%
}%
\def\typeout@pt@nl@mss{%
\typeout{%
Page \the\pt@page\space of table \thetable\space has been set to
width \the\pt@width\space with \the\pt@nlines\space lines per page
}%
}%
\def\typeout@pt@nl@aj{%
\typeout{%
Table \thetable\space has been set to
width \the\pt@width\space with \the\pt@nlines\space lines per page
}%
}%
\let\typeout@pt@nl\typeout@pt@nl@mss
\newcommand\tablevspace[1]{\substitute@command\tablevspace\\[#1]}%
%\newcommand\tablebreak{\cr\ptable@@split}%\\{\cr\ptable@@split}%
\newcommand\cutinhead[1]{%
\noalign{\vskip 1.5ex}%
\hline
\@ptabularcr
\noalign{\vskip -4ex}%
\multicolumn{\pt@ncol}{c}{#1}%
\@ptabularcr
\noalign{\vskip .8ex}%
\hline
\@ptabularcr
\noalign{\vskip -2ex}%
}%
\def\cutinhead@ppt#1{%
\noalign{\vskip 1.5ex}%
\hline
\@ptabularcr
\noalign{\vskip -2ex}% Style Note: in apj, it is -1.5ex
\multicolumn{\pt@ncol}{c}{#1}%
\@ptabularcr
\noalign{\vskip .8ex}%
\hline
\@ptabularcr
\noalign{\vskip -2ex}%
}%
\newcommand\sidehead[1]{%
\noalign{\vskip 1.5ex}%
\multicolumn{\pt@ncol}{@{\hskip\z@}l}{#1}%
\@ptabularcr
\noalign{\vskip .5ex}%
}%
\def\@ptablenotetext#1#2{%
\vspace{0ex}% Style Note: in ppt, it is gone
{%\parbox{\pt@width}%
{\hskip1em$^{\mathrm#1}$#2}\par}%
}%
\def\@ptablenotes#1{%
\par
\vspace{2ex}%
{\setlength\parskip{1.5ex}#1}%
}%
\def\@ptablenotes@apj#1{%
\par
\vspace{2ex}%
{#1}%
}%
\newcommand\tablerefs[1]{\ifdim\@abovenoteskip=0pt\global\@abovenoteskip=10pt\fi
\appgdef\tblnote@list{\hsize\pt@width\leftskip\z@\rightskip\z@%
\@tableref{\parfillskip\z@ plus1fil#1\endgraf}}}%
\def\@tableref#1{%
\par
\vspace*{3ex}%
{%\parbox{\pt@width} %%%%
{\hskip1em\rmfamily References. --- #1}\par}%
}%
\newcommand\tablecomments[1]{\ifdim\@abovenoteskip=0pt\global\@abovenoteskip=10pt\fi
\appgdef\tblnote@list{\hsize\pt@width\leftskip\z@\rightskip\z@%
\@tablecom{\parfillskip\z@ plus1fil#1\endgraf}}}%
\def\@tablecom#1{%
\par
\vspace*{3ex}%
{%\parbox{\pt@width} %%%
{\hskip1em\rmfamily Note. --- #1}\par}%
}%
\def\@tableref@pptt#1{%
\par
\vspace*{3ex}%
{%\parbox{\pt@width} %%%
{\hskip1em{\sc References.---}#1}\par}%
}%
\def\@tablecom@pptt#1{%
\vspace*{3ex}{%
\parbox{\pt@width}{\hskip1em{\sc Note.---}#1}\par}%
}%
\endinput
%%
%% ................................... End of file `deluxetable.sty'.