-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmain.tex
198 lines (124 loc) · 6.37 KB
/
main.tex
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
\documentclass[12pt]{article}
\usepackage{formatting}
% Use https://uwaterloo.ca/math/current-undergraduates/co-op-information/work-report-guidelines/appendix-3-work-report-checklist to ensure you are meeting all the requirements
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fill in:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\term}{Current Term } % term that was most recently completed
\newcommand{\program}{program/plan}
\newcommand{\WTT}{Title of report}
\newcommand{\name}{First Lastname}
\newcommand{\studentNumber}{student number}
\newcommand{\yourStreet}{your street}
\newcommand{\yourCity}{your city}
\newcommand{\yourProvince}{ your province}
\newcommand{\yourPostalCode}{your postal code}
\newcommand{\supervisorsName}{Supervisor's name}
\newcommand{\supervisorsRole}{Supervisor's role}
\newcommand{\compName}{Company name}
\newcommand{\compStreet}{company street}
\newcommand{\compCity}{comp city}
\newcommand{\compProvince}{comp province}
\newcommand{\compPostalCode}{comp postal code}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Title Page:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\FirstPage
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Letter:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\LetterHead
% Sample is at https://uwaterloo.ca/math/sites/ca.math/files/uploads/files/letterofsubmittal_2.pdf"
As we agreed, I have prepared the enclosed report, “\WTT,” for
my \term work report and for the TEAM. This
report, the NUMBER of four work reports that the Co-operative Education Program
requires that I successfully complete as part of my BMath Co-op degree
requirements, has not received academic credit.
\vskip 10pt
ROLE IN COMPANY, BRIEF DESCRIPTION OF DUTIES, PURPOSE OF REPORT must be added in a paragraph
\vskip 10pt
The Faculty of Mathematics requests that you evaluate this report for command
of topic and technical content/analysis. Following your assessment, the report,
together with your evaluation, will be submitted to the Math Undergrad Office
for evaluation on campus by qualified work report markers. The combined
marks determine whether the report will receive credit and whether it will be
considered for an award.
Thank you for your assistance in preparing this report.
INSERT SIGNATURE HERE
% \includegraphics[height=3cm]{Signature.jpg}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Table of Contents:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\toc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\sectionNoNumber{Executive Summary}
% Complete clear well organized summary of 1) the purpose of the report, 2) key points of analysis and highlights the conclusion
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% One of the most important components of the report is the Executive Summary. It should be written after the rest of the report has been written.
% The Executive Summary should be complete in itself and may be consulted by readers to determine whether they need to read the whole report. It appears on a separate page.
% Limit the Executive Summary to one page and briefly present
% the purpose of the report
% the key points of the analysis
% the highlights of the conclusions
% the highlights of the recommendations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\formattingForRestOfReport
\section{Introduction}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The Introduction establishes the purpose of the report and conveys the contents of the Analysis. You should provide the reader with the following information:
% necessary background information
% assumptions used
% major points covered in the report
% the situation or problem that is analyzed
% the purpose of the work report and the methodology used
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Analysis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Must include text here
\subsection{A subsection}
Must include text here
\subsubsection{A sub sub section}
%https://owl.purdue.edu/owl/research_and_citation/apa_style/apa_formatting_and_style_guide/apa_tables_and_figures.html
\begin{figure}[h!]
\includegraphics[width=\textwidth]{SpaceJam.jpg}
\caption{A screen grab of SpaceJam}
\end{figure}
% For full marks: 2-3 pages of analysis
% Very good: 1.5 - 2 pages
% A description of the steps in a process is not sufficient. The following list provides examples of acceptable analytical content:
% a discussion of cause and effect
% a discussion of advantages and disadvantages
% a comparison of two or more systems or products
% The following are examples of acceptable analyses:
% Why does a problem exist?
% How does the problem affect specific jobs in the workplace?
% How does the new system or product solve a problem?
% What aspects of the problem have been improved? How?
% What problems does the system or product not solve? Why not?
% How can the system or product be improved?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Conclusions}
% Conclusion highlights key points of report, succinct, relevant and insightful
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The Conclusions section should be brief and should contain no new information. Conclusions should not make direct reference to sources, figures, or tables.
Each conclusion should follow logically from the facts and arguments presented in the Analysis section.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\section{Recommendations}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This section is optional because recommendations are not appropriate for all reports.
Recommendations are essentially speculative but should be brief and should follow logically from the conclusions. Include comments derived from experience that may improve future activities of the company.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\sectionNoNumber{References}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Whenever possible, support statements with concrete, specific examples. If you refer to a published work, cite the reference in the text even if the reference is not a direct quotation. Include the author and year of publication.
I can never find where they state this but they want things in APA format.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\sectionNoNumber{Acknowledgments}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
You may wish to acknowledge people who helped you with your work report. For example, you may thank someone you interviewed or someone whose files you borrowed. Do so in the last paragraph of your letter or memo, or include a separate acknowledgments page where you thank each person and explain briefly how he or she helped.
\end{document}