-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathross.cls
60 lines (44 loc) · 1.97 KB
/
ross.cls
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
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ross}[2017/05/02 Ross Class]
\LoadClass[12pt]{article}
\RequirePackage{xcolor}
\definecolor{slcolor}{HTML}{882B21}
\usepackage{nopageno}
\newcommand{\peem}{\textsc{p.m.}}
\newcommand{\ayem}{\textsc{a.m.}}
\usepackage{geometry}
\geometry{margin=1in,top=1.75in,bottom=0.4in}
\usepackage{tikz}
\usepackage{ulem}
\usepackage{hyperref}
\makeatletter
\renewcommand{\maketitle}{%
\begin{tikzpicture}[remember picture,overlay]
\node[anchor=north east,xshift=-0.8in,yshift=-0.6in] at (current page.north east) {\includegraphics[width=1.0in]{logo.pdf}};
\node[anchor=north west,xshift=1in,yshift=-0.9in] at (current page.north west) {\parbox{5in}{\underline{\huge\sffamily \raisebox{0.5ex}{\@title}} \\ \color{gray}\normalsize\sffamily Ross Mathematics Program $\cdot$ {\texttt{ross@rossprogram.org}} $\cdot$ (773) 809--5659}};
\end{tikzpicture}}
\makeatother
\setlength{\parindent}{0in}
\setlength{\parskip}{1.5ex}
\newcommand{\dormname}{Sansbury Hall}
\newcommand{\dormaddress}{1 S Grove St, Westerville, OH 43081}
\newcommand{\orientationlocation}{the Theatre}
\newcommand{\checkinlocation}{Lynam Hall}
\newcommand{\totalfee}{\$6000}
\newcommand{\campus}{Otterbein University}
\newcommand{\feeduedate}{May 20, \the\year}
\usepackage{advdate}
\usepackage{datetime}
\newdateformat{rossdate}{\THEDAY\ \monthname[\THEMONTH] \THEYEAR}
\newcommand{\startsunday}{\rossdate\SetDate[11/06/2023]}
\newcommand{\finishfriday}{\rossdate\SetDate[21/07/2023]}
\renewcommand{\campus}{Rose-Hulman University}
\renewcommand{\startsunday}{\rossdate\SetDate[18/06/2023]}
\renewcommand{\finishfriday}{\rossdate\SetDate[28/07/2023]}
\usepackage{calc}
\newcommand{\blank}[3]{\begin{Form}\raisebox{-2ex}{\color{gray}{\raisebox{0ex}[0ex][1ex]{\makebox[0in][l]{\makebox[#1][c]{\footnotesize #2}}}}}\underline{\TextField[width=#1,name=#3]{}}\end{Form}}
\newcommand{\yesblanknoblank}[1]{\begin{Form}%
\ChoiceMenu[radio,name=#1]{}{Yes=Yes}%
\ChoiceMenu[radio,name=#1]{}{No=No}%
\end{Form}%
}