diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/timesht | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/timesht')
-rw-r--r-- | Master/texmf-dist/doc/latex/timesht/README | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/timesht/timesheet.tex | 28 |
2 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/timesht/README b/Master/texmf-dist/doc/latex/timesht/README new file mode 100644 index 00000000000..e61f2e12162 --- /dev/null +++ b/Master/texmf-dist/doc/latex/timesht/README @@ -0,0 +1,17 @@ +The timesheet package provides a style and macro for +generating simple timesheets for specified dates. +This package also requires the array and longtable +packages from the LaTeX2e distribution on CTAN, and +the calendar package that can be found in the +LaTeX2e "contrib/other" hierarchy. The package +was put together by Frank Bennett on 9 November 1996. + +This package demonstrates how the calendar package +can be put to use in generating calendars and other +documents that apply a template to a list of dates. + +The current version is v0.02. + +1996/11/11 +Frank Bennett +fb@soas.ac.uk diff --git a/Master/texmf-dist/doc/latex/timesht/timesheet.tex b/Master/texmf-dist/doc/latex/timesht/timesheet.tex new file mode 100644 index 00000000000..0bc58a6da42 --- /dev/null +++ b/Master/texmf-dist/doc/latex/timesht/timesheet.tex @@ -0,0 +1,28 @@ +%% +%% This is file `timesheet.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% timesht.dtx (with options: `demo') +%% +%% This file is part of the Timesheet package. +%% Copyright (C) 1996 Frank Bennett, Jr. +%% All rights reserved. +%% ------------------------------------------ +%% This is a generated file. +%% +%% You are welcome to modify this file in any way you wish. +%% +%% For error reports, or offers to help make Timesheet a more powerful, +%% friendlier, and better package, please contact me on +%% `fb' at soas.ac.uk +%% +\documentclass[10pt]{timesht} +\begin{document} +\timesheets{1996/11/24}{1996/11/24} +\end{document} + +\endinput +%% +%% End of file `timesheet.tex'. |