-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathunccspecs.sty
900 lines (783 loc) · 35.7 KB
/
unccspecs.sty
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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This package contains formatting commands for uncc thesis specifications.
%
% It defines the following commands:
%
% 1) \author, \title, \doctype, \degree, \major, \publicationyear, \advisor, \committeeMember,
% - user-defined variables for setting up the preliminary pages.
% 2) \maketitlepage, \makecopyright, generates the appropriate preliminary pages.
%
% HISTORY
%
% (2007?) The original source of this file is unknown, although it was found posted online by
% John Vannoy, so I assume he had a hand in it at some point.
% (2008) Automatic generation of preliminary pages (5-7) added in 2008 by Caroline Ziemkiewicz.
% (2009) Additional corrections added in 2009 by Evan Suma and Rich Nguyen.
% (2013) Search for DOSINGLE in this file to print your thesis single spaced for review purposes added 2013 by Dr. Erin Carroll.
% (2013) Subsubsubsection added in 2013 by Andrew Besmer.
% (2015) Significant modifications introduced and restructuring for LyX compatibility
% Preserved work by Ziemkiewicz and re-wrote most other functionality - Andrew Willis, ECE
% (2018) Changed order of sections according to new UNCC guidelines (2017-2018) Introduction -> Preface and comes before text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% What formatting elements does this document support?
% All elements of a UNCC thesis are supported. The thesis elements listed below are documented in the
% 2018 UNC Charlotte Thesis formatting guidelines.
%
% Part I: Preliminary Pages / Frontmatter
% a) Title/Signature Page (required)
% b) Copyright Page (required)
% c) Abstract (required)
% d) Dedication Page (optional)
% e) Acknowledgement Page (optional)
% f) Table of Contents (required)
% g) List of Tables (optional)
% h) List of Figures (optional)
% i) List of Symbols/Abbreviations (optional)
% j) Preface (optional)
% Part II: Thesis Text (required)
% Part III: References/Bibliography (required)
% Part IV: Appendices (optional)
% Part V: Vita (optional)
%
% Use this package for double spacing.
%\usepackage[nodisplayskipstretch]{setspace}
\usepackage{setspace}
% These 2 packages work together to format sectioning commands
% and format the table of contents.
% Note: to get table of contents to work correctly, you must
% run latex twice.
\usepackage[rm,md,up,tiny,center,compact]{titlesec}
\usepackage[dotinlabels]{titletoc}
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}
% This package is for conditional statements used in generating the Title/Signature Page
\usepackage{ifthen}
%\usepackage{psfrag}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p4) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MARGINS
% All copies of a thesis/dissertation must have the following uniform margins:
% Left-hand margin: 1 ½ inches (to ensure sufficient room for binding)
% Right-hand margin: 1 inch
% Bottom margin: a minimum 1 inch
% Top Margin: 1 inch
% Exceptions: The copyright page must have a 2 inch Bottom margin, the first page
% of each chapter must have a Top margin that is 2 inches.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p4) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Make the top margin (from top edge of paper to top of header) be 3/4inch. This is
% needed to set the page number (which will be inside the header).
%\setlength{\topmargin}{-0.625in}
% Negative value because top margin = \topmargin + 1 inch (orig {-0.625in})
% (The amount .625 = .25 + .375 which accounts for the distance
% between the top of the pagenumber and the top of the header
% region.)
\setlength{\topmargin}{-0.425in}
% Make the left margin (from left edge of paper to left edge of body)be 1.5 inches.
\setlength{\oddsidemargin}{.5in} % Left margin = \oddsidemargin + 1 inch
% Make the top body margin (from top edge of paper to top of body) be 1 inch.
\setlength{\headheight}{0.25in} % Header height will 1/4 inch.
%\setlength{\headheight}{0in}
% This is not 0 to correct for the smaller \topmargin.
%\setlength{\headsep}{0.375in} % \headsep is the distance between topof body and bottom of header. (orig {0.375in})
\setlength{\headsep}{0.175in} % \headsep is the distance between topof body and bottom of header.
% Make the right body margin (from right edge of paper to right edge of body) be 1 inch.
% Total paper width = 8.5 inches so 6 in.+ 1.5 in. = 7.5 in
% which leaves 1 inch for the right margin.
\setlength{\textwidth}{6in}
% Make the bottom body margin (from bottom edge of paper to bottomedge of body) be 1 inch.
% Total paper height = 11 inches so 9 in.+ 1 in. = 10 in.
% which leaves 1 inch for the bottom body margin.
\setlength{\footskip}{0in} % No footer region needed.
\setlength{\textheight}{9in}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p4) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LINE SPACING
%
% a. All theses and dissertations are to be typed with double spacing between lines throughout.
% b. Certain sections should be single-spaced, such as: long quotations; table and
% figure captions, descriptions and footnotes, list of references, literature cited,
% bibliography, etc. with a double space between each individual reference or computer print-out.
% c. Tables and figures may appear on the same page with text, separated from the text,
% above and below, by triple spacing.
% d. The beginning of each new paragraph must be indented.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p4) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%DOSINGLE Comment next line out to single space for review purposes
% command from setspace package to invoke doublespacing
\doublespacing
%Get LaTeX to Double-Space
%DOSINGLE Comment next line out to single space for review purposes
%\renewcommand{\baselinestretch}{2}
% Commands to allow enumerate environment to be used with correct spacing for uncc requirements.
\setlength{\parindent}{.17in} % Set the paragraph's indent to match the indent of the enumerate environment.
\newcommand{\startenum}{\begin{enumerate}}
\newcommand{\finishenum}{\ifthenelse{\value{enumii} = 0} % Check if in 1st level nesting.
{\vspace{-7pt} \end{enumerate}} % 1st level nesting, reduce vertical space by 7pt.
% before \end{enumerate}.
{\ifthenelse{\value{enumiii} = 0} % Not in 1st level, check if in 2nd level.
{\vspace{-2pt} \end{enumerate}} % 2nd level nesting, reduce vertical space by 2pt.
% before \end{enumerate}.
{\end{enumerate}} % Not in 2nd level nesting, no reduction of vertical space needed
% before \end{enumerate}.
} %end Not in 1st level.
} %end \finishenum
\newcommand{\enumitem}{\ifthenelse{\value{enumii} = 0} % Check if in 1st level nesting.
{\vspace{-7pt} \item} % 1st level nesting, reduce vertical space by 7pt. before \item.
{\ifthenelse{\value{enumiii} = 0} % Not in 1st level, check if in 2nd level.
{\vspace{-2pt} \item} % 2nd level nesting, reduce vertical space by 2pt. before \item.
{\item} % Not in 2nd level nesting, no reduction of vertical space needed before \item.
} %end Not in 1st level.
} %end \enumitem
% Command to place adequate space between a figure or table and preceding body text of the document.
\newcommand{\tablespace}{\vspace{10pt}}
% Command to place adequate space between a figure or table and its caption.
\newcommand{\captionspace}{\vspace{-10pt}}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p5) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PAGE NUMBERING POSITION
% Position of Page Number
% Upper right-hand corner on the margin line at the right
% 0.75" from the top of the sheet
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p5) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This makes my own style headings (withpagenumber in upper rt. corner).
\pagestyle{myheadings}
% This will put page number in right corner without any other text in header.
% (Footer will be blank.)
\markright{}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p5-6) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TITLE/SIGNATURE PAGE (required)
% Page Numbering (none - counted as lower case Roman numeral i)
%
% The title/signature page of a thesis or dissertation must bear the following; in the following order:
% a. a 1" top margin
% b. The title of the thesis or dissertation typed in all capital letters and centered.
% c. Skip 3 single spaced lines.
% d. The word “by”
% e. Skip 1 single spaced line.
% f. The full legal name of the candidate.
% g. Skip 4 single spaced lines.
% h. The submission statement single spaced as shown in the sample pages at the end of this guide.
% i. Skip 1 single spaced line.
% j. The city in which the committee accepts the work.
% k. Skip 1 single spaced line.
% l. The year of graduation.
% m. Skip 1 single spaced line.
% n. Approved signature lines as shown in the example at the end of this guide.
% o. Signatures must be in black or blue ink only
% p. This page is not numbered but is counted (as i.)
%
% The title/signature page should follow exactly the spacing and use of capital letters as shown in the
% sample pages. The title should be centered at the top of the page and, to facilitate interlibrary
% referencing, it should be pared down whenever possible so it contains only key terms and necessary
% words. Each copy of the title page must have original signatures in either blue or black ink.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p5-6) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Format the title page.
\renewcommand{\title}[1]{\newcommand{\calltitle}{#1}}
\renewcommand{\author}[1]{\newcommand{\callauthor}{#1}}
\newcommand{\doctype}[1]{\newcommand{\calldoctype}{#1}}
\newcommand{\degree}[1]{\newcommand{\calldegree}{#1}}
\newcommand{\major}[1]{\newcommand{\callmajor}{#1}}
\newcommand{\publicationyear}[1]{\newcommand{\callyear}{#1}}
\newcommand{\advisor}[1]{\newcommand{\calladvisor}{#1}}
\newcommand{\committeeMember}[1]{
\ifthenelse{\isundefined{\sigone}}
{\newcommand{\sigone}{#1}}
{
\ifthenelse{\isundefined{\sigtwo}}
{\newcommand{\sigtwo}{#1}}
{
\ifthenelse{\isundefined{\sigthree}}
{\newcommand{\sigthree}{#1}}
{
\ifthenelse{\isundefined{\sigfour}}
{\newcommand{\sigfour}{#1}}
{
\ifthenelse{\isundefined{\sigfive}}
{\newcommand{\sigfive}{#1}}
{}}}}}
}
\newcommand{\maketitlepage}
{
\begin{titlepage}
\begin{singlespace}
\begin{center}
\MakeUppercase{\calltitle}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
by
\vspace{\baselineskip}
\callauthor
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
A \calldoctype~submitted to the faculty of\\
The University of North Carolina at Charlotte\\
in partial fulfillment of the requirements\\
for the degree of \calldegree~in\\
\callmajor
\vspace{\baselineskip}
Charlotte
\vspace{\baselineskip}
\callyear
\end{center}
\vspace{\baselineskip}
\@ifundefined{sigthree}{
% There are three committee members.
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\hspace{380pt}
\begin{flushright}
\begin{minipage}{200pt}
\begin{flushleft}
Approved by:\\
\vspace{\baselineskip}
\hrulefill \\
\calladvisor\\
\vspace{\baselineskip}
\hrulefill \\
\sigone\\
\vspace{\baselineskip}
\hrulefill \\
\sigtwo
}{\@ifundefined{sigfour}{
% There are three committee members.
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\hspace{380pt}
\begin{flushright}
\begin{minipage}{200pt}
\begin{flushleft}
Approved by:\\
\vspace{\baselineskip}
\hrulefill \\
\calladvisor\\
\vspace{\baselineskip}
\hrulefill \\
\sigone\\
\vspace{\baselineskip}
\hrulefill \\
\sigtwo\\
\vspace{\baselineskip}
\hrulefill \\
\sigthree
}{\@ifundefined{sigfive}{
\vspace{\baselineskip}
\vspace{\baselineskip}
\vspace{\baselineskip}
\hspace{380pt}
\begin{flushright}
\begin{minipage}{200pt}
\begin{flushleft}
Approved by:\\
\vspace{\baselineskip}
\hrulefill \\
\calladvisor\\
\vspace{\baselineskip}
\hrulefill \\
\sigone\\
\vspace{\baselineskip}
\hrulefill \\
\sigtwo\\
\vspace{\baselineskip}
\hrulefill \\
\sigthree\\
\vspace{\baselineskip}
\hrulefill \\
\sigfour}{
%\vspace{\baselineskip}
\vspace{\baselineskip}
\hspace{380pt}
\begin{flushright}
\begin{minipage}{200pt}
\begin{flushleft}
Approved by:\\
\vspace{\baselineskip}
\hrulefill \\
\calladvisor\\
\vspace{\baselineskip}
\hrulefill \\
\sigone\\
\vspace{\baselineskip}
\hrulefill \\
\sigtwo\\
\vspace{\baselineskip}
\hrulefill \\
\sigthree\\
\vspace{\baselineskip}
\hrulefill \\
\sigfour\\
\vspace{\baselineskip}
\hrulefill \\
\sigfive}}}
\end{flushleft}
\end{minipage}
\end{flushright}
\end{singlespace}
\end{titlepage}
\setcounter{page}{2}
}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p6) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% COPYRIGHT PAGE (required)
% Page Numbering (lower-case Roman numeral ii)
%
% \copyright 20__
% Full Legal Name
% ALL RIGHTS RESERVED
% This information should be centered and single-spaced with the last line 2 inches from the bottom
% of the page. This page is numbered with a small Roman numeral placed ¾" from the top of the paper
% and 1" from the right edge of the paper. The year of graduation is used on this page.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p6) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\makecopyright} {
\begin{centering}
\begin{singlespace}
\vspace*{540pt}
\copyright \callyear\\
\callauthor\\
ALL RIGHTS RESERVED
\end{singlespace}
\end{centering}
\newpage
}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p7) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ABSTRACT (required)
% Page Numbering (lower-case Roman numeral iii)
%
% The abstract page is required, but not listed in the table of contents. The abstract is double-spaced,
% consisting of the briefest possible summary of the work and conclusions not exceeding one page in
% length. The heading for the abstract is single spaced and should be constructed as follows:
% a. The word ABSTRACT is centered with a 1" top margin.
% b. Skip 2 single spaced lines.
% c. On the 3rd single spaced line below the word ABSTRACT, type your full legal name in all capitals.
% Type the title using lower case only except for the first letter of the first word. Type the name
% of the professor who directed the thesis or dissertation in parentheses and in all capitals. See
% example in the sample pages at the end of this guide
% NOTE: The title shown on the abstract page and the title on the title/signature page must be the same.
% d. Skip 2 single spaced lines.
% e. On the 3rd single spaced line below the heading, begin the text of the abstract. The text of the
% abstract is double spaced. See the example shown at the end of this manual.
% f. This page is numbered with a small Roman numeral placed ¾” from the top of the paper and 1" from
% the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p7) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\abstractname{ABSTRACT}
%\if@titlepage
\newenvironment{abstract}{%
% \titlepage
% \null\vfil
\@beginparpenalty\@lowpenalty
\begin{center}%
\begin{singlespace}%
\abstractname\\
\vspace{\baselineskip}
\vspace{\baselineskip}
\MakeUppercase{\callauthor}. \calltitle. (Under the direction of \MakeUppercase{\calladvisor})
% \bfseries \abstractname
\@endparpenalty\@M
% \vspace{\baselineskip}
\end{singlespace}
\end{center}}%
{\par\vfil\null\newpage}
% {\par\vfil\null\endtitlepage}
%\else
% \newenvironment{abstract}{%
% \if@twocolumn
% \section*{\abstractname}%
% \else
% \small
% \begin{center}%
% {\bfseries \abstractname\vspace{-.5em}\vspace{\z@}}%
% \end{center}%
% \quotation
% \fi}
% {\if@twocolumn\else\endquotation\fi}
%\fi
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p7-8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ACKNOWLEDGEMENT PAGE (optional)
% Page Numbering (continue lower-case Roman numerals)
% DEDICATION PAGE (optional)
% Page Numbering (continue lower-case Roman numerals)
%
% The Dedication page, if used, pays a special tribute to a person(s) who has given extraordinary
% encouragement or support to one’s academic career. The Acknowledgement page should be brief, simple,
% and free of sentimentality or trivia. It is customary to recognize the role of the advisor, the
% other members of the advisory committee, and only those organizations or individuals who actually
% aided in the project. Further, you should acknowledge any outside source of financial assistance,
% such as GASP grants, contracts, or fellowships.
% a. The word DEDICATION or ACKNOWLEDGEMENTS is centered with a 1" top margin.
% b. Skip 2 single spaced lines.
% c. On the 3rd single spaced line below the word DEDICATION or ACKNOWLEDGEMENTS, begin the text.
% The text of the dedication is double spaced.
% d. This page is numbered with a small Roman numeral placed ¾” from the top of the paper and 1" from
% the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p7-8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\acknowledgementsname{ACKNOWLEDGEMENTS}
\newenvironment{acknowledgements}{%
% \titlepage
% \null\vfil
\@beginparpenalty\@lowpenalty
\begin{center}%
\begin{singlespace}%
\acknowledgementsname\\
% \vspace{\baselineskip}
% \vspace{\baselineskip}
% \bfseries \abstractname
\@endparpenalty\@M
\end{singlespace}
\end{center}}%
{\par\vfil\null\newpage}
\newcommand\dedicationname{DEDICATION}
\newenvironment{dedication}{%
% \titlepage
% \null\vfil
\@beginparpenalty\@lowpenalty
\begin{center}%
\begin{singlespace}%
\dedicationname\\
% \vspace{\baselineskip}
% \vspace{\baselineskip}
% \bfseries \abstractname
\@endparpenalty\@M
\end{singlespace}
\end{center}}%
{\par\vfil\null\newpage}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TABLE OF CONTENTS (required)
% Page Numbering (continue with lower-case Roman numerals)
%
% The Table of Contents of the thesis or dissertation lists all sections following it,
% including the List of Tables and List of Figures, if used, and all the headings and
% subheadings exactly as they appear in the text. Nothing that precedes the Table of
% Contents should be listed.
% a. This page should bear the title: TABLE OF CONTENTS centered 1" from the top of the page.
% b. Skip two single spaced lines.
% c. On the third single spaced line below the words TABLE OF CONTENTS, list the first
% entry. The entries are double spaced.
% d. This page is numbered with a small Roman numeral placed ¾” from the top of the
% paper and 1" from the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This redefines the table of contents title.
\renewcommand*{\contentsname}{TABLE OF CONTENTS}
\titleclass{\subsubsubsection}{straight}[\subsubsection]
\newcounter{subsubsubsection}
\renewcommand{\thesubsubsubsection}{\arabic{chapter}.\arabic{section}.\arabic{subsection}.\arabic{subsubsection}.\arabic{subsubsubsection}}
% This line decides how deep the Table of Contents will go.
% A tocdepth of 1 means it will only show chapters and sections.
% You can increase it if you want your Table of Contents to show
% subsections (tocdepth = 2) or subsubsections (tocdepth = 3) as well.
\setcounter{tocdepth}{2}
% Increase the section number depth and the toc depth (the depth ofsections which get numbered
% and put in the table of contents). This is necessary to allow thenew titleclasses to be
% numbered correctly and put in the toc.
\setcounter{secnumdepth}{5}
% The following commands format the table of contents (from titletoc package).
% Note: the toc formatting for chapter below will be used for formatting the
% References and appendix chapters. Note: \appendixname is used in toc title
% in order to get the correct name for appendix chapters. References still
% comes out correctly because \addcontentsline{toc}{chapter}{\bibname} was
% used for putting the title `REFERENCES' in the toc.
\titlecontents{chapter}[0pt]{\normalfont\mdseries}
{\MakeUppercase{\chaptertitlename} \thecontentslabel :\hspace{.25em}}
{}{\titlerule*[1pc]{}\contentspage}
\titlecontents{section}[4em]{}{\contentslabel{2.3em}}{}
{\titlerule*[1pc]{.}\contentspage}
% Format \subsection's toc entry.
\titlecontents{subsection}[8em]{}{\contentslabel{4em}}{}
{\titlerule*[1pc]{.}\contentspage}
% Format \subsubsection's toc entry.
\titlecontents{subsubsection}[12em]{}{\contentslabel{4em}}{}
{\titlerule*[1pc]{.}\contentspage}
% Format \subsubsubsection's toc entry.
\titlecontents{subsubsubsection}[16em]{}{\contentslabel{4em}}{}
{\titlerule*[1pc]{.}\contentspage}
\newcommand{\uncctocformat}[4]{
\titlecontents{#1}[#2]{\normalfont\mdseries\singlespacing}
{\hspace*{2em}\begin{tabular}[t]{@{}p{#3}}\hspace*{-2em}#4}
{\hspace*{2em}\begin{tabular}[t]{@{}p{#3}}\hspace*{-2em}}
{\end{tabular}\hfill\contentspage}
}
% TOC formatting for chapter, section levels
\uncctocformat{chapter}{0pt}{350pt}{\chaptertitlename~\thecontentslabel:~}
\uncctocformat{section}{48pt}{302pt}{\contentslabel{2em}}
\uncctocformat{subsection}{96pt}{254pt}{\contentslabel{4em}}
\uncctocformat{subsubsection}{144pt}{206pt}{\contentslabel{4em}}
% TOC formatting for figure, table
\uncctocformat{figure}{0pt}{350pt}{\figuretitlename~\thecontentslabel:~}
\uncctocformat{table}{0pt}{350pt}{\tabletitlename~\thecontentslabel:~}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p9) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LIST OF TABLES (optional)
% Page Numbering (continue with lower-case Roman numerals)
% LIST OF FIGURES (optional)
% Page Numbering (continue with lower-case Roman numerals)
% LIST OF SYMBOLS/ABBREVIATIONS (optional)
% Page Numbering (continue with lower-case Roman numerals)
%
% If there are any tables or figures appearing in the thesis or dissertation, lists of
% these may be included. The descriptive titles in these lists must be identical with those
% in the text, but only the titles and not the explanatory notes, should be included. Each list
% appears on a separate page. See examples at the end of this guide.
% When many abbreviations or symbols are used, a separate List of Symbols or List of
% Abbreviations may be included for the sake of clarity.
% a. The titles LIST OF TABLES, LIST OF FIGURES, or LIST OF ABBREVIATIONS are in capital
% letters and centered 1" from the top of the page.
% b. Skip 2 single spaced lines.
% c. On the 3rd single spaced line below the heading, list the first entry. The entries
% are double spaced.
% d. These pages are numbered with a small Roman numeral placed 0.75" from the top of the
% paper and 1" from the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p9) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\addtocontents{toc}{\vspace*{-10pt}}
\addtocontents{lof}{\protect\renewcommand*\protect\addvspace[1]{}\vspace*{-30pt}}
\addtocontents{lot}{\protect\renewcommand*\protect\addvspace[1]{}\vspace*{-30pt}}
\renewcommand*{\listtablename}{LIST OF TABLES \vspace*{4ex}\addcontentsline{toc}{chapter}{LIST OF TABLES}}
\renewcommand*{\listfigurename}{LIST OF FIGURES \vspace*{4ex}\addcontentsline{toc}{chapter}{LIST OF FIGURES}}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PREFACE (optional)
% Page Numbering (continue lower-case Roman numerals)
%
% Depending on the discipline or the requirements of the student’s advisory committee, an
% Introduction may be included as a preliminary page. In this case it should be included
% before the main body.
% a. The word PREFACE is centered with a 1” top margin.
% b. Skip 2 single spaced lines.
% c. On the 3rd single spaced line below the word PREFACE, begin the text. The text
% is double spaced.
% d. This page is numbered with a small Roman numeral placed ¾" from the top of the paper
% and 1" from the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p8) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\prefacename{PREFACE}
\newenvironment{preface}{%
% \titlepage
% \null\vfil
\@beginparpenalty\@lowpenalty
\begin{center}%
\begin{singlespace}%
\prefacename\\
% \vspace{\baselineskip}
% \vspace{\baselineskip}
% \bfseries \abstractname
\@endparpenalty\@M
\end{singlespace}
\end{center}}%
{\par\vfil\null\newpage}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p9-11) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% THESIS TEXT (required)
% Page Numbering (Arabic numerals (1,2,3,4,...) starting at 1)
%
% The organization and format of the text should be appropriate to the nature and scope of
% the research reported. The text must show logical organization; generally, the text
% includes an introduction or preface, a clear statement of the objectives, an appropriate
% review of previous research, a description of the materials and methods used in the research,
% a record of the results obtained, interpretive discussion of results in light of other
% research, and a summary of the significant findings of the study. Recommendations for future
% lines of study should also be included.
%
% For theses and dissertations of great complexity involving extensive cross-referencing and
% multiple subheadings, a decimal type of organization is suggested. If the decimal system is
% used for major and minor divisions of the thesis, it must be used throughout the entire
% thesis or dissertation, including the appendices. It must also be used for numbering
% equations, tables and figures. Once a suitable system of subdivision is selected, it should
% be followed consistently throughout the document; combinations of the decimal and the
% conventional or non-decimal systems are not acceptable. (See example in Table of Contents sample.)
%
% NOTE: Organizing the thesis or dissertation into chapters is not a Graduate School requirement;
% however, if you do separate the text into chapters, there is a specific format for the title
% (heading) of each chapter. See sample pages for examples. Either format is acceptable but be
% certain to apply one or the other consistently throughout your document.
%
% Format for chapter headings:
% a. The first page of each chapter must have a heading that is capitalized and centered
% with a 2" top margin. The first page of each chapter is counted but the page number is omitted.
% b. Skip two single spaced lines.
% c. On the third single spaced line below the chapter heading, begin the text. The text is
% double spaced throughout. The only exceptions are noted within this manual.
% d. Subsequent pages of the chapter have 1” top margins; page numbers in the text should
% be placed 0.75” from the top of the paper and 1" from the right edge of the paper.
% If chapters are not used but the text is still separated into sections (e.g., Introduction,
% Materials and Methods, Results, Discussion), each new section must have a heading using
% the format below:
%
% Format for non-chapter headings:
% a. Non-chapter headings should be capitalized and centered with a 1" top margin. The page is counted AND numbered.
% b. Page numbers should be placed ¾" from the top of the paper and 1" from the right edge of the paper.
% c. Skip 2 single spaced lines.
% d. On the 3rd single spaced line below the heading, begin the text. The text is double spaced.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p9-11) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\chaptertitlename}{CHAPTER}
\newcommand{\figuretitlename}{FIGURE}
\newcommand{\tabletitlename}{TABLE}
% Thesis body format for chapter titles
% All chapters in the thesis text must be capitalized and centered
% all titles have a 2" top margin and are followed by 2 blank vertical lines before start of text
% the page number is omitted on chapter pages in the thesis text.
\newcommand{\bodychapterformat} {
\titlespacing{\chapter}{0pt}{0.575in}{.1875in}
\titleformat{\chapter}[block]{\normalfont\mdseries\centering}
{\MakeUppercase{\chaptertitlename} \thechapter :}
{.25em}{\MakeUppercase\mdseries}[
%\thispagestyle{myheadings} % uncomment if you want a page number on these chapter pages
\thispagestyle{empty} % uncomment if you dont want a page number on these chapter pages
\setcounter{section}{0} \setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{subsubsubsection}{0}
]
}
% frontmatter and backmatter format for chapter titles
% Frontmatter titles include ABSTRACT/ACKNOWLEDGEMENTS/INTRODUCTION page titles
% Backmatter titles include REFERENCES/BIBLIOGRAPHY/APPENDIX/VITA page titles
% all titles have a 1" top margin and are followed by 2 blank vertical lines before start of text
% there should be a page number on all of these pages
\newcommand{\fbmatterchapterformat} {
\titlespacing{\chapter}{0pt}{-0.375in}{.1875in}
\titleformat{\chapter}[block]{\normalfont\mdseries\centering}
{\MakeUppercase{\chaptertitlename} \thechapter :}
{.25em}{\MakeUppercase\mdseries}[
\thispagestyle{myheadings} % uncomment if you want a page number on these chapter pages
%\thispagestyle{empty} % uncomment if you dont want a page number on these chapter pages
\setcounter{section}{0} \setcounter{subsection}{0}
\setcounter{subsubsection}{0}
\setcounter{subsubsubsection}{0}
]
}
% spacing around chapter headings are below
% the four measurements are the left, upper and lower spacing around the heading
% Parameter -.25in isneeded to reduce the 1.25in space from top edge
% of paper to chapter title that alreadyexists to make space = 1in.
%\titlespacing{\chapter}{0pt}{-0.375in}{.1875in}
%\titlespacing{\chapter}{0pt}{0.575in}{.1875in}
%%\titlespacing{\chapter}{0pt}{0.625in}{.1875in}
% Parameter .75in is needed to increase the 1.25in space from top edge
% of paper to chapter title that already exists to make space = 2in.
% Format \section command
\titleformat{\section}[block]{\normalfont\mdseries\centering}
{\thesection}
{1.5em}{\normalfont\mdseries}[\setcounter{subsection}{0}
\setcounter{subsubsection}{0}\setcounter{subsubsubsection}{0}]
\titlespacing{\section}{0pt}{.0625in}{.0625in}
% Format \subsection command
\titleformat{\subsection}[block]{\normalfont\mdseries\centering}
{\thesubsection}
{1.5em}{\normalfont\mdseries}[\setcounter{subsubsection}{0}
\setcounter{subsubsubsection}{0}]
\titlespacing{\subsection}{0pt}{.0625in}{.0625in}
% Format \subsubsection command
\titleformat{\subsubsection}[block]{\normalfont\mdseries\centering}
{\thesubsubsection}
{1.5em}{\normalfont\mdseries}[\setcounter{subsubsubsection}{0}]
\titlespacing{\subsubsection}{0pt}{.0625in}{.0625in}
% Format \subsubsubsection command
\titleformat{\subsubsubsection}[block]{\normalfont\mdseries\centering}
{\thesubsubsubsection}
{1.5em}{\normalfont\mdseries}
\titlespacing{\subsubsubsection}{0pt}{.0625in}{.0625in}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p11) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% REFERENCES/BIBLIOGRAPHY (required)
% Page Numbering (Arabic numerals (1,2,3,4,...) starting at 1)
%
% The thesis or dissertation must include a separate REFERENCES or BIBLIOGRAPHY section.
% The format of this section must adhere to the following:
% a. The heading of REFERENCES or BIBLIOGRAPHY should be capitalized and centered with
% a 1" top margin.
% b. Skip 2 single spaced lines.
% c. On the 3rd single spaced line below the heading, type the first entry.
% d. All entries are to be single spaced with a double space between entries.
% e. Pages are numbered with Arabic numerals placed ¾” from the top of the paper and 1"
% from the right edge of the paper.
%
% NOTE: The term Bibliography or References should be used consistently throughout the
% thesis or dissertation. That is, do not list it in the table of contents as Bibliography
% and then title it in the body of the text as References.
%
% The form used for literature citation within the REFERENCES or BIBLIOGRAPHY section of
% the thesis or dissertation should be determined by the style manual selected by the
% discipline for which the research is written or by your advisory committee.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p11) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\bibname}{REFERENCES}
% un-comment if you want your references section to be titled BIBLIOGRAPHY
%\renewcommand{\bibname}{BIBLIOGRAPHY}
\renewenvironment{thebibliography}[1]
{\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}}%
\addcontentsline{toc}{chapter}{\bibname} % NEW added TOC entry
\singlespace % NEW singlespacing start
\vspace{-2pt} % NEW adjust space under chapter title
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist}
% \doublespace % NEW doublespacing start
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p11-12) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% APPENDICES (optional)
% Page Numbering (Arabic numerals (1,2,3,4,...) starting at 1)
%
% The appendices should be used for whatever material you or your advisory committee believes
% should be included, but would not be appropriate in the text of the thesis or dissertation.
% Such materials can include:
% a. the original data obtained in the thesis or dissertation research, including computer
% programs and printouts, surveys, or correspondence;
% b. detailed descriptions of procedures, which go beyond the general outline of methods and
% approaches presented in the text;
% c. a particularly extensive review of the literature and other information that may be
% useful to future scholars who may wish to delve more deeply into the research topic.
% If there is more than one appendix, appendices should be defined both by letters and titles,
% (Example: APPENDIX A: CONSENT FORM).
% a. Appendices must be listed in the table of contents and numbered consecutively following
% the bibliography/reference pages.
% b. The title should be capitalized and centered with a 1" top margin.
% c. Skip two single spaced lines.
% d. On the third single spaced line below the heading, type the first entry.
% e. Pages are numbered with Arabic numerals placed 0.75” from the top of the paper and 1"
% from the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 END (p11-12) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand*{\appendixname}{APPENDIX}
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p11-12) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% VITA (optional)
% Page Numbering (Arabic numerals (1,2,3,4,...) starting at 1)
%
% The thesis or dissertation may conclude with a biographical sketch of the author. The sketch
% should be written in the third person and should indicate birth date and birthplace, where
% the author earned the bachelor’s degree and if applicable the master’s degree, professional
% societies to which the authors belongs, and other professional activities.
% a. The word VITA is capitalized and centered with a 1" top margin.
% b. Skip two single spaced lines.
% c. On the third single spaced line below the heading, begin the text.
% d. Pages are numbered with Arabic numerals
% placed 0.75” from the top of the paper and 1" from the right edge of the paper.
%%%%%%%%%%%%% UNC Charlotte Guidelines 2014 START (p11-12) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand\vitaname{VITA}
\newenvironment{vita}{%
% \titlepage
% \null\vfil
\newpage
\@beginparpenalty\@lowpenalty
\begin{center}%
\begin{singlespace}%
\vitaname\\
% \vspace{\baselineskip}
% \vspace{\baselineskip}
% \bfseries \abstractname
\@endparpenalty\@M
\end{singlespace}
\end{center}}%
{\par\vfil\null\newpage}