-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlsuthesis.cls
584 lines (508 loc) · 19.3 KB
/
lsuthesis.cls
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
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
%%
%% This is file `lsuthesis.cls', a LaTeX class derived from `book.cls'.
%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{lsuthesis}[2022/03/11 LSU Thesis Class]
% We want ``book'' class but with ``12pt'' and ``oneside'' as default
% options, unless the user specifies different values. Thus we have
% to process such options ourselves, with our own defaults, and then
% pass them along to the subclass. We also define options specific to
% our class.
\newcommand\@lsuthesisptsize{12pt}
\newif\if@lsuthesissizes\@lsuthesissizestrue
\DeclareOption{10pt}{\renewcommand\@lsuthesisptsize{10pt}\@lsuthesissizesfalse}
\DeclareOption{11pt}{\renewcommand\@lsuthesisptsize{11pt}\@lsuthesissizesfalse}
\DeclareOption{12pt}{\renewcommand\@lsuthesisptsize{12pt}\@lsuthesissizesfalse}
\newcommand\@lsuthesissided{oneside}
\DeclareOption{oneside}{\renewcommand\@lsuthesissided{oneside}}
\DeclareOption{twoside}{\renewcommand\@lsuthesissided{twoside}}
\newif\if@lsuthesisdoublespace\@lsuthesisdoublespacetrue
\DeclareOption{singlespacing}{\@lsuthesisdoublespacefalse}
\DeclareOption{doublespacing}{\@lsuthesisdoublespacetrue}
\newif\if@lsuthesisraggedright\@lsuthesisraggedrighttrue
\DeclareOption{flushright}{\@lsuthesisraggedrightfalse}
\DeclareOption{raggedright}{\@lsuthesisraggedrighttrue}
%% Remove next line? What options get passed through? Perhaps explicitly
%% define those as above, the ones that are documented in our own
%% documentation, and have no support for any others!
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
\ProcessOptions\relax
\PassOptionsToClass{\@lsuthesisptsize,\@lsuthesissided}{book}
\LoadClass{book}[2014/09/29]
%% To make the List of Tables, List of Figures, and Bibliography all
%% appear in the Table of Contents.
\usepackage[nottoc]{tocbibind}
% LSU requires 1in margins throughout.
% Old way:
%\oddsidemargin=0in \textwidth=6.5 in \topmargin=-0.4in
%\textheight=9in \footskip=0.72in \headheight=12pt \headsep=10pt
% New way below. To see the results when trying changes, temporarily
% run a test document with \usepackage{layout} and then do \layout
% inside the document. (Also turn on ``twoside'' option to see a
% two-sided layout.)
\setlength\@tempdima{\paperwidth}
\addtolength\@tempdima{-2in} % 1in left and 1in right margin
\setlength\textwidth{\@tempdima}
\@settopoint\textwidth
\setlength\@tempdima{\paperheight}
\addtolength\@tempdima{-2in} % 1in top and 1in bottom margin
\divide\@tempdima\baselineskip
\@tempcnta=\@tempdima
\setlength\textheight{\@tempcnta\baselineskip}
\addtolength\textheight{\topskip}
\if@twoside
\setlength\@tempdima {\paperwidth}
\addtolength\@tempdima {-\textwidth}
\setlength\oddsidemargin {.4\@tempdima}
\addtolength\oddsidemargin {-1in}
\setlength\marginparwidth {.6\@tempdima}
\else
\setlength\@tempdima {\paperwidth}
\addtolength\@tempdima {-\textwidth}
\setlength\oddsidemargin {.5\@tempdima}
\addtolength\oddsidemargin {-1in}
\setlength\marginparwidth {.5\@tempdima}
\fi
\addtolength\marginparwidth {-\marginparsep}
\addtolength\marginparwidth {-0.1in} % printer margin
\ifdim \marginparwidth >2in
\setlength\marginparwidth{2in}
\fi
\@settopoint\oddsidemargin
\@settopoint\marginparwidth
\setlength\evensidemargin {\paperwidth}
\addtolength\evensidemargin{-2in}
\addtolength\evensidemargin{-\textwidth}
\addtolength\evensidemargin{-\oddsidemargin}
\@settopoint\evensidemargin
\setlength\topmargin{\paperheight}
\addtolength\topmargin{-2in}
\addtolength\topmargin{-\headheight}
\addtolength\topmargin{-\headsep}
\addtolength\topmargin{-\textheight}
\addtolength\topmargin{-\footskip}
\addtolength\topmargin{-.5\topmargin}
\@settopoint\topmargin
%% Indentation-related matters.
%%
%% With 1in margins, we should have 0.5in paragraph indentations. However,
%% much of ``book'' has hardcoded 1.5em indents in various places. We move
%% this to a variable in case we want to make consistent indent changes.
%\parindent=.5in
\newdimen\@lsuparindent
\newdimen\@lsulistindent
\@lsuparindent=.5in
\@lsulistindent=\@lsuparindent
\parindent\@lsuparindent
\leftmargini\@lsulistindent
\leftmarginii\@lsulistindent
\leftmarginiii\@lsulistindent
\leftmarginiv\@lsulistindent
\leftmarginv\@lsulistindent
\leftmarginvi\@lsulistindent
\def\@listi{\leftmargin\leftmargini
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\parsep\baselineskip
\topsep\baselineskip
\itemsep\baselineskip}
\let\@listI\@listi
\@listi
\def\@listii {\leftmargin\leftmarginii
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\topsep\baselineskip
\parsep\baselineskip
\itemsep \parsep}
\def\@listiii{\leftmargin\leftmarginiii
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\topsep\baselineskip
\parsep \z@
\partopsep \p@ \@plus\z@ \@minus\p@
\itemsep \topsep}
\renewenvironment{verse}
{\let\\\@centercr
\list{}{\itemsep \z@
\itemindent -\@lsuparindent
\listparindent\itemindent
\rightmargin \leftmargin
\advance\leftmargin\@lsuparindent}%
\item\relax}
{\endlist}
\renewenvironment{quotation}
{\list{}{\listparindent \@lsuparindent
\itemindent \listparindent
\rightmargin \leftmargin
\parsep \z@ \@plus\p@}%
\item\relax}
{\endlist}
\if@lsuthesisdoublespace
\fi
%% Enter double-spacing mode if desired, and patch commands to match
%% LSU style. Package ``setspace'' already keeps certain elements (like
%% footnotes) single-spaced, but some things we must patch up ourselves.
\if@lsuthesisdoublespace
\usepackage{setspace}
%% For next line, see https://tex.stackexchange.com/questions/49880/equations-and-double-spacing
\setdisplayskipstretch{}
\renewcommand\doublespacing{\setstretch{2}}
\doublespacing
\usepackage{etoolbox}
\AtBeginEnvironment{thebibitemlist}{\singlespacing}
\AtBeginEnvironment{itemize}{\singlespacing}
\AtBeginEnvironment{enumerate}{\singlespacing}
\AtBeginEnvironment{description}{\singlespacing}
\AtBeginEnvironment{quote}{\singlespacing}
\AtBeginEnvironment{quotation}{\singlespacing}
\AtBeginEnvironment{verse}{\singlespacing}
%\AtBeginEnvironment{equation}{\setstretch{5}}
%\AtBeginEnvironment{array}{\setstretch{5}}
%\BeforeBeginEnvironment{equation}{\begingroup\setstretch{5}}
%\AfterEndEnvironment{equation}{\endgroup\noindent\ignorespaces}
%\AtBeginEnvironment{align}{\singlespacing}
%\def\singlespaceddisplay#1$${\begingroup\def\baselinestretch{5}#1\endgroup$$}
%\everydisplay{\def\baselinestretch{5}\par\relax}
%\let\oldlb\[
%\let\oldrb\]
\let\@lsu@starttoc\@starttoc
\def\@starttoc#1{\begingroup\singlespacing\unskip\@lsu@starttoc{#1}\endgroup}
\partopsep\z@
\def\@listi{\leftmargin\leftmargini
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\topsep\z@
\parsep\baselineskip
\itemsep\z@}
\let\@listI\@listi
\@listi
\def\@listii{\leftmargin\leftmarginii
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\topsep\z@
\parsep\baselineskip
\itemsep\z@}
\def\@listiii{\leftmargin\leftmarginiii
\labelwidth\leftmargin
\advance\labelwidth-\labelsep
\topsep\z@
\parsep\baselineskip
\itemsep\z@}
\fi
%% ALSO FIX PARSEP FOR QUOTES AND LISTS
\if@lsuthesisdoublespace
\fi
%% In double-spacing, bottom of lists should not introduce extra space.
%\def\@endparenv{%
% \addpenalty\@endparpenalty\@endpetrue}
%% or remove above and instead ensure \topsep and \partopsep are 0?
%% Indent every paragraph even after section heads.
\usepackage{indentfirst}
%% Adjust formatting of various ``\section'' style commands to have a single
%% blank line above and below, and keep them single-spaced.
\if@lsuthesisdoublespace
\renewcommand\section{\@startsection{section}{1}{\z@}%
{\z@}{.0001\baselineskip}%
{\normalfont\large\bfseries\singlespacing\addpenalty\@secpenalty\addvspace\@tempskipa}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
{\z@}{.0001\baselineskip}%
{\normalfont\large\bfseries\singlespacing\addpenalty\@secpenalty\addvspace\@tempskipa}}
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{\z@}{.0001\baselineskip}%
{\normalfont\large\bfseries\singlespacing\addpenalty\@secpenalty\addvspace\@tempskipa}}
\else
\renewcommand\section{\@startsection{section}{1}{\z@}%
{\baselineskip}{\baselineskip}%
{\normalfont\large\bfseries}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
{\baselineskip}{\baselineskip}%
{\normalfont\large\bfseries}}
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{\baselineskip}{\baselineskip}%
{\normalfont\normalsize\bfseries}}
\fi
%% \emergencystretch was added in TeX3 but LaTeX2e sets it to 0. It is
%% used only when a paragraph would have an overfull line, then TeX
%% tries again willing to make other paragraph lines worse to avoid the
%% overfull line.
\setlength\emergencystretch{2em}
\if@lsuthesisraggedright
%% The next two lines are a copy of the LaTeX \raggedright macro without
%% the bit that sets \parindent to 0. But the simple approach of
%% \raggedright bypasses hyphenation and also doesn't carry into certain
%% environments such as footnotes. Thus we instead load a package that
%% addresses those shortcomings.
%\let\\\@centercr\@rightskip\@flushglue \rightskip\@rightskip
%\leftskip\z@skip
\usepackage{ragged2e}
\setlength\RaggedRightParindent\parindent
%\setlength\RaggedRightRightskip{0pt plus 3em} % default is 0pt plus 2em
%% If we didn't increase \emergencystretch above for all documents, then
%% we would at least need to increase \RaggedRightRightskip.
\RaggedRight
\fi
\if@lsuthesissizes
%% We loaded ``book'' with 12pt. Now customize to LSU requirements.
%% Some of this is from ``book.cls'', some from ``bk12.clo''.
%\renewcommand\scriptsize{\@setfontsize\scriptsize\@xpt\@xiipt}
%\let\LARGE=\large\renewcommand\large{\@setfontsize\large\@xiipt{14.5}}
%\let\tiny=\scriptsize\let\Large=\large\let\huge=\LARGE\let\Huge=\LARGE
\let\tiny=\scriptsize
\DeclareRobustCommand\large{\@setfontsize\large\@xiipt{14.5}}
\DeclareRobustCommand\Large{\@setfontsize\Large{14}{17.3}}
\DeclareRobustCommand\LARGE{\@setfontsize\LARGE{16}{20.2}}
\let\huge=\Large
\let\Huge=\Large
\if@lsuthesisdoublespace
%\renewcommand\normalsize{%
% \@setfontsize\normalsize\@xiipt{14.5}%
% \abovedisplayskip 3\p@ \@plus3\p@ \@minus3\p@
% \abovedisplayshortskip \z@ \@plus3\p@ \@minus0\p@
% \belowdisplayshortskip \abovedisplayskip
% \belowdisplayskip \abovedisplayskip
% \abovedisplayskip 3\p@ \@plus3\p@ \@minus3\p@
% \abovedisplayshortskip \z@ \@plus3\p@ \@minus0\p@
% \belowdisplayshortskip \abovedisplayskip
% \belowdisplayskip \abovedisplayskip
% \let\@listi\@listI}
%\normalsize
%\renewcommand\small{%
% \@setfontsize\small\@xipt{13.6}%
% \abovedisplayskip \z@ \@plus3\p@ \@minus3\p@
% \abovedisplayshortskip \abovedisplayskip
% \belowdisplayshortskip \abovedisplayskip
% \def\@listi{\leftmargin\leftmargini
% \topsep 9\p@ \@plus3\p@ \@minus5\p@
% \parsep 4.5\p@ \@plus2\p@ \@minus\p@
% \itemsep \parsep}%
% \belowdisplayskip \abovedisplayskip
%}
\fi
\fi
%% LSU doesn't want headings. Page number should occur centered in footer
%% on every page (except title page).
\pagestyle{plain}
\renewcommand\contentsname{Table of Contents}
\setcounter{tocdepth}{1}
\setcounter{secnumdepth}{2}
%% Not that \part is likely to be used in an LSU thesis, but we
%% replace it to conform to our style. The ToC line will have
%% ``Part 3. Title'' instead of ``3 Title''.
\def\@part[#1]#2{%
\ifnum \c@secnumdepth >-2\relax
\refstepcounter{part}%
\addcontentsline{toc}{part}{\partname\space\thepart.\space#1}%
\else
\addcontentsline{toc}{part}{#1}%
\fi
\markboth{}{}%
{\centering
\interlinepenalty \@M
\normalfont
\ifnum \c@secnumdepth >-2\relax
\huge\bfseries \partname\space \thepart
.
\fi
\Huge \bfseries #2\par\nobreak
\if@lsuthesisdoublespace\else\leavevmode\par\nobreak\fi}%
\@endpart}
\def\@spart#1{%
{\centering
\interlinepenalty \@M
\normalfont
\Huge \bfseries #1\par\nobreak
\if@lsuthesisdoublespace\else\leavevmode\par\nobreak\fi}%
\@endpart}
%% Replacement \@chapter so that the table-of-contents line will
%% have ``Chapter 3. Title'' and ``Appendix B. Title'' instead
%% of ``3 Title'' and ``B Title''. Furthermore, the list-of-figures
%% and list-of-tables spacing between lines is unrelated to chapter
%% changes.
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\refstepcounter{chapter}%
\typeout{\@chapapp\space\thechapter.}%
\addcontentsline{toc}{chapter}%
{\@chapapp\space\thechapter.\space#1}%
\else
\addcontentsline{toc}{chapter}{#1}%
\fi
\else
\addcontentsline{toc}{chapter}{#1}%
\fi
\chaptermark{#1}%
% \addtocontents{lof}{\protect\addvspace{10\p@}}%
% \addtocontents{lot}{\protect\addvspace{10\p@}}%
\if@twocolumn
\@topnewpage[\@makechapterhead{#2}]%
\else
\@makechapterhead{#2}%
\@afterheading
\fi}
%% Replacement \@makechapterhead and \@makeschapterhead to no longer
%% introduce whitespace at the top of the page, and reduce whitespace below.
%% Also, chapter headings should be ``Chapter X. Title'' rather than
%% ``Chapter X\\Title''.
\def\@makechapterhead#1{%
%\vspace*{50\p@}%
{\parindent \z@ \raggedright \normalfont
\if@lsuthesisdoublespace\singlespacing\fi
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\Large\bfseries \@chapapp\space \thechapter
.
\fi
\fi
\interlinepenalty\@M
\Large \bfseries #1\par\nobreak
\vskip -1\bigskipamount % Remove extra space added by parskip @SudipSinha
\if@lsuthesisdoublespace\else\leavevmode\par\nobreak\fi
}}
\def\@makeschapterhead#1{%
{\parindent \z@ \raggedright \normalfont
\if@lsuthesisdoublespace\singlespacing\fi
\interlinepenalty\@M
\Large \bfseries #1\par\nobreak
\if@lsuthesisdoublespace\else\leavevmode\par\nobreak\fi
}}
%% Replacement \@sect so that section-level and below lines in
%% table-of-contents will have ``2.3. Title'' instead of ``2.3 Title''.
\def\@sect#1#2#3#4#5#6[#7]#8{%
\ifnum #2>\c@secnumdepth
\let\@svsec\@empty
\else
\refstepcounter{#1}%
\protected@edef\@svsec{\@seccntformat{#1}\relax}%
\fi
\@tempskipa #5\relax
\ifdim \@tempskipa>\z@
\begingroup
#6{%
\@hangfrom{\hskip #3\relax\@svsec}%
\interlinepenalty \@M #8\@@par}%
\endgroup
\csname #1mark\endcsname{#7}%
\addcontentsline{toc}{#1}{%
\ifnum #2>\c@secnumdepth \else
\protect\numberline{\csname the#1\endcsname.}%
\fi
#7}%
\else
\def\@svsechd{%
#6{\hskip #3\relax
\@svsec #8}%
\csname #1mark\endcsname{#7}%
\addcontentsline{toc}{#1}{%
\ifnum #2>\c@secnumdepth \else
\protect\numberline{\csname the#1\endcsname.}%
\fi
#7}}%
\fi
\@xsect{#5}}
%% Change section heads from ``2.1.2 Title'' to ``2.1.2. Title''
\def\@seccntformat#1{\csname the#1\endcsname.\enskip}
%% Eliminate hanging indentation in section heads
\def\@hangfrom#1{\noindent#1}
%% Replacement \@caption so that the list-of-figures line will
%% have ``Figure 2.3. Caption'' instead of ``2.3 Caption''.
\long\def\@caption#1[#2]#3{%
\par
\addcontentsline{\csname ext@#1\endcsname}{#1}%
%{\csname#1name\endcsname\space\csname the#1\endcsname.\space#2}%
{\protect\numberline{\csname the#1\endcsname.}{\ignorespaces #2}}%
\begingroup
\@parboxrestore
\if@minipage
\@setminipage
\fi
\normalsize
\@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
\endgroup}
%% Replacement \@makecaption so that captions will start as
%% ``Figure 2.3. Some caption...'' instead of ``Figure 2.3: Some caption...''
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{#1. #2}%
\ifdim \wd\@tempboxa >\hsize
#1. #2\par
\else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
%% Replacement \l@part so that part-level lines in table-of-contents
%% won't use boldface or larger fontsize and will fill with dots.
\renewcommand*\l@part[2]{%
\ifnum \c@tocdepth >-2\relax
\addpenalty{-\@highpenalty}%
\addvspace{2.25em \@plus\p@}%
\setlength\@tempdima{3em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak
\leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{.}\mkern \@dotsep mu$}\hfill
\nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
%% Replacement \l@chapter so that chapter-level lines in table-of-contents
%% won't use boldface and will fill with dots. The \@tempdima value below
%% is used for the hanging indent size as well as by the \numberline
%% macro used for figures and tables.
\renewcommand*\l@chapter[2]{%
\ifnum \c@tocdepth >\m@ne
\addpenalty{-\@highpenalty}%
\vskip\baselineskip
\setlength\@tempdima{2.4em}%
\begingroup
\parindent \z@ \rightskip \@pnumwidth
\parfillskip -\@pnumwidth
\leavevmode
\advance\leftskip\@tempdima
\hskip -\leftskip
#1\nobreak
\leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{.}\mkern \@dotsep mu$}\hfill
\nobreak\hb@xt@\@pnumwidth{\hss #2}\par
\penalty\@highpenalty
\endgroup
\fi}
\let\l@figure\l@chapter
\let\l@table\l@chapter
\renewcommand*\l@section{\@dottedtocline{1}{2.4em}{2.4em}}
\renewcommand*\l@subsection{\@dottedtocline{2}{4.8em}{3.2em}}
\renewcommand*\l@subsubsection{\@dottedtocline{3}{8.0em}{4.0em}}
%% Introduce a negative space at top of table-of-contents to counteract
%% space preceding first toc entry. In double-spacing the chapter head
%% introduces no extra space because normally the following paragraph has
%% a space at the top, but in single-spacing the chapter head introduces
%% an extra space, but then the ToC also introduces another space!
\if@lsuthesisdoublespace\else
\let\@lsu@@starttoc\@starttoc
\def\@starttoc#1{\vskip-\baselineskip
\@lsu@@starttoc{#1}}
\fi
%% Replacement \titlepage..\endtitlepage so that title page contributes to
%% page numbering (even though page number isn't displayed on that page).
\renewenvironment{titlepage}
{%
\cleardoublepage
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse\newpage
\fi
\thispagestyle{empty}%
\setcounter{page}\@ne
}%
{\if@restonecol\twocolumn \else \newpage \fi
\if@twoside\else
% \setcounter{page}\@ne %% Commented out for LSU requirement
\fi
}
\endinput
%%
%% End of file `lsuthesis.cls'.