-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoor_schedule.tex
62 lines (56 loc) · 2.38 KB
/
door_schedule.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
\documentclass[letterpaper,landscape, 12pt]{report}
\usepackage[colorlinks=true,linkcolor=black,anchorcolor=black,citecolor=black,filecolor=black,menucolor=black,runcolor=black,urlcolor=black]{hyperref}
\usepackage{schedule}
\usepackage{fourier}
\usepackage{phonenumbers}
\usepackage{wasysym}
\usepackage{marvosym }
\usepackage{xcolor}
\pagestyle{empty}
\usepackage[width=11in, height=8.5in,left=0.5in,top=0.5in]{geometry}
\definecolor{light-gray}{gray}{0.95}
\definecolor{light-orange}{HTML}{FED8B1}
\definecolor{light-yellow}{HTML}{FFFFE0}
\begin{document}
\CellHeight{0.70in}
\CellWidth{1.85in}
\TimeRange{9:05-17:00}
\SubUnits{15}
\BeginOn{Monday}
\TextSize{\small}
\FiveDay
\TwentyFourHour %\TwelveHour
\NewAppointment{myclass}{light-orange}{black}
\NewAppointment{meeting}{light-gray}{black}
\NewAppointment{lunch}{light-gray}{black}
\NewAppointment{office}{yellow}{black}
\NewAppointment{notavail}{light-gray}{black}
\NewAppointment{appointment}{yellow}{black}
\begin{flushleft}
\Large
\textbf{Barton Willis, PhD}\\
Professor of Mathematics and Statistics\\
\vspace{0.1in}
\phone: \phonenumber[country=US]{3088658868}\\
\Email: \href{mailto:[email protected]}{[email protected]}
\end{flushleft}
\noindent Blocks marked ``Appointments'' (yellow highlight) means \emph{usually} available
to make appointments. Blocks with gray highlights mean not available.
%\normalsize
\begin{schedule}[Fall \the\year]
\lunch{\textbf{Lunch (not available)}}{}{M,W,F}{11:00-12:20}
\lunch{\textbf{Lunch (not available)}}{}{T,Th}{11:00-12:30}
\myclass{\textbf{Advanced Calculus I}}{9:05-9:55, DSCH 387}{M,W,F}{9:05-9:55}
\myclass{\textbf{Calculus II}}{12:20-13:10, DSCH 386}{M,W,F}{12:20-13:10}
\myclass{\textbf{Calculus II}}{12:30-13:20, DSCH 386}{T,Th}{12:30-13:20}
\meeting{\textbf{Departmental Meeting}}{14:00-15:00}{T}{14:00-15:00}
\meeting{\textbf{Departmental Meeting}}{14:00-15:00}{Th}{14:00-15:00}
\office{\textbf{Office Hours}}{9:30--11:00, DSCH 368}{T,Th}{9:30-11:00}
\office{\textbf{Office Hours}}{10:00--11:00, DSCH 368}{M,W,F}{10:00-11:00}
\notavail{\textbf{Not Available}}{15:00-17:00}{M,T,W,Th,F}{15:00-17:00}
\notavail{\textbf{Not Available}}{9:05-17:00}{Sa,Su}{9:05-17:00}
\notavail{\textbf{Not Available}}{9:05-9:30}{T,Th}{9:05-9:30}
\appointment{\textbf{Appointments}}{13:15-15:00, DSCH 368}{M,W,F}{13:15-15:00}
\appointment{\textbf{Appointments}}{13:20-14:00, DSCH 368}{T,Th}{13:20-14:00}
\end{schedule}
\end{document}