-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-tables.tex
407 lines (388 loc) · 11.5 KB
/
demo-tables.tex
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
%
% demo-tables.tex 2009-09-29 Mark Senn http://engineering.purdue.edu/~mark
%
% Demonstrate how to do tables.
%
\chapter{Demonstrate Tables}
\begin{tabular}{ll}
\bf Label& \bf Number\\
ta:text-only& \ref{ta:text-only}\\
ta:fruit& \ref{ta:fruit}
\end{tabular}
\newlength{\ta}
\newlength{\tb}
\newlength{\tc}
\settowidth{\ta}{\vbox{\hbox{Money}\hbox{Market}}}
\settowidth{\tb}{\vbox{\hbox{Stocks}\hbox{and}\hbox{Bonds}}}
\settowidth{\tc}{\vbox{\hbox{Money}\hbox{Market}\hbox{and}\hbox{Stocks}}}
%{\renewcommand{\baselinestretch}{1}
% \begin{table}
% \caption{%
% \hfil Allocation of the IRA and Keogh Wealth\hfil\break
% \mbox{}\hfil for Investors With or Without Brokerage Accounts\hfil
% }
% \label{tab:ira}
% \begin{center}
% \begin{tabular}%
% {%
% |%
% c%
% |%
% >{\centering\hspace{0pt}}m{\the\ta}% Money Market
% |%
% c% Stocks
% |%
% c% Bonds
% |%
% c% Diversified
% |%
% >{\centering\hspace{0pt}}m{\the\tb}% Stocks and Bonds
% |%
% >{\centering\hspace{0pt}}m{\the\tc}% Money Market and Stocks
% |%
% c% Others
% |%
% }
% \hline
% IMP&
% Money Market&
% Stocks&
% Bonds&
% Diversified&
% Stocks and Bonds&
% Money Market and Stocks&
% Others\tabularnewline
% \hline
% 1& 14.19\%& 57.71\%& 12.21\%& 4.50\%& 7.36\%& 3.04\%& 0.99\%\tabularnewline \hline
% 2& 14.08\%& 58.18\%& 12.32\%& 4.44\%& 7.30\%& 2.80\%& 0.88\%\tabularnewline \hline
% 3 &14.26\%& 58.09\%& 12.27\%& 4.50\%& 7.19\%& 2.75\%& 0.94\%\tabularnewline \hline
% 4 &13.94\%& 58.11\%& 12.14\%& 4.78\%& 7.35\%& 2.68\%& 0.99\%\tabularnewline \hline
% 5 &13.92\%& 58.13\%& 11.93\%& 4.56\%& 7.60\%& 2.98\%& 0.88\%\tabularnewline \hline
% \end{tabular}
% \end{center}
% This table presents the allocations of the wealth in the IRA
% and Keogh accounts in various asset classes.
% Results from each set of imputed data are presented here.
% The first column lists the number of the imputations,
% and rest of the columns lists various allocations.
% Entrees under each asset class show the percentage of investors
% who have most of their IRA
% and Keogh wealth invested in that particular asset class.
% The asset class Diversified
% includes stocks,
% bonds,
% and money market investments.
% The asset class Others
% include investments in various life insurance products,
% annuities,
% real estate, etc.
% \medskip
% \footnotesize SOURCE: Survey of Consumer Finances,
% 2001,
% Federal Reserve Board,
% USA.\par
% \end{table}
%}
\begin{table}
This table contains only text.
Let's cite Lamport's book here: \cite{Lamport:1994}.
\caption{%
This is the caption.
Let's cite Lamport's book again here: \cite{Lamport:1994}.%
}
\label{ta:text-only}
\end{table}
\begin{table}
% \halign{...} is more flexible than \begin{table}...\end{table}.
\hbox to \textwidth{%
\hfill
\vbox{\halign{
\strut #& % 0. \strut
#\hfil\qquad& % 1. left
\hfil #\hfil\qquad& % 2. center
\hfil #\cr % 3. right
%
& apple& banana& cherry\cite{Lamport:1994}\cr
& aardvark& boa constrictor& coyote\cr
}}
\hfill
}
\caption[short caption for table of contents]{%
This is a really long and boring caption.
It goes on and on as if it thinks what it says is important.
Here is some more of it.
The citation for ``Lamport::1994'' is ``\cite{Lamport:1994}''.%
}
\label{ta:fruit}
\end{table}
% This is loosely based on page 106 of _A Guide to LaTeX_, third edition,
% by Helmut Kopka and Patrick W. Daly.
%\begin{longtable}{|l|l|}
% \caption{2.2 ``State'' Abbreviations}\\
% \hline
% ``State''& Abbreviation\\
% \hline \endfirsthead
% \caption[]{\emph{continued}}\\
% \hline
% ``State''& Abbreviation\\
% \hline \endhead
% \hline
% \multicolumn{2}{r}{\emph{continued on next page}}
% \endfoot
% \hline\endlastfoot
% Alabama& AL\\
% Alaska& AK\\
% American Samoa& AS\\
% Arizona& AZ\\
% Arkansas& AR\\
% Armed Forces Europe& AE\\
% Armed Forces Pacific& AP\\
% Armed Forces the Americas& AA\\
% California& CA\\
% Colorado& CO\\
% Connecticut& CT\\
% Delaware& DE\\
% District of Columbia& DC\\
% Federated States of Micronesia& FM\\
% Florida& FL\\
% Georgia& GA\\
% Guam& GU\\
% Hawaii& HI\\
% Idaho& ID\\
% Illinois& IL\\
% Indiana& IN\\
% Iowa& IA\\
% Kansas& KS\\
% Kentucky& KY\\
% Louisiana& LA\\
% Maine& ME\\
% Marshall Islands& MH\\
% Maryland& MD\\
% Massachusetts& MA\\
% Michigan& MI\\
% Mississippi& MS\\
% Missouri& MO\\
% Montana& MT\\
% N Minnesota
% Nebraska& NE\\
% Nevada& NV\\
% New Hampshire& NH\\
% New Jersey& NJ\\
% New Mexico& NM\\
% New York& NY\\
% North Carolina& NC\\
% North Dakota& ND\\
% Northern Mariana Islands& MP\\
% Ohio& OH\\
% Oklahoma& OK\\
% Oregon& OR\\
% Pennsylvania& PA\\
% Puerto Rico& PR\\
% Rhode Island& RI\\
% South Carolina& SC\\
% South Dakota& SD\\
% Tennessee& TN\\
% Texas& TX\\
% Utah& UT\\
% Vermont& VT\\
% Virgin Islands, U.S.& VI\\
% Virginia& VA\\
% Washington& WA\\
% West Virginia& WV\\
% Wisconsin& WI\\
% Wyoming& WY\\
%\end{longtable}
\newcommand{\cbackslash}{\char'134}
\newcommand{\copencurly}{\char'173}
\newcommand{\cclosecurly}{\char'175}
\newlength{\twidth}
\newlength{\theight}
\setlength{\twidth}{\textwidth}
\setlength{\theight}{\textheight}
\begin{sidewaystable}
% The following two lines compensate for what I think is a bug.
\setlength{\textwidth}{\theight}
\setlength{\textheight}{\twidth}
\caption{%
2.3 sidewaystable mode
{\tt\cbackslash begin\copencurly table\cclosecurly\/}%
\ldots
{\tt\cbackslash end\copencurly table\cclosecurly\/} table%
}
\hbox to \textwidth{
\hfill
\begin{tabular}{lcr}
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
\end{tabular}
\hfill
}
\end{sidewaystable}
\begin{sidewaystable}
% The following two lines compensate for what I think is a bug.
\setlength{\textwidth}{\theight}
\setlength{\textheight}{\twidth}
\caption{%
2.4 sidewaystable mode
{\tt\cbackslash halign\copencurly ...\cclosecurly\/} table%
}
\hbox to \textwidth{%
\hfill
\vbox{\halign{
\strut #& % 0. \strut
#\hfil\qquad& % 1. left
\hfil #\hfil\qquad& % 2. center
\hfil #\cr % 3. right
%
& apple& banana& cherry\cr
& aardvark& boa constrictor& coyote\cr
}}
\hfill
}
\end{sidewaystable}
\begin{table}
\begin{tabular}{lcr}
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
\end{tabular}
\caption{2.5 left hand table}
\end{table}
\begin{table}
\begin{tabular}{lcr}
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
\end{tabular}
\caption{2.6 left hand table}
\end{table}
\begin{sidewaystable}
% The following two lines compensate for what I think is a bug.
\setlength{\textwidth}{\theight}
\setlength{\textheight}{\twidth}
\caption{%
2.7 sidewaystable mode
{\tt\cbackslash begin\copencurly table\cclosecurly\/}%
\ldots
{\tt\cbackslash end\copencurly table\cclosecurly\/} table%
}
\hbox to \textwidth{%
\hfill
\begin{tabular}{lcr}
apple& banana& cherry\\
aardvark& boa constrictor& coyote\\
\end{tabular}
\hfill
}
\end{sidewaystable}
%\newlength{\ta}
%\settowidth{\ta}{\vbox{\hbox{Money}\hbox{Market}}}
%\newlength{\tb}
%\settowidth{\tb}{\vbox{\hbox{Stocks}\hbox{and}\hbox{Bonds}}}
%\newlength{\tc}
%\settowidth{\tc}{\vbox{\hbox{Money}\hbox{Market}\hbox{and}\hbox{Stocks}}}
%
% {\renewcommand{\baselinestretch}{1}
%\begin{table}
% \caption{\hfil Allocation of the IRA and Keogh Wealth\hfil\break\mbox{}\hfil for Investors With or Without Brokerage Accounts\hfil}
% \label{tab:ira}
% \begin{center}
% \begin{tabular}%
% {%
% |%
% c%
% |%
% >{\centering\hspace{0pt}}m{\the\ta}% Money Market
% |%
% c% Stocks
% |%
% c% Bonds
% |%
% c% Diversified
% |%
% >{\centering\hspace{0pt}}m{\the\tb}% Stocks and Bonds
% |%
% >{\centering\hspace{0pt}}m{\the\tc}% Money Market and Stocks
% |%
% c% Others
% |%
% }
% \hline
% IMP&
% Money Market&
% Stocks&
% Bonds&
% Diversified&
% Stocks and Bonds&
% Money Market and Stocks&
% Others\tabularnewline
% \hline
% 1& 14.19\%& 57.71\%& 12.21\%& 4.50\%& 7.36\%& 3.04\%& 0.99\%\tabularnewline \hline
% 2& 14.08\%& 58.18\%& 12.32\%& 4.44\%& 7.30\%& 2.80\%& 0.88\%\tabularnewline \hline
% 3 &14.26\%& 58.09\%& 12.27\%& 4.50\%& 7.19\%& 2.75\%& 0.94\%\tabularnewline \hline
% 4 &13.94\%& 58.11\%& 12.14\%& 4.78\%& 7.35\%& 2.68\%& 0.99\%\tabularnewline \hline
% 5 &13.92\%& 58.13\%& 11.93\%& 4.56\%& 7.60\%& 2.98\%& 0.88\%\tabularnewline \hline
% \end{tabular}
% \end{center}
% This table presents the allocations of the wealth in the IRA
% and Keogh accounts in various asset classes.
% Results from each set of imputed data are presented here.
% The first column lists the number of the imputations,
% and rest of the columns lists various allocations.
% Entrees under each asset class show the percentage of investors
% who have most of their IRA
% and Keogh wealth invested in that particular asset class.
% The asset class Diversified
% includes stocks,
% bonds,
% and money market investments.
% The asset class Others
% include investments in various life insurance products,
% annuities,
% real estate, etc.
% \medskip
% \footnotesize SOURCE: Survey of Consumer Finances,
% 2001,
% Federal Reserve Board,
% USA.\par
%\end{table}
% }
\begin{table}
\caption{Presidents}
\begin{center}
\begin{tabular}{cl}
\#& Name\\
1& George Washington\\
2& John Adams\\
3& Thomas Jefferson\\
\end{tabular}
\end{center}
\end{table}
\begin{table}
\caption{Presidents with horizontal and vertical lines}
\begin{center}
\begin{tabular}{|c|l|}
\hline
\#& Name\\
\hline
1& George Washington\\
\hline
2& John Adams\\
\hline
3& Thomas Jefferson\\
\hline
\end{tabular}
\end{center}
\end{table}