Skip to content

Commit e9abbde

Browse files
author
Liam Horne
committed
Initial commit
0 parents  commit e9abbde

File tree

5 files changed

+413
-0
lines changed

5 files changed

+413
-0
lines changed

exampleimage.jpg

312 KB
Loading

examplesignature.jpg

16.1 KB
Loading

pd2.sty

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
\usepackage{setspace}
2+
\usepackage{url}
3+
\usepackage{graphicx}
4+
\usepackage{tocloft}
5+
\usepackage{color}
6+
\usepackage[hmargin=1.5in, vmargin=1.5in]{geometry}
7+
8+
\newlength\mylen
9+
\settowidth\mylen{Figure\ }
10+
\addtolength\cftfignumwidth{\mylen}
11+
\addtolength\cfttabnumwidth{\mylen}
12+
\renewcommand*{\cftfigfont}{Figure }
13+
\renewcommand*{\cfttabfont}{Table \hspace{0.075in}}
14+
15+
\doublespacing
16+
\addtolength{\parskip}{\baselineskip}
17+
\setlength{\parindent}{0pt}
18+
\setlength{\cftsecnumwidth}{25pt}
19+
\setlength{\parskip}{1em}
20+
21+
\newcommand{\waterlootitlepage}[4] {
22+
23+
\titlecontents{section}
24+
[0pt]
25+
{}%
26+
{\contentsmargin{0pt}
27+
\thecontentslabel\enspace%
28+
}
29+
{\contentsmargin{0pt}}
30+
{\titlerule*[.5pc]{.}\contentspage}
31+
[]
32+
33+
\begin{singlespace}
34+
\begin{titlepage}
35+
\begin{center}
36+
\large\textbf{\MakeUppercase{University of Waterloo}} \\
37+
#1
38+
\vfill
39+
{
40+
\large
41+
\textsc{\textbf{\MakeUppercase{#2}}}
42+
}
43+
\vfill
44+
#3
45+
\vfill
46+
Prepared by \\
47+
#4
48+
\end{center}
49+
\end{titlepage}
50+
\end{singlespace}
51+
52+
53+
}
54+
55+
\newcommand{\waterlooletterofsubmittal}[7] {
56+
\begin{waterlooletter}
57+
#1 \\
58+
#2 \\
59+
#3 \\ \\
60+
\today \\ \\
61+
Mr. Tim Paci, PD2 Instructor \\
62+
Professional Development Program \\
63+
University of Waterloo \\
64+
200 University Avenue West \\
65+
Waterloo, Ontario \\
66+
N2L 3G1 \\ \\
67+
Dear Mr. Paci: \\
68+
69+
#6
70+
71+
Sincerely, \\ \\
72+
#7
73+
74+
#4 \\
75+
ID#5
76+
\end{waterlooletter}
77+
}
78+
79+
\newenvironment{waterlooletter}{
80+
\begin{singlespace}}{
81+
\end{singlespace}
82+
\thispagestyle{empty}
83+
\newpage
84+
}
85+
86+
\newcommand{\makereferences}[1]{
87+
\addcontentsline{toc}{section}{References}
88+
\begin{thebibliography}{9}
89+
#1
90+
\end{thebibliography}
91+
\newpage
92+
}
93+
94+
\newcommand{\examplereport}{
95+
\mySection{My Amazing Section}{
96+
\lipsum[2] % remove this line
97+
\mySubSection{My Amazing SubSection} {
98+
\lipsum[12] % remove this line
99+
\mySubSubSection{My Amazing SubSubSection} {
100+
\lipsum[10] % remove this line
101+
\myFigure{0.10}{exampleimage.jpg}{Hello, World} % remove this line
102+
\lipsum[11-12] %remove this line
103+
\myTable{0.1}{exampleimage.jpg}{Hello, Table}
104+
}
105+
}
106+
}
107+
108+
\mySection{My Amazing Section}{
109+
\lipsum[2] % remove this line
110+
\mySubSection{My Amazing SubSection} {
111+
\lipsum[12] % remove this line
112+
\mySubSubSection{My Amazing SubSubSection} {
113+
\lipsum[18-21] % remove this line
114+
}
115+
}
116+
}
117+
}
118+
119+
\newcommand{\addchecklistappendix}{
120+
Your report must:
121+
\begin{itemize}
122+
\item $\left[ Y \right]$ Include 4-6 pages of body content. Figures or tables that are included in the body are excluded in the 4-6 page count. (Example: 8 pages of content that includes a one-page figure and a half-page table counts as 6.5 pages of body content.) Adherence to the 3Cs (clarity, conciseness, and coherence) will allow you to meet this page limit.
123+
\item $\left[ Y \right]$ Include at least one table (Place the table in the body of your report if you discuss it in detail; place the table in an appendix if your analysis refers to it only briefly.)
124+
\item $\left[ Y \right]$ Include at least one figure (Place the figure in the body of your report if you discuss it in detail; place the figure in an appendix if your analysis refers to it only briefly.)
125+
\item $\left[ Y \right]$ Use a 12-point serif font
126+
\item $\left[ Y \right]$ Be double-spaced
127+
\item $\left[ Y \right]$ Be written in formal, standard English, with no contractions
128+
\item $\left[ Y \right]$ Be spellchecked and proofread
129+
\item $\left[ Y \right]$ Include pages numbered according to the conventions described in the Report Resources tab.
130+
\end{itemize}
131+
Your report must conform to the format and conventions described in the Report Resources page. You do not have to bind your report or include a front cover because you will submit your report to us online. Your report will include the following pages and sections:
132+
\begin{itemize}
133+
\item $\left[ Y \right]$ Title page
134+
\item $\left[ Y \right]$ Letter of submittal (addressed to the PD 2 course instructor)
135+
\item $\left[ Y \right]$ Table of contents
136+
\item $\left[ Y \right]$ List of figures and tables, if appropriate (Figures or tables in an appendix should not be listed on the List of figures and tables; figures or tables elsewhere in your report are required to bbe on this list.)
137+
\item $\left[ Y \right]$ Summary
138+
\item $\left[ Y \right]$ Introduction
139+
\item $\left[ Y \right]$ Body (that includes both an objective analytical component and a reflective component)
140+
\item $\left[ Y \right]$ Conclusions (the section is "conclusions" as in "findings", not "conclusion")
141+
\item $\left[ Y \right]$ Recommendations (specific, measurable, and attainable)
142+
\item $\left[ Y \right]$ References
143+
\item $\left[ Y \right]$ Appendices (you need at least one appendix which includes this checklist)
144+
\end{itemize}
145+
}
146+
147+
\newcommand{\addanappendix}[2]{
148+
\tocsection{#1}
149+
#2
150+
}
151+
152+
\makeatletter
153+
\renewcommand\ext@table{lof}
154+
\makeatother
155+
156+
\renewcommand\cftfigpresnum{Figure }
157+
\renewcommand\cfttabpresnum{Table }
158+
159+
\newcommand{\mytableofcontents} {
160+
\tableofcontents
161+
\newpage
162+
\begin{center}
163+
\tocsection{List of Tables and Figures}
164+
\end{center}
165+
\listoffigures
166+
\newpage
167+
}
168+
169+
\newcommand{\mySection}[2] {
170+
\section{#1}
171+
#2
172+
}
173+
174+
\newcommand{\mySubSection}[2] {
175+
\begin{addmargin}[1.5em]{0em}
176+
\subsection{#1}
177+
#2
178+
\end{addmargin}
179+
}
180+
181+
\newcommand{\mySubSubSection}[2] {
182+
\begin{addmargin}[1.5em]{0em}
183+
\subsubsection{#1}
184+
#2
185+
\end{addmargin}
186+
}
187+
188+
\newcommand{\myFigure}[3] {
189+
\begin{figure}
190+
\centering
191+
\scalebox{#1}{\includegraphics{#2}}
192+
\caption{#3}
193+
\end{figure}
194+
}
195+
196+
\newcommand{\myTable}[3] {
197+
\begin{table}
198+
\centering
199+
\scalebox{#1}{\includegraphics{#2}}
200+
\caption{#3}
201+
\end{table}
202+
}
203+
204+
\def\thesection{\arabic{section}.0 }
205+
\def\thesubsection{\arabic{section}.\arabic{subsection}}
206+
207+
\renewcommand{\contentsname} {
208+
\begin{center}
209+
Table of Contents
210+
\end{center}
211+
}
212+
213+
\newcommand{\bulletpoints}[1]{
214+
\begin{spaceditemize}
215+
#1
216+
\end{spaceditemize}
217+
}
218+
219+
\renewcommand{\listfigurename}{}
220+
\renewcommand{\cftsecleader}{\bfseries\cftdotfill{\cftdotsep}}
221+
\renewcommand{\cftfigpresnum}{Figure }
222+
\renewcommand{\cftfigaftersnum}{ --- }
223+
\renewcommand{\cftfignumwidth}{65pt}
224+
\newcommand{\tocsection}[1]{
225+
\section*{#1}
226+
\addcontentsline{toc}{section}{#1}
227+
}
228+
229+
\newenvironment{spaceditemize}{
230+
\begin{list}{$\bullet$}
231+
{
232+
\setlength{\parskip}{0pt}
233+
}}
234+
{\end{list}\bigskip
235+
}
236+
237+
238+

report.pdf

405 KB
Binary file not shown.

0 commit comments

Comments
 (0)