diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-23 00:54:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-23 00:54:21 +0000 |
commit | e5afc07ca708ad8df64c326ecdd3c23db764823d (patch) | |
tree | 8e75b37ab83617f32647e38fcc81ae1efb8bb0fc /Master | |
parent | 9950d57f096bb1c3a550b01c07946671cb1b6d02 (diff) |
advdate (22nov10)
git-svn-id: svn://tug.org/texlive/trunk@20538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/advdate/advdate.tex | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/advdate/manifest.txt | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/advdate/advdate.sty | 20 |
3 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/advdate/advdate.tex b/Master/texmf-dist/doc/latex/advdate/advdate.tex index 63898d5cd89..bc4e4479d99 100644 --- a/Master/texmf-dist/doc/latex/advdate/advdate.tex +++ b/Master/texmf-dist/doc/latex/advdate/advdate.tex @@ -1,3 +1,22 @@ +%% Copyright 1996 Zdenek Wagner +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% 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.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Zdenek Wagner. +% +% This work consists of all files listed in manifest.txt. +% +%% This licence information was added 2010/11/22 by +%% Clea F. Rees with the permission of Zdenek Wagner. +% \documentclass[DIV=11, fontsize=12pt, pagesize=auto]{scrartcl} \usepackage{lmodern} diff --git a/Master/texmf-dist/doc/latex/advdate/manifest.txt b/Master/texmf-dist/doc/latex/advdate/manifest.txt new file mode 100644 index 00000000000..504dabc54c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/advdate/manifest.txt @@ -0,0 +1,23 @@ +Copyright 1996 Zdenek Wagner + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +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.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Zdenek Wagner. + +This work consists of all files listed in manifest.txt. + +This licence information was added 2010/11/22 by +Clea F. Rees with the permission of Zdenek Wagner. + +advdate.pdf +advdate.sty +advdate.tex +manifest.txt diff --git a/Master/texmf-dist/tex/latex/advdate/advdate.sty b/Master/texmf-dist/tex/latex/advdate/advdate.sty index e15add6d3d0..e7e362181b5 100644 --- a/Master/texmf-dist/tex/latex/advdate/advdate.sty +++ b/Master/texmf-dist/tex/latex/advdate/advdate.sty @@ -2,6 +2,26 @@ %% Advance Date Package for LaTeX2e %% %% (C) Z. Wagner -- Ice Bear Soft, 20 Oct 1996, <wagner@mbox.cesnet.cz> %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Copyright 1996 Zdenek Wagner %% +%% %% +%% This work may be distributed and/or modified under the %% +%% conditions of the LaTeX Project Public License, either version 1.3 %% +%% 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.3 or later is part of all distributions of LaTeX %% +%% version 2005/12/01 or later. %% +%% %% +%% This work has the LPPL maintenance status `maintained'. %% +%% %% +%% The Current Maintainer of this work is Zdenek Wagner. %% +%% %% +%% This work consists of all files listed in manifest.txt. %% +%% %% +%% This licence information was added 2010/11/22 by %% +%% Clea F. Rees with the permission of Zdenek Wagner. %% +%% %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% This package contains macros which can add specified number of days %% %% to the current date (as specified in \today) and print it. Some other %% %% macros are also provided. It is intended for use e.g. in invoices %% |