-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapstone.sty
101 lines (88 loc) · 2.44 KB
/
capstone.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
%% Champlain Capstone Template
%% hasan.alshaabi@mymail.champlain.edu
%% jauerbach@champlain.edu
\typeout{Champlain Capstone Style, Version 0.1}
\typeout{Copyright (c) 2017 Thayer Alshaabi, Joshua Auerbach}
\typeout{Licensed under the Academic Free License version 2.0}
% Add any extra packages as needed to the end of this file
%-------------------------------------------%
\usepackage[english]{babel}
\usepackage[square,numbers]{natbib}
\usepackage{url}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{parskip}
\usepackage{vmargin}
\usepackage{caption}
\usepackage{geometry}
\usepackage{changepage}
\usepackage{multicol}
\usepackage[titletoc,toc,title]{appendix}
\usepackage{titlesec}
\titleformat{\chapter}[hang]
{\normalfont\LARGE\bfseries}{\chaptertitlename\ \thechapter:}{20pt}{}
\titlespacing*{\chapter}{0pt}{-25pt}{25pt}
\usepackage[nottoc,notlot,notlof]{tocbibind}
\AtBeginDocument{\renewcommand{\bibname}{References}}
\usepackage{tabularx}
\usepackage[pdftex]{graphicx}
\geometry{left=1.0in,right=1.0in,top=1.0in,bottom=1.0in }
\setmarginsrb{1 in}{1 in}{1 in}{1 in}{0 in}{0 in}{1 cm}{1 cm}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=blue,
pdftitle={CAPSTONE DOCUMENTATION},
}
\urlstyle{same}
\usepackage{fancyhdr}
\usepackage{ifpdf}
\ifpdf
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\else
\fi
\renewenvironment{abstract}{%
\addcontentsline{toc}{section}{Abstract}
\small
\begin{center}%
{\bfseries\LARGE\abstractname\vspace{1em}\vspace{\z@}}%
\end{center}%
\quotation
}{
\newpage
}
\newenvironment{acknowledgements}{%
\section*{Acknowledgements}
\addcontentsline{toc}{section}{Acknowledgements}
}{
\newpage
}
\renewcommand\tableofcontents{%
\section*{Table of Contents
\@mkboth{%
Table of Contents}{Table of Contents}}%
\@starttoc{toc}%
\newpage
}
\renewcommand\listoffigures{%
\section*{\listfigurename
\@mkboth{\MakeUppercase\listfigurename}%
{\MakeUppercase\listfigurename}}%
\@starttoc{lof}%
\addcontentsline{toc}{section}{\listfigurename}
\newpage
}
\renewcommand\listoftables{%
\section*{\listtablename
\@mkboth{%
\MakeUppercase\listtablename}{\MakeUppercase\listtablename}}%
\@starttoc{lot}%
\addcontentsline{toc}{section}{\listtablename}
\newpage
}
%-------------------------------------------%
% Add more packages here...