-
Notifications
You must be signed in to change notification settings - Fork 0
/
door_schedule.tex
61 lines (55 loc) · 2.27 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
\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.6in}
\CellWidth{1.25in}
\TimeRange{9:05-17:00}
\SubUnits{15}
\BeginOn{Monday}
\TextSize{\tiny}
\FiveDay %\SevenDay
\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}}{}{M,W,F}{11:00-12:20}
\lunch{\textbf{Lunch}}{}{T,Th}{11:00-12:30}
\myclass{\textbf{Advanced Calculus I}}{9:05-9:55, DSCH 386}{M,W,F}{9:05-9:55}
\myclass{\textbf{Calculus I}}{12:20-13:10, DSCH 383}{M,W,F}{12:20-13:10}
\myclass{\textbf{Calculus I}}{12:30-13:20, DSCH 383}{T,Th}{12:30-13:20}
\meeting{\textbf{Departental Meeting}}{14:00-15:00}{T}{14:00-15:00}
\meeting{\textbf{Departental 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:15-17:00}{M,W,Th}{15:15-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}
\end{schedule}
\end{document}