-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoorsched.tex
32 lines (27 loc) · 1.16 KB
/
doorsched.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
\documentclass{article}
% Copyright (C) 2013 Andrew Gainer-Dewar <[email protected]>
% This file may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.2 of this license or (at your option) any later
% version. The latest version of this license is in:
% http://www.latex-project.org/lppl.txt
% and version 1.2 or later is part of all distributions of
% LaTeX version 1999/12/01 or later.
\usepackage{agd-doorsched}
\begin{document}
\centering
\begin{tikzpicture}[schedule]
\node[anchor=north] at (1.5,7) {\textbf{Monday}};
% Each entry is given a size (height, width).
% width is a fraction of the width of the column.
% height is a number of hours.
% It is then placed at a position (x, y).
% x is the day number, plus a fractional shift if appropriate.
% y is the starting hour.
% \node[entry={1.2}{1}] at (1,9.8) {72-minute class at 9:50};
\node[anchor=north] at (2.5,7) {\textbf{Tuesday}};
\node[anchor=north] at (3.5,7) {\textbf{Wednesday}};
\node[anchor=north] at (4.5,7) {\textbf{Thursday}};
\node[anchor=north] at (5.5,7) {\textbf{Friday}};
\end{tikzpicture}
\end{document}