diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/schedule | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/schedule')
-rw-r--r-- | Master/texmf-dist/doc/latex/schedule/example.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/schedule/example.tex b/Master/texmf-dist/doc/latex/schedule/example.tex new file mode 100644 index 00000000000..a1cc6301cd8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/schedule/example.tex @@ -0,0 +1,51 @@ +\documentclass[12pt]{article} +\usepackage{schedule} + +\CellHeight{.4in} +\CellWidth{.925in} +\TimeRange{10:00-17:00} +\SubUnits{30} +\BeginOn{Monday} +\TextSize{\tiny} +\FiveDay + +\NewAppointment{class}{dark}{black} +\NewAppointment{meeting}{red}{white} +\NewAppointment{workshop}{green}{blue} + +\begin{document} + +The quick brown fox jumped over the lazy dogs. The quick brown fox jumped over +the lazy dogs. The quick brown fox jumped over the lazy dogs. The quick brown +fox jumped over the lazy dogs. The quick brown fox jumped over the lazy dogs. +The quick brown fox jumped over the lazy dogs. The quick brown fox jumped over +the lazy dogs. The quick brown fox jumped over the lazy dogs. The quick brown +fox jumped over the lazy dogs. + +The quick brown fox jumped over the lazy dogs. The quick brown fox jumped over +the lazy dogs. The quick brown fox jumped over the lazy dogs. The quick brown +fox jumped over the lazy dogs. The quick brown fox jumped over the lazy dogs. +The quick brown fox jumped over the lazy dogs. + +\begin{schedule}[Fall Quarter, 1997]% + \class{Moral Philosophy}{HOB2 233}{M}{14:00-16:50} + \class{Philosophy of Science}{HOB2 233}{M}{18:00-20:50} + \class{Realism/Antireal\-ism}{HOB2 233}{W}{10:30-12:00} + \class{Math Logic}{EIC 128}{T,Th}{11:00-12:20} + \class{Critical Reasoning}{SSL 290}{M,W,F}{13:00-13:50} + \meeting{Departmental Meeting}{HOB2 233}{W}{12:00-12:50} + \workshop{L\&M Workshop}{HOB2 233}{T}{15:30-17:30} + \workshop{Crit. Reas. Workshop}{HOB2 233}{T}{13:00-13:50} + \class{Office Hours}{HOB2 210}{W,F}{14:00-14:50} +\end{schedule}% + +The quick brown fox jumped over the lazy dogs. The quick brown fox jumped over +the lazy dogs. The quick brown fox jumped over the lazy dogs. The quick brown +fox jumped over the lazy dogs. The quick brown fox jumped over the lazy dogs. +The quick brown fox jumped over the lazy dogs. + +The quick brown fox jumped over the lazy dogs. The quick brown fox jumped over +the lazy dogs. The quick brown fox jumped over the lazy dogs. The quick brown +fox jumped over the lazy dogs. The quick brown fox jumped over the lazy dogs. +The quick brown fox jumped over the lazy dogs. +\end{document} |