-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
\documentclass[12pt]{article} | ||
\usepackage[left=1in, right=1.0in, top=1.0in, bottom=1.0in]{geometry} | ||
|
||
\usepackage{multicol} | ||
\usepackage{hyperref} | ||
\usepackage{amsmath} | ||
\usepackage{soul} | ||
\renewcommand{\baselinestretch}{1.5} | ||
|
||
\begin{document} | ||
|
||
% title | ||
\begin{center} | ||
\textbf{HONORS PROGRAM} | ||
\end{center} | ||
\textbf{Required Courses} | ||
% all the required courses | ||
\begin{center} | ||
\begin{tabular}{| l | l | } | ||
\hline | ||
CMPUT 274\qquad\qquad\qquad\qquad \hfill\raisebox{-3px}{\CheckBox[\symbolchoice{check},height=.25in,width=.25in, name=c]{}} & ENGL 1xx* \qquad\qquad\qquad\qquad\qquad\hfill\raisebox{-3px}{\CheckBox[height=.25in,width=.25in, name=d]{}}\\ | ||
\hline | ||
CMPUT 275 \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=a]{}}& ENGL 1xx* \hfill\raisebox{-3px}{\CheckBox[width=0.25in,height=0.25in, name=b]{}}\\ | ||
\hline | ||
CMPUT 272 \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=1]{}}& \\ | ||
\hline | ||
\end{tabular} | ||
\end{center} | ||
|
||
\noindent No more than *42 (14 courses) at 100-level: \hfill\raisebox{-3px}{\CheckBox[height=0.25in,width=0.25in, name=209]{}}\\ | ||
\noindent *Note, ENGL can be 1 ENGL course and 1 WRS course | ||
|
||
\vspace{-1cm} | ||
% elective courses | ||
\begin{center} | ||
\begin{tabular}{c c c c c} | ||
*18 CMPUT $\ge300$ & *12 $\ge400$ & *33 Science Options & *12 Arts Options & *30 any Faculty | ||
\end{tabular} | ||
\end{center} | ||
|
||
\vspace{-1cm} | ||
|
||
\begin{center} | ||
\begin{tabular}{| c | c | c | c | c |} | ||
\hline | ||
\TextField[width=1.15in, name=12]{ } & \TextField[width=.9in, name=13]{ } & \TextField[width=1.2in, name=14]{ } & \TextField[width=1.15in, name=15]{ } & \TextField[width=1.15in, name=16]{ } \\ | ||
\hline | ||
\TextField[width=1.15in, name=17]{ } & \TextField[width=.9in, name=18]{ } & \TextField[width=1.2in, name=19]{ } & \TextField[width=1.15in, name=20]{ } & \TextField[width=1.15in, name=21]{ } \\ | ||
\hline | ||
\TextField[width=1.15in, name=22]{ } & \TextField[width=.9in, name=300]{ } & \TextField[width=1.2in, name=23]{ } & \TextField[width=1.15in, name=24]{ } & \TextField[width=1.15in, name=25]{ } \\ | ||
\hline | ||
\TextField[width=1.15in, name=26]{ } & \TextField[width=.9in, name=301]{ } & \TextField[width=1.2in, name=27]{ } & \TextField[width=1.15in, name=28]{ } & \TextField[width=1.15in, name=29]{ } \\ | ||
\hline | ||
\TextField[width=1.15in, name=30]{ } & - & \TextField[width=1.2in, name=31]{ } & - & \TextField[width=1.15in, name=32]{ } \\ | ||
\hline | ||
\TextField[width=1.15in, name=33]{ } & - & \TextField[width=1.2in, name=34]{ } & - & \TextField[width=1.15in, name=35]{ } \\ | ||
\hline | ||
- & - & \TextField[width=1.2in, name=36]{ } & - & \TextField[width=1.15in, name=37]{ } \\ | ||
\hline | ||
- & - & \TextField[width=1.2in, name=304]{ } & - & \TextField[width=1.15in, name=38]{ } \\ | ||
\hline | ||
- & - & \TextField[width=1.2in, name=305]{ } & - & \TextField[width=1.15in, name=39]{ } \\ | ||
\hline | ||
- & - & \TextField[width=1.2in, name=306]{ } & - & \TextField[width=1.15in, name=40]{ } \\ | ||
\hline | ||
- & - & \TextField[width=1.2in, name=307]{ } & - & - \\ | ||
\hline | ||
\end{tabular} | ||
\end{center} | ||
|
||
% form must be here so things can be checked off | ||
\begin{Form} | ||
\end{Form} | ||
% other misc stuff | ||
\noindent \small{Take 495 every semester}\hfill \CheckBox[height=0.25in,width=0.25in, name=gpa]{} | ||
\thispagestyle{empty} | ||
|
||
|
||
\end{document} |