summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/yplan
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/yplan
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (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/yplan')
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan00.doc75
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan00a.tex182
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan00b.tex185
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan99.doc51
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan99a.tex144
-rw-r--r--Master/texmf-dist/doc/latex/yplan/yplan99b.tex143
6 files changed, 780 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan00.doc b/Master/texmf-dist/doc/latex/yplan/yplan00.doc
new file mode 100644
index 00000000000..c7a1ab1d97d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan00.doc
@@ -0,0 +1,75 @@
+yplan00.doc
+------------
+Date: August 4th, 1999
+--------------------
+This is the documentation for the yplan00a.tex and
+yplan00b.tex files. Yplan is a vertical-type daily
+planner.
+%% --------------------------------------------
+%% Copyright 1999 RWD Nickalls & Harald Harders
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%% ---------------------------------------------
+
+Authors:
+ Dr RWD Nickalls,
+ Department of Anaesthesia,
+ City Hospital,
+ Nottingham, UK.
+ dicknickalls@compuserve.com
+ TEL: +44-(0)-115-9691169 Ext:45637
+ FAX: +44-(0)-115-9627713
+
+ Harald Harders
+ harald.harders@dlr.de
+
+The Yplan00 YearPlanner consists of three files
+yplan00a.tex, yplan00b.tex, and yplan.sty
+which cover 6 months each as follows:-
+
+yplan00a.tex (January to June 2000)
+yplan00b.tex (July to December 2000)
+yplan.sty (Package file for international language support)
+
+in CTAN/macros/latex/contrib/other/yplan/
+
+These files will print a vertical-type daily planner
+(ie months along the top, days downwards), with each
+6-month period fitting onto a single A4 sheet.
+They will also fit onto USA standard size paper.
+The vertical size can be adjusted by changing \datestrut.
+These files are really just large tables, and so you
+may wish to extract just the tables and modify them
+for your own use.
+
+I was motivated to design this year-planner as my A4
+diary did not have good year-planner at the end.
+
+The files run nicely on Latex 2e, and may have to
+be adjusted very slightly to run on LaTeX 2.09.
+
+Dick Nickalls & Harald Harders
+
+International support (by Harald Harders)
+----------------------------------------
+You can switch the language to either
+english, german, french, spanish, italian, portuguese
+by inserting the line
+\usepackage[<language>]{yplan}
+after the row containing the \documentclass command in the files
+yplan00a.tex and yplan00b.tex.
+You have to replace <language> by your language name.
+In addition you may use month names in lowercase letters (With an
+uppercase first letter) by adding the keyword lowercase to the
+optional parameters of the \usepackage command, e.g.
+\usepackage[german,lowercase]{yplan}
+
+However when using yplan.sty the adaption to LaTeX 2.09 isn't
+possible anymore.
+
+If you find an error in the names or abbreviations please
+send me a note.
+
+Harald Harders
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan00a.tex b/Master/texmf-dist/doc/latex/yplan/yplan00a.tex
new file mode 100644
index 00000000000..14e3a31ad31
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan00a.tex
@@ -0,0 +1,182 @@
+%% yplan00a.tex
+%% Vertical year-planner calendar (January to June 2000)
+%% ---------------------
+%% Date: August 4th, 1999
+%% -----------------------------------------------
+%% Copyright 1999 RWD Nickalls & Harald Harders
+%% This program can be redistributed and/or modified
+%% under the terms of the LaTeX Project Public License
+%% Distributed from CTAN archives in directory
+%% macros/latex/base/lppl.txt; either version 1 of
+%% the License, or any later version.
+%% -----------------------------------------------
+%% Dr RWD Nickalls,
+%% Department of Anaesthesia,
+%% City Hospital,
+%% Nottingham, UK.
+%% dicknickalls@compuserve.com
+%% TEL: +44-(0)-115-9691169 Ext:45637
+%% FAX: +44-(0)-115-9627713
+%%
+%% Harald Harders
+%% harald.harders@dlr.de
+%% ---------------------
+%% This year planner is for everyone who does not
+%% have a decent year planner in their diary.
+%% As usual, Necessity was the Mother of this invention.
+%% International support added by Harald Harders, 1999.
+%% ...enjoy!
+%% ---------------------
+%% Designed for LaTeX 2e, although it can be easily adapted for
+%% use with LaTeX 2.09, since it is only a big table.
+%% However when using yplan.sty the adaption to LaTeX 2.09
+%% is not possible anymore.
+%%
+%% The vertical size can be adjusted by changing \datestrut.
+%%
+%% You can switch the language to either
+%% english, german, french, spanish, italian, portuguese
+%% by inserting the line \usepackage[<language>]{yplan}
+%% immediately after the \documentclass command.
+%% You have to replace <language> by your language name.
+%% In addition, you may use month names in lowercase letters (With an
+%% uppercase first letter) by adding the keyword lowercase to the
+%% optional parameters of the \usepackage command, e.g.
+%% \usepackage[german,lowercase]{yplan}
+%% Default: english with uppercase months
+%%
+%%------------------------------------
+\documentclass[a4paper]{article}
+%\usepackage[german,lowercase]{yplan}
+%%------------------------------------
+\setlength{\topmargin}{-1cm}
+\setlength{\oddsidemargin}{-13.5mm}
+\setlength{\textwidth}{18.5cm}
+%%
+\def\January{JANUARY}
+\def\February{FEBRUARY}
+\def\March{MARCH}
+\def\April{APRIL}
+\def\May{MAY}
+\def\June{JUNE}
+\def\July{JULY}
+\def\August{AUGUST}
+\def\September{SEPTEMBER}
+\def\October{OCTOBER}
+\def\November{NOVEMBER}
+\def\December{DECEMBER}
+\def\Mo{Mo}
+\def\Tu{Tu}
+\def\We{We}
+\def\Th{Th}
+\def\Fr{Fr}
+\def\Sa{Sa}
+\def\Su{Su}
+\def\leapyear{\textsc{leap year}}
+%%
+%%
+\newcommand{\monthstrut}{\rule{0pt}{12pt}}
+%% \monthstrut controls the white space above the month.
+%%
+\newcommand{\datestrut}{\rule{0pt}{12pt}}
+%% \datestrut controls the white space above the date.
+%%--------------------------------------
+\begin{document}
+%---------------
+%% no pagenumbering
+\thispagestyle{empty}
+%--------------------
+\begin{table}
+\hspace{1cm}{\LARGE 2000}\hspace{8mm}\leapyear\\
+{\ } \\
+\begin{tabular}{|c||p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|}
+\hline
+ \multicolumn{1}{|c||}{\monthstrut} &
+ \multicolumn{1}{|c|}{\January} &
+ \multicolumn{1}{|c|}{\February} &
+ \multicolumn{1}{|c|}{\March} &
+ \multicolumn{1}{|c|}{\April} &
+ \multicolumn{1}{|c|}{\May} &
+ \multicolumn{1}{|c|}{\June} \\
+\hline
+\hline
+%% Jan Feb Mar Apr May June
+\datestrut \Mo & & & & & 1 & \\
+\cline{1-1}\cline{3-3}\cline{6-6}
+\datestrut \Tu & &1 & & & 2 & \\
+\cline{1-1}\cline{3-4}\cline{6-6}
+\datestrut \We & &2 & 1 & & 3 & \\
+\cline{1-1}\cline{3-4}\cline{6-7}
+\datestrut \Th & &3 & 2 & & 4 & 1 \\
+\cline{1-1}\cline{3-4}\cline{6-7}
+\datestrut \Fr & &4 & 3 & & 5 & 2 \\
+\hline
+\datestrut \Sa & 1 &5 & 4 & 1 & 6 & 3 \\
+\hline
+\datestrut \Su & 2 &6 & 5 & 2 & 7 & 4 \\
+\hline\hline
+\datestrut \Mo & 3 &7 & 6 & 3 & 8 & 5 \\
+\hline
+\datestrut \Tu & 4 &8 & 7 & 4 & 9 & 6 \\
+\hline
+\datestrut \We & 5 &9 & 8 & 5 & 10 & 7 \\
+\hline
+\datestrut \Th & 6 &10 & 9 & 6 & 11 & 8 \\
+\hline
+\datestrut \Fr & 7 &11 & 10 & 7 & 12 & 9 \\
+\hline
+\datestrut \Sa & 8 &12 & 11 & 8 & 13 & 10 \\
+\hline
+\datestrut \Su & 9 &13 & 12 & 9 & 14 & 11 \\
+\hline \hline
+\datestrut \Mo & 10 &14 & 13 & 10 & 15 & 12 \\
+\hline
+\datestrut \Tu & 11 &15 & 14 & 11 & 16 & 13 \\
+\hline
+\datestrut \We & 12 &16 & 15 & 12 & 17 & 14 \\
+\hline
+\datestrut \Th & 13 &17 & 16 & 13 & 18 & 15 \\
+\hline
+\datestrut \Fr & 14 &18 & 17 & 14 & 19 & 16 \\
+\hline
+\datestrut \Sa & 15 &19 & 18 & 15 & 20 & 17 \\
+\hline
+\datestrut \Su & 16 &20 & 19 & 16 & 21 & 18 \\
+\hline \hline
+\datestrut \Mo & 17 &21 & 20 & 17 & 22 & 19 \\
+\hline
+\datestrut \Tu & 18 &22 & 21 & 18 & 23 & 20 \\
+\hline
+\datestrut \We & 19 &23 & 22 & 19 & 24 & 21 \\
+\hline
+\datestrut \Th & 20 &24 & 23 & 20 & 25 & 22 \\
+\hline
+\datestrut \Fr & 21 &25 & 24 & 21 & 26 & 23 \\
+\hline
+\datestrut \Sa & 22 &26 & 25 & 22 & 27 & 24 \\
+\hline
+\datestrut \Su & 23 &27 & 26 & 23 & 28 & 25 \\
+\hline \hline
+\datestrut \Mo & 24 &28 & 27 & 24 & 29 & 26 \\
+\hline
+\datestrut \Tu & 25 &29 & 28 & 25 & 30 & 27 \\
+\hline
+\datestrut \We & 26 & & 29 & 26 & 31 & 28 \\
+\cline{1-2}\cline{4-7}
+\datestrut \Th & 27 & & 30 & 27 & & 29 \\
+\cline{1-2}\cline{4-5}\cline{7-7}
+\datestrut \Fr & 28 & & 31 & 28 & & 30 \\
+\cline{1-2}\cline{4-5}\cline{7-7}
+\datestrut \Sa & 29 & & & 29 & & \\
+\cline{1-2}\cline{5-5}
+\datestrut \Su & 30 & & & 30 & & \\
+\hline\hline
+\datestrut \Mo & 31 & & & & & \\
+\hline
+\end{tabular}
+{\ } \\
+\textsc{ctan}/macros/latex/contrib/other/yplan/%
+yplan00A.tex% \hfill\hbox{\copyright\ 2000\ RWD Nickalls}
+\end{table}
+%-----------------
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan00b.tex b/Master/texmf-dist/doc/latex/yplan/yplan00b.tex
new file mode 100644
index 00000000000..3194137226c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan00b.tex
@@ -0,0 +1,185 @@
+%% yplan00b.tex
+%% Vertical Year planner calendar (July to December 2000)
+%% ---------------------
+%% Date: August 4th, 1999
+%% -----------------------------------------------
+%% Copyright 1999 RWD Nickalls & Harald Harders
+%% This program can be redistributed and/or modified
+%% under the terms of the LaTeX Project Public License
+%% Distributed from CTAN archives in directory
+%% macros/latex/base/lppl.txt; either version 1 of
+%% the License, or any later version.
+%% -----------------------------------------------
+%% Dr RWD Nickalls,
+%% Department of Anaesthesia,
+%% City Hospital,
+%% Nottingham, UK.
+%% dicknickalls@compuserve.com
+%% TEL: +44-(0)-115-9691169 Ext:45637
+%% FAX: +44-(0)-115-9627713
+%%
+%% Harald Harders
+%% harald.harders@dlr.de
+%% ---------------------
+%% This year planner is for everyone who does not
+%% have a decent year planner in their diary.
+%% As usual, Necessity was the Mother of this invention.
+%% International support added by Harald Harders, 1999.
+%% ...enjoy!
+%% ---------------------
+%% Designed for LaTeX 2e, although it can be easily adapted for
+%% use with LaTeX 2.09, since it is only a big table.
+%% However when using yplan.sty the adaption to LaTeX 2.09
+%% is not possible anymore.
+%%
+%% The vertical size can be adjusted by changing \datestrut.
+%%
+%% You can switch the language to either
+%% english, german, french, spanish, italian, portuguese
+%% by inserting the line \usepackage[<language>]{yplan}
+%% immediately after the \documentclass command.
+%% You have to replace <language> by your language name.
+%% In addition, you may use month names in lowercase letters (With an
+%% uppercase first letter) by adding the keyword lowercase to the
+%% optional parameters of the \usepackage command, e.g.
+%% \usepackage[german,lowercase]{yplan}
+%% Default: english with uppercase months
+%%
+%%----------------------------------
+\documentclass[a4paper]{article}
+%\usepackage[german,lowercase]{yplan}
+%%------------------------------------
+\setlength{\topmargin}{-1cm}
+\setlength{\oddsidemargin}{-13.5mm}
+\setlength{\textwidth}{18.5cm}
+%%
+%% Default language: english with uppercase months
+\def\January{JANUARY}
+\def\February{FEBRUARY}
+\def\March{MARCH}
+\def\April{APRIL}
+\def\May{MAY}
+\def\June{JUNE}
+\def\July{JULY}
+\def\August{AUGUST}
+\def\September{SEPTEMBER}
+\def\October{OCTOBER}
+\def\November{NOVEMBER}
+\def\December{DECEMBER}
+\def\Mo{Mo}
+\def\Tu{Tu}
+\def\We{We}
+\def\Th{Th}
+\def\Fr{Fr}
+\def\Sa{Sa}
+\def\Su{Su}
+\def\leapyear{\textsc{leap year}}
+%%
+%%
+\newcommand{\monthstrut}{\rule{0pt}{12pt}}
+%% \monthstrut controls the white space above the month.
+%%
+\newcommand{\datestrut}{\rule{0pt}{12pt}}
+%% \datestrut controls the white space above the date.
+%%--------------------------------------
+\begin{document}
+%%---------------
+%% no pagenumbering
+\thispagestyle{empty}
+%%--------------------
+\begin{table}
+\hspace{1cm}{\LARGE 2000}\hspace{8mm}\leapyear\\
+{\ } \\
+\begin{tabular}{|c||p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|}
+\hline
+ \multicolumn{1}{|c||}{\monthstrut\ } &
+ \multicolumn{1}{|c|}{\July} &
+ \multicolumn{1}{|c|}{\August} &
+ \multicolumn{1}{|c|}{\September} &
+ \multicolumn{1}{|c|}{\October} &
+ \multicolumn{1}{|c|}{\November} &
+ \multicolumn{1}{|c|}{\December} \\
+\hline
+\hline
+%% July Aug Sept Oct Nov Dec
+\datestrut \Mo & & & & & & \\
+\cline{1-1}\cline{3-3}
+\datestrut \Tu & & 1 & & & & \\
+\cline{1-1}\cline{3-3}\cline{6-6}
+\datestrut \We & & 2 & & & 1 & \\
+\cline{1-1}\cline{3-3}\cline{6-6}
+\datestrut \Th & & 3 & & & 2 & \\
+\cline{1-1}\cline{3-4}\cline{6-7}
+\datestrut \Fr & & 4 & 1 & & 3 & 1 \\
+\cline{1-4}\cline{6-7}
+\datestrut \Sa & 1 & 5 & 2 & & 4 & 2 \\
+\hline
+\datestrut \Su & 2 & 6 & 3 & 1 & 5 & 3 \\
+\hline\hline
+\datestrut \Mo & 3 & 7 & 4 & 2 & 6 & 4 \\
+\hline
+\datestrut \Tu & 4 & 8 & 5 & 3 & 7 & 5 \\
+\hline
+\datestrut \We & 5 & 9 & 6 & 4 & 8 & 6 \\
+\hline
+\datestrut \Th & 6 & 10 & 7 & 5 & 9 & 7 \\
+\hline
+\datestrut \Fr & 7 & 11 & 8 & 6 & 10 & 8 \\
+\hline
+\datestrut \Sa & 8 & 12 & 9 & 7 & 11 & 9 \\
+\hline
+\datestrut \Su & 9 & 13 & 10 & 8 & 12 & 10 \\
+\hline\hline
+\datestrut \Mo & 10 & 14 & 11 & 9 & 13 & 11 \\
+\hline
+\datestrut \Tu & 11 & 15 & 12 & 10 & 14 & 12 \\
+\hline
+\datestrut \We & 12 & 16 & 13 & 11 & 15 & 13 \\
+\hline
+\datestrut \Th & 13 & 17 & 14 & 12 & 16 & 14 \\
+\hline
+\datestrut \Fr & 14 & 18 & 15 & 13 & 17 & 15 \\
+\hline
+\datestrut \Sa & 15 & 19 & 16 & 14 & 18 & 16 \\
+\hline
+\datestrut \Su & 16 & 20 & 17 & 15 & 19 & 17 \\
+\hline\hline
+\datestrut \Mo & 17 & 21 & 18 & 16 & 20 & 18 \\
+\hline
+\datestrut \Tu & 18 & 22 & 19 & 17 & 21 & 19 \\
+\hline
+\datestrut \We & 19 & 23 & 20 & 18 & 22 & 20 \\
+\hline
+\datestrut \Th & 20 & 24 & 21 & 19 & 23 & 21 \\
+\hline
+\datestrut \Fr & 21 & 25 & 22 & 20 & 24 & 22 \\
+\hline
+\datestrut \Sa & 22 & 26 & 23 & 21 & 25 & 23 \\
+\hline
+\datestrut \Su & 23 & 27 & 24 & 22 & 26 & 24 \\
+\hline\hline
+\datestrut \Mo & 24 & 28 & 25 & 23 & 27 & 25 \\
+\hline
+\datestrut \Tu & 25 & 29 & 26 & 24 & 28 & 26 \\
+\hline
+\datestrut \We & 26 & 30 & 27 & 25 & 29 & 27 \\
+\hline
+\datestrut \Th & 27 & 31 & 28 & 26 & 30 & 28 \\
+\hline
+\datestrut \Fr & 28 & & 29 & 27 & & 29 \\
+\cline{1-2}\cline{4-5}\cline{7-7}
+\datestrut \Sa & 29 & & 30 & 28 & & 30 \\
+\cline{1-2}\cline{4-5}\cline{7-7}
+\datestrut \Su & 30 & & & 29 & & 31 \\
+\hline\hline
+\datestrut \Mo & 31 & & & 30 & & \\
+\cline{1-2}\cline{5-5}
+\datestrut \Tu & & & & 31 & & \\
+\hline
+\end{tabular}
+{\ } \\
+\textsc{ctan}/macros/latex/contrib/other/yplan/%
+yplan00B.tex% \hfill\hbox{\copyright\ 2000\ RWD Nickalls}
+\end{table}
+%--------------
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan99.doc b/Master/texmf-dist/doc/latex/yplan/yplan99.doc
new file mode 100644
index 00000000000..41e81934ed0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan99.doc
@@ -0,0 +1,51 @@
+Yplan99.doc
+----------
+This is the documentation for the Yplan99A.tex and
+Yplan99B.tex files. Yplan is a vertical-type daily
+planner.
+%% ---------------------------
+%% Copyright 1999 RWD Nickalls
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%% --------------------------
+
+Date: December 9th, 1998
+
+Author:
+ Dick Nickalls,
+ Department of Anaesthesia,
+ City Hospital,
+ Nottingham, UK.
+
+ dicknickalls@compuserve.com
+ TEL: +44-(0)-115-9691169 Ext:45637
+ FAX: +44-(0)-115-9627713
+
+The Yplan99 YearPlanner consists of two files
+Yplan99A.tex & Yplan99B.tex which cover 6 months each
+as follows:-
+
+Yplan99A.tex (January to June 1999)
+Yplan99B.tex (July to December 1999)
+
+in CTAN\macros\latex\contrib\other\yplan\
+
+These files will print a vertical-type daily planner
+(ie months along the top, days downwards), with each
+6-month period fitting onto a single A4 sheet.
+They will also fit onto USA standard size paper.
+The vertical size can be adjusted by changing \datestrut.
+These files are really just large tables, and so you
+may wish to extract just the tables and modify them
+for your own use.
+
+I was motivated to design this year-planner as my A4
+diary did not have good year-planner at the end.
+
+The files run nicely on Latex 2e, and may have to
+be adjusted very slightly to run on LaTeX 2.09.
+
+Dick Nickalls
+-------------
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan99a.tex b/Master/texmf-dist/doc/latex/yplan/yplan99a.tex
new file mode 100644
index 00000000000..c570ba2edb0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan99a.tex
@@ -0,0 +1,144 @@
+%%
+%% Yplan99A.tex
+%% Vertical year-planner calendar (January to June 1999)
+%%
+%% ---------------------------
+%% Copyright 1999 RWD Nickalls
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%% --------------------------
+%%
+%% Dr RWD Nickalls,
+%% Department of Anaesthesia,
+%% City Hospital,
+%% Nottingham, UK.
+%%
+%% dicknickalls@compuserve.com
+%% TEL: +44-(0)-115-9691169 Ext:45637
+%% FAX: +44-(0)-115-9627713
+%%
+%% Designed for LaTeX 2e, although it can be easily adapted for
+%% use with LaTeX 2.09, since it is only a big table.
+%%
+%% I designed this year planner as one year my
+%% A4 diary had no good year planner at the end
+%% The vertical size can be adjusted by changing \datestrut.
+%% ---enjoy!
+%%
+%%------------------------------------
+\documentclass[a4paper]{article}
+%%------------------------------------
+\setlength{\topmargin}{-1cm}
+\setlength{\oddsidemargin}{-13.5mm}
+\setlength{\textwidth}{18.5cm}
+%%
+\newcommand{\monthstrut}{\rule{0pt}{12pt}}
+%% \monthstrut controls the white space above the month.
+%%
+\newcommand{\datestrut}{\rule{0pt}{12pt}}
+%% \datestrut controls the white space above the date.
+%%--------------------------------------
+\begin{document}
+%---------------
+%% no pagenumbering
+\thispagestyle{empty}
+%--------------------
+\begin{table}
+\hspace{1cm} {\LARGE 1999}\\
+{\ } \\
+\begin{tabular}{|c||p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|}
+\hline
+ \multicolumn{1}{|c||}{\monthstrut\ } &
+ \multicolumn{1}{|c|}{JANUARY} &
+ \multicolumn{1}{|c|}{FEBRUARY} &
+ \multicolumn{1}{|c|}{MARCH} &
+ \multicolumn{1}{|c|}{APRIL} &
+ \multicolumn{1}{|c|}{MAY} &
+ \multicolumn{1}{|c|}{JUNE} \\
+\hline
+\hline
+%% Jan Feb Mar Apr May June
+\datestrut Mo & &1 & 1 & & & \\
+\cline{1-1}\cline{3-4}\cline{7-7}
+\datestrut Tu & &2 & 2 & & & 1 \\
+\cline{1-1}\cline{3-4}\cline{7-7}
+\datestrut We & &3 & 3 & & & 2 \\
+\cline{1-1}\cline{3-5}\cline{7-7}
+\datestrut Th & &4 & 4 & 1 & & 3 \\
+\cline{1-5}\cline{7-7}
+\datestrut Fr & 1 &5 & 5 & 2 & & 4 \\
+\cline{1-7}
+\datestrut Sa & 2 &6 & 6 & 3 & 1 & 5 \\
+\hline
+\datestrut Su & 3 &7 & 7 & 4 & 2 & 6 \\
+\hline\hline
+\datestrut Mo & 4 &8 & 8 & 5 & 3 & 7 \\
+\hline
+\datestrut Tu & 5 &9 & 9 & 6 & 4 & 8 \\
+\hline
+\datestrut We & 6 &10 & 10 & 7 & 5 & 9 \\
+\hline
+\datestrut Th & 7 &11 & 11 & 8 & 6 & 10 \\
+\hline
+\datestrut Fr & 8 &12 & 12 & 9 & 7 & 11 \\
+\hline
+\datestrut Sa & 9 &13 & 13 & 10 & 8 & 12 \\
+\hline
+\datestrut Su & 10 &14 & 14 & 11 & 9 & 13 \\
+\hline \hline
+\datestrut Mo & 11 &15 & 15 & 12 & 10 & 14 \\
+\hline
+\datestrut Tu & 12 &16 & 16 & 13 & 11 & 15 \\
+\hline
+\datestrut We & 13 &17 & 17 & 14 & 12 & 16 \\
+\hline
+\datestrut Th & 14 &18 & 18 & 15 & 13 & 17 \\
+\hline
+\datestrut Fr & 15 &19 & 19 & 16 & 14 & 18 \\
+\hline
+\datestrut Sa & 16 &20 & 20 & 17 & 15 & 19 \\
+\hline
+\datestrut Su & 17 &21 & 21 & 18 & 16 & 20 \\
+\hline \hline
+\datestrut Mo & 18 &22 & 22 & 19 & 17 & 21 \\
+\hline
+\datestrut Tu & 19 &23 & 23 & 20 & 18 & 22 \\
+\hline
+\datestrut We & 20 &24 & 24 & 21 & 19 & 23 \\
+\hline
+\datestrut Th & 21 &25 & 25 & 22 & 20 & 24 \\
+\hline
+\datestrut Fr & 22 &26 & 26 & 23 & 21 & 25 \\
+\hline
+\datestrut Sa & 23 &27 & 27 & 24 & 22 & 26 \\
+\hline
+\datestrut Su & 24 &28 & 28 & 25 & 23 & 27 \\
+\hline \hline
+\datestrut Mo & 25 & & 29 & 26 & 24 & 28 \\
+\cline{1-2}\cline{4-7}
+\datestrut Tu & 26 & & 30 & 27 & 25 & 29 \\
+\cline{1-2}\cline{4-7}
+\datestrut We & 27 & & 31 & 28 & 26 & 30 \\
+\cline{1-2}\cline{4-7}
+\datestrut Th & 28 & & & 29 & 27 & \\
+\cline{1-2}\cline{5-6}
+\datestrut Fr & 29 & & & 30 & 28 & \\
+\cline{1-2}\cline{5-6}
+\datestrut Sa & 30 & & & & 29 & \\
+\cline{1-2}\cline{6-6}
+\datestrut Su & 31 & & & & 30 & \\
+\hline \hline
+\datestrut Mo & & & & & 31 & \\
+\cline{1-1}\cline{6-6}
+\datestrut Tu & & & & & & \\
+\hline
+\end{tabular}
+{\ } \\
+\newcommand{\bs}{$\backslash$}
+\textsc{ctan}{\bs}macros{\bs}latex{\bs}contrib{\bs}other{\bs}yplan{\bs}yplan99
+A.tex% \hfill\hbox{\copyright\ 1999\ RWD Nickalls}
+\end{table}
+%-----------------
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/yplan/yplan99b.tex b/Master/texmf-dist/doc/latex/yplan/yplan99b.tex
new file mode 100644
index 00000000000..50373ef6892
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/yplan/yplan99b.tex
@@ -0,0 +1,143 @@
+%%
+%% Yplan99B.tex
+%% Vertical Year planner calendar (July to December 1999)
+%%
+%% ---------------------------
+%% Copyright 1999 RWD Nickalls
+%% This program can be redistributed and/or modified under the terms
+%% of the LaTeX Project Public License Distributed from CTAN
+%% archives in directory macros/latex/base/lppl.txt; either
+%% version 1 of the License, or any later version.
+%% --------------------------
+%%
+%% Dr RWD Nickalls,
+%% Department of Anaesthesia,
+%% City Hospital,
+%% Nottingham, UK.
+%%
+%% dicknickalls@compuserve.com
+%% TEL: +44-(0)-115-9691169 Ext:45637
+%% FAX: +44-(0)-115-9627713
+%%
+%% Designed for LaTeX 2e, although it can be easily adapted for
+%% use with LaTeX 2.09, since it is only a big table.
+%%
+%% I designed this year planner as one year my
+%% A4 diary had no good year planner at the end.
+%% The vertical size can be adjusted by changing \datestrut.
+%% ---enjoy!
+%%
+%%----------------------------------
+\documentclass[a4paper]{article}
+%%------------------------------------
+\setlength{\topmargin}{-1cm}
+\setlength{\oddsidemargin}{-13.5mm}
+\setlength{\textwidth}{18.5cm}
+%%
+\newcommand{\monthstrut}{\rule{0pt}{12pt}}
+%% \monthstrut controls the white space above the month.
+%%
+\newcommand{\datestrut}{\rule{0pt}{12pt}}
+%% \datestrut controls the white space above the date.
+%%--------------------------------------
+\begin{document}
+%%---------------
+%% no pagenumbering
+\thispagestyle{empty}
+%%--------------------
+\begin{table}
+\hspace{1cm} {\LARGE 1999}\\
+{\ } \\
+\begin{tabular}{|c||p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|p{2.5cm}|}
+\hline
+ \multicolumn{1}{|c||}{\monthstrut\ } &
+ \multicolumn{1}{|c|}{JULY} &
+ \multicolumn{1}{|c|}{AUGUST} &
+ \multicolumn{1}{|c|}{SEPTEMBER} &
+ \multicolumn{1}{|c|}{OCTOBER} &
+ \multicolumn{1}{|c|}{NOVEMBER} &
+ \multicolumn{1}{|c|}{DECEMBER} \\
+ \hline
+ \hline
+\datestrut Mo & & & & & 1 & \\
+\cline{1-1}\cline{6-6}
+\datestrut Tu & & & & & 2 & \\
+\cline{1-1}\cline{4-4}\cline{6-7}
+\datestrut We & & & 1 & & 3 & 1 \\
+\cline{1-2}\cline{4-4}\cline{6-7}
+\datestrut Th & 1 & & 2 & & 4 & 2 \\
+\cline{1-2}\cline{4-7}
+\datestrut Fr & 2 & & 3 & 1 & 5 & 3 \\
+\cline{1-2}\cline{4-7}
+\datestrut Sa & 3 & & 4 & 2 & 6 & 4 \\
+\hline
+\datestrut Su & 4 & 1 & 5 & 3 & 7 & 5 \\
+\hline\hline
+\datestrut Mo & 5 & 2 & 6 & 4 & 8 & 6 \\
+\hline
+\datestrut Tu & 6 & 3 & 7 & 5 & 9 & 7 \\
+\hline
+\datestrut We & 7 & 4 & 8 & 6 & 10 & 8 \\
+\hline
+\datestrut Th & 8 & 5 & 9 & 7 & 11 & 9 \\
+\hline
+\datestrut Fr & 9 & 6 & 10 & 8 & 12 & 10 \\
+\hline
+\datestrut Sa & 10 & 7 & 11 & 9 & 13 & 11 \\
+\hline
+\datestrut Su & 11 & 8 & 12 & 10& 14 & 12 \\
+\hline\hline
+\datestrut Mo & 12 & 9 & 13 & 11& 15 & 13 \\
+\hline
+\datestrut Tu & 13 & 10 & 14 & 12& 16 & 14 \\
+\hline
+\datestrut We & 14 & 11 & 15 & 13& 17 & 15 \\
+\hline
+\datestrut Th & 15 & 12 & 16 & 14& 18 & 16 \\
+\hline
+\datestrut Fr & 16 & 13 & 17 & 15& 19 & 17 \\
+\hline
+\datestrut Sa & 17 & 14 & 18 & 16& 20 & 18 \\
+\hline
+\datestrut Su & 18 & 15 & 19 & 17& 21 & 19 \\
+\hline\hline
+\datestrut Mo & 19 & 16 & 20 & 18& 22 & 20 \\
+\hline
+\datestrut Tu & 20 & 17 & 21 & 19& 23 & 21 \\
+\hline
+\datestrut We & 21 & 18 & 22 & 20& 24 & 22 \\
+\hline
+\datestrut Th & 22 & 19 & 23 & 21& 25 & 23 \\
+\hline
+\datestrut Fr & 23 & 20 & 24 & 22& 26 & 24 \\
+\hline
+\datestrut Sa & 24 & 21 & 25 & 23& 27 & 25 \\
+\hline
+\datestrut Su & 25 & 22 & 26 & 24& 28 & 26 \\
+\hline\hline
+\datestrut Mo & 26 & 23 & 27 & 25& 29 & 27 \\
+\hline
+\datestrut Tu & 27 & 24 & 28 & 26& 30 & 28 \\
+\hline
+\datestrut We & 28 & 25 & 29 & 27& & 29 \\
+\cline{1-5}\cline{7-7}
+\datestrut Th & 29 & 26 & 30 & 28& & 30 \\
+\cline{1-5}\cline{7-7}
+\datestrut Fr & 30 & 27 & & 29& & 31 \\
+\cline{1-3}\cline{5-5}\cline{7-7}
+\datestrut Sa & 31 & 28 & & 30& & \\
+\cline{1-3}\cline{5-5}
+\datestrut Su & & 29 & & 31& & \\
+\hline\hline
+\datestrut Mo & & 30 & & & & \\
+\cline{1-1}\cline{3-3}
+\datestrut Tu & & 31 & & & & \\
+\hline
+\end{tabular}
+{\ } \\
+\newcommand{\bs}{$\backslash$}
+\textsc{ctan}{\bs}macros{\bs}latex{\bs}contrib{\bs}other{\bs}yplan{\bs}yplan99
+B.tex% \hfill\hbox{\copyright\ 1999\ RWD Nickalls}
+\end{table}
+%--------------
+\end{document}