-
Notifications
You must be signed in to change notification settings - Fork 36
/
mnthesis.cls
617 lines (552 loc) · 17.7 KB
/
mnthesis.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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% mnthesis.cls: mnthesis document class (Latex)
% Les Clowney ----- modified by K. Thorne for UofMinn
%
% 5/12/89 make version for University of Minnesota
% 11/23/89 modifications for 11-pt version for UofM
% 2/14/90 correct entries to table of contents
% 3/25/94 add in signature and abstract signature pages. -Jeff Nelson
% 5/4/2005 Modify to latex2e class format from old style format - BPS
% 5/24/2007 Fix the title and abstract page formatting. - BPS
% 11/17/2009 Fixed ordering of acknowledgments and abstract as required - PP
% 11/17/2009 'References' added to Table of Contents as required - PP
% 11/17/2009 Note: Table of content and list of Figures are ok in 'draft' format, not in 'final' (which is default) - PP
% 5/21/2010 Added Dedication - EB
% 5/24/2010 Added section to correctly give M.S. thesis or Ph.D. dissertation - EB
% 11/23/2010 Fixed the issue with restarting the numbering of pages if both Acknowledgement and Dedication pages are present
% If Dedication page alone is present please uncomment line 406 - Sriram Doraiswamy
% 11/23/2010 Fixed the problem where additional pages of Acknowledgement were not correctly numbered - Sriram Doraiswamy
% 11/25/2010 Name of the advisor and Master of Arts or Science appears properly - Sriram Doraiswamy
% 05/05/2015 - Moved the template into git; see `git log` for changes - Alex Gude
% 01/05/2022 - Fixed a bug where the table of contents did not link to the right page for the abstract. - KexinFeng
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Summary of New Commands (many are not used outside of the style file)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%The following are primarily for the titlepage et al....
%\draft (this invokes the macro \draftrue)
%\copyrightpage (make a copyright page)
%\figurespage (make a page for list of figures)
%\tablespage (make a page for list of tables)
%\title{thesis title} (this is defined by the report style)
%\author{author's name} (this is defined by the report style)
%\phd (if invoked then \phdtrue is set.)
%\ms (if invoked then \phdfalse is set.)
%
%\abstract{the body of the abstract}
%\acknowledgements{the body of the acknowledgments}
%\dedication{the body of the dedication}
%\director{the principal advisor's name}
%\submissionyear{year of submission to the Graduate School}
%\submissionmonth{month of submission to the Graduate School}
%(The default dates used will be those at which the document was prepared)
%\begin-end{vita} (begin single spacing after this point for the vita)
%
% ******* Booleans *******
%\ifpagestyletopright (invoke \pagestyle{topright})
%\ifdraft (Will do some things differently if draft. Set by \draft)
%\ifcopyright (Add a copyright notice, set by \copyrightpage)
%\ifccby (Add a copyright notice with Creative Commons CC-BY 4.0 license, set by \copyrightpageccby)
%\ifccbysa (Add a copyright notice with Creative Commons CC-BY-SA 4.0 license, set by \copyrightpageccbysa)
%\ifabstract (set if command \abstract invoked)
%\ifpreface (set if command \preface invoked)
%\ifextra (set if command \extra invoked)
%\ifacknowledgements (set by \acknowledgements)
%\iffigures
%\iftables
%\ifafterpreface (afterpreface sections pagenumber must be at topright
% corner. If user has chosen a header then it must be overridden.)
% (Produce a List of figures? The default is to do so.)
%\tablestrue
% (Produce a List of tables?)
%\begin/end{descriptionlist} (Basically a modified \description.)
%\fullpagefigure Creates a figure where the page is a vbox whose
% height is \textheight.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Redefine the way that LaTeX starts up so that its simpler to use.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{report.cls}\relax
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PAGE LAYOUT
% We need 1" (~72pt) margins except on binding edge, where it is 1 1/2".
% They are a bit larger to handle lines with overfull boxes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% My Definitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\paperheight}{11.0in}
\setlength{\paperwidth}{8.5in}
%\setlength{\oddsidemargin}{1.937cm} % default -> 2.0 cm odd side
%\setlength{\oddsidemargin}{0.55in} % final version to grad school
\setlength{\oddsidemargin}{0.55in}
\setlength{\evensidemargin}{0.1in} % default -> 3.4 cm even side
%\setlength{\evensidemargin}{0.1in} % default -> 3.4 cm even side
%\setlength{\topmargin}{0.75in}
\setlength{\topmargin}{0.25in}
%\setlength{\headheight}{0.0in}
\setlength{\headheight}{0.4in}
\setlength{\headsep}{0.1in}
\setlength{\marginparsep}{0in}
\setlength{\marginparwidth}{0in}
\setlength{\textwidth}{5.75in}
%\setlength{\textheight}{8.25in}
\setlength{\textheight}{7.85in}
\setlength{\footskip}{0.4in}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Documentstyle Modifications
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\brokenpenalty=10000 % Do not break pages at hyphens.
% use baselinestretch of 2.0 for 10 pt
% use baselinestretch of 1.6 for 11 pt
%
\def\baselinestretch{1.6}
%\@normalsize
%\def\baselinestretch{1.2}
\@addtoreset{equation}{chapter} % Set things up so that the equation,
% thefigure, and thetable counters are reset by incrementing
% thechapter. (The others are correct in the report style.)
% use Table of Contents rather than default of Contents
%\def\tableofcontents {
% \@restonecolfalse
% \if@twocolumn
% \@restonecoltrue\onecolumn
% \fi
% \chapter*{Table of Contents\@mkboth{TABLE OF CONTENTS}{TABLE OF CONTENTS}}
% \@starttoc{toc}
% \if@restonecol
% \twocolumn
% \fi
%}
% single space bibliography, quotations and verse.
\renewenvironment{thebibliography}[1] {
\chapter*{References}
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}
\list{\@biblabel{\@arabic\c@enumiv}} {
\settowidth\labelwidth{\@biblabel{#1}}
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}
}
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000
\sfcode`\.=1000\relax
%\sfcode`\.\@m
} {
\def\@noitemerr {
\@latex@warning{Empty `thebibliography` environment}
}
\endlist
}
% This pageheadings will place numbers at top righthand corners
\def\ps@topright {
\let\@mkboth\@gobbletwo
\def\@oddhead{\rm\hfil\thepage}
\let\@evenhead\@oddhead
\def\@evenfoot{}
\def\@oddfoot{}
}
% ***** Verbatim listing macro ****
% Code from the TeXbook for inputting a file and listing it verbatim in
% \tt mode. Will not properly handle tabs. This code hasn't been
% rigorously tested so it should be used cautiously. Note that the
% left quote. "`", is redefined when the macro is finally used or `
% isn't properly handled.
\def\uncatcodespecials{\def\do##1{\catcode`##1=12 }\dospecials}
\def\setupverbatim {
\tt \def\par{\leavevmode\endgraf}\catcode`\`=\active
\obeylines \uncatcodespecials \obeyspaces
} {
\obeyspaces\global\let =\
}
\def\listing#1{
\par\begingroup\setupverbatim\input#1
\endgroup
}
% This is in limbo right now...make heading and subheading as in Scribe.
\def\tempheading{
\@startsection{donothing}{donothing}{\z@}
{-3.25ex plus -1ex minus -.2ex}{1.5ex plus .2ex}
{\centering\large\bf}
}
\def\heading{\tempheading*}
\def\subheading{\subsection*}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% User commands
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\draft{\drafttrue}
\def\copyrightpage{
\copyrighttrue
\ccbysafalse
\ccbyfalse
}
\def\copyrightpageccby{
\copyrightfalse
\ccbysafalse
\ccbytrue
}
\def\copyrightpageccbysa{
\copyrightfalse
\ccbysatrue
\ccbyfalse
}
\def\figurespage{\figurestrue}
\def\tablespage{\tablestrue}
\def\phd{
\phdtrue\def\@degree{DOCTOR OF PHILOSOPHY}
}
\def\ms{
\phdfalse\def\@degree{MASTER OF SCIENCE}
}
\long\def\abstract#1{\abstracttrue\gdef\@abstract{#1}}
\long\def\preface#1{\prefacetrue\gdef\@preface{#1}}
\long\def\extra#1{\extratrue\gdef\@extra{#1}}
\long\def\acknowledgements#1{\acknowledgementstrue\gdef\@acknowledgements{#1}}
\long\def\dedication#1{\dedicationtrue\gdef\@dedication{#1}}
\def\abbreviations#1{\abbreviationspagetrue\gdef\@abbreviations{#1}}
\def\degree#1{\phdfalse\gdef\@degree{#1}}
\def\director#1{\gdef\@director{#1}}
\def\approvals#1{\gdef\@approvals{#1}}
\def\submissionmonth#1{\gdef\@month{#1}}
\def\submissionyear#1{\gdef\@year{#1}}
% defaults
\def\@title{}
\def\@author{}
\def\@director{}
\def\@month{
\ifcase\the\month\or
January\or February\or March\or April\or May\or June\or
July\or August\or September\or October\or November\or December\fi
}
\def\@year{\number\the\year}
% conditionals and defaults
\newif\ifdraft \draftfalse
\newif\ifafterpreface \afterprefacefalse
\newif\ifcopyright \copyrightfalse
\newif\ifccby \ccbyfalse
\newif\ifccbysa \ccbysafalse
\newif\iffigures \figuresfalse
\newif\iftables \tablesfalse
\newif\ifabstract \abstractfalse
\newif\ifpreface \prefacefalse
\newif\ifextra \extrafalse
\newif\ifacknowledgements \acknowledgementsfalse
\newif\ifdedication \dedicationfalse
\newif\ifabbreviationspage \abbreviationspagefalse
\newif\ifphd \phdfalse
\newif\ifpagestyletopright \pagestyletoprighttrue
\newcommand\titlep {
\vbox to \textheight {
\parskip0pt
\parindent0pt
\typeout{Title}
\null\nobreak\vskip 10bp {
\def\baselinestretch{1}\@normalsize
\centering\Large\bf\uppercase\expandafter{\bf\@title}
\par\nobreak
}
\vskip 4ex plus 2ex minus 2ex {
\centering\bf
\ifdraft {
DRAFT VERSION CREATED ON \uppercase\expandafter{\today}\\
}\else
A \ifphd{DISSERTATION}\else{THESIS}\fi\ \\
SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL \\
OF THE UNIVERSITY OF MINNESOTA \\
BY \\
% probably want to add space.
% \vskip 36bp minus 36bp
\vskip 2ex plus 2ex minus 2ex
\@author\par
\nobreak
\vskip 2ex plus 2ex minus 2ex
IN PARTIAL FULFILLMENT OF THE REQUIREMENTS \\
FOR THE DEGREE OF\\
\@degree \\
\vskip 1ex plus 1ex minus 1ex
\@director\par
\vskip 1ex plus 1ex minus 1ex
\@month, \@year\\
\fi %close ifdraft
}
}
\newpage
}% end titlep
\newcommand\copyrightp {
\typeout{Copyright}
\null\vfil
\begin{center}
\bf\large\copyright\ \@author\ \ \@year\ \\
ALL RIGHTS RESERVED
\end{center}
\vfil\newpage
}
\newcommand\ccbytp {
\typeout{Copyright}
\null\vfil
\begin{center}
\bf\large\copyright\ \@author\ \ \@year\
\\[0.25cm]
\includegraphics[width=1cm]{cc_icons/by.pdf}
\includegraphics[width=1cm]{cc_icons/cc.pdf}
\\
The text of this work is licensed under a
\href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons
Attribution International license}.
\end{center}
\vfil\newpage
}
\newcommand\ccbysatp {
\typeout{Copyright}
\null\vfil
\begin{center}
\bf\large\copyright\ \@author\ \ \@year\
\\[0.25cm]
\includegraphics[width=1cm]{cc_icons/by.pdf}
\includegraphics[width=1cm]{cc_icons/cc.pdf}
\includegraphics[width=1cm]{cc_icons/sa.pdf}
\\
The text of this work is licensed under a
\href{https://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons
Attribution-ShareAlike 4.0 International license}.
\end{center}
\vfil\newpage
}
\def\desclabel#1{{\bf#1\hfill}}
\def\descriptionlist#1 {
\list{} {
\settowidth\labelwidth{#1}
\leftmargin\labelwidth
\let\makelabel\desclabel
}
}
\let\enddescriptionlist=\endlist
\def\unnumberedsection#1 {
\chapter*{#1}
\addcontentsline{toc}{chapter}{#1}
\typeout{#1}
}
% The signature, title, copywrite, and abstract pages
\newcommand\beforepreface {
\ifacknowledgements {
\c@page1 % set page counter so that next is 1
\pagestyle{empty}
% Title page
\titlep
% Copyright page
% Normal copyright
\ifcopyright
\copyrightp
\fi
% Copyright with Creative Commons Attribution license
\ifccby
\ccbytp
\fi
% Copyright with Creative Commons Attribution Share-alike license
\ifccbysa
\ccbysatp
\fi
%Acknowledgements
\pagenumbering{roman}
\pagestyle{plain}
\ifacknowledgements
\unnumberedsection{Acknowledgements}
% \addcontentsline{toc}{chapter}{Acknowledgements}
% \null\vskip -20bp
% \begin{center} {
% }
% \large\bf\
% Acknowledgements
% \end{center}
% \vskip 8bp
\@acknowledgements\fi
\vfil\newpage
}
%Dedication
% \pagenumbering{roman}
\ifdedication
\unnumberedsection{Dedication}
% \addcontentsline{toc}{chapter}{Dedication}
% \null\vskip -20bp
% \begin{center} {
% }
% \large\bf\
% Dedication
% \end{center}
% \vskip 8bp
\@dedication\fi
\vfil\newpage
% An abstract to be bound into the thesis
\ifabstract {
\phantomsection
\addcontentsline{toc}{chapter}{Abstract}
\null\vskip -20bp
\begin{center}
\large\bf Abstract
\end{center}
\vskip 8bp
\@abstract
\typeout{Abstract}
\clearpage
} \fi
\phantomsection
\addcontentsline{toc}{chapter}{Contents}
\tableofcontents
}
\newcommand\afterpreface {
% Insert table of contents, list of tables, and list of figures
% body of the thesis.
% \pagenumbering{roman}
% \ifpreface {
% \unnumberedsection{Preface}
% \@preface
% } \fi
% \ifacknowledgements
% \unnumberedsection{Acknowledgements}
% \@acknowledgements
% \fi
% \ifdedication
% \unnumberedsection{Dedication}
% \@dedication
% \fi
\iftables
\addvspace{10bp}
\let\saveaddvspace=\addvspace
\def\addvspace##1{}
\listoftables
\let\addvspace=\saveaddvspace
\fi
\iffigures
\addvspace{10bp}
\let\saveaddvspace=\addvspace
\def\addvspace##1{}
\listoffigures
\let\addvspace=\saveaddvspace
\fi
\ifabbreviationspage {
\def\baselinestretch{1}
\@normalsize
\unnumberedsection{List of Abbreviations}
\@abbreviations
} \fi
\ifextra {
% \chapter*{}
\typeout{extra}
\newpage
\@extra
} \fi
\newpage
\afterprefacetrue
\c@page0 % set page counter so that next is 1
\pagenumbering{arabic}
\pagestyle{topright}
}
\def\vita {
\unnumberedsection{Vita}
\bgroup\def\baselinestretch{1}
\@normalsize
}
\def\endvita{\egroup}
% Fullpage floats:
\def\fullpagefigure {
\@float{figure}[p]
\vbox to \textheight
\bgroup
}
\def\endfullpagefigure{\egroup\end@float}
\def\fullpagetable {
\@float{table}[p]
\vbox to \textheight
\bgroup
}
\def\endfullpagetable{\egroup\end@float}
% Redefine appendix to print Appendix []. ... page # in table of contents.
\def\appnumberline#1{
\advance\hangindent\@tempdima
\hbox{Appendix #1. }
}
\renewcommand\appendix {
\par
\setcounter{chapter}{0}
\setcounter{section}{0}
\def\@chapapp{Appendix}
\def\thechapter{\Alph{chapter}}
% Redefine @chapter so that appnumberline (ratherline) is used.
\def\@chapter[##1]##2 {
\ifnum \c@secnumdepth >\m@ne
\refstepcounter{chapter}
\typeout{\@chapapp\space\thechapter.}
\addcontentsline{toc}{chapter}
{\protect \appnumberline{\thechapter}##1}
\else
\addcontentsline{toc}{chapter}{##1}
\fi
\chaptermark{##1}
% Don't add extra space to lists of figures and tables after chapters.
\addtocontents{lof}{\protect\addvspace{10pt}}
\addtocontents{lot}{\protect\addvspace{10pt}}
\if@twocolumn
\@topnewpage[\@makechapterhead{##2}]
\else
\@makechapterhead{##2}
\@afterheading
\fi
}
}
\renewcommand\listoffigures {
\@restonecolfalse
\if@twocolumn
\@restonecoltrue
\onecolumn
\fi
\chapter* {
List of Figures
\@mkboth{LIST OF FIGURES}{LIST OF FIGURES}
}
\addcontentsline{toc}{chapter}{List of Figures}
\@starttoc{lof}
\if@restonecol\twocolumn\fi
}
\renewcommand\listoftables {
\@restonecolfalse
\if@twocolumn
\@restonecoltrue
\onecolumn
\fi
\chapter* {
List of Tables
\@mkboth{LIST OF TABLES}{LIST OF TABLES}
}
\addcontentsline{toc}{chapter}{List of Tables}
\@starttoc{lot}
\if@restonecol\twocolumn\fi
}
\renewcommand{\bibname}{References}
\renewenvironment{thebibliography}[1]
{\chapter*{\bibname}%
\addcontentsline{toc}{chapter}{\bibname}
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%