diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/svn-prov/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-prov/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/svn-prov/README b/Master/texmf-dist/doc/latex/svn-prov/README new file mode 100644 index 00000000000..e037a717da8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/svn-prov/README @@ -0,0 +1,17 @@ +Package svn-prov +~~~~~~~~~~~~~~~~ +Copyright (C) 2009 Martin Scharrer <martin@scharrer-online.de> +See the svn-prov.dtx or svn-prov.ins file for the licence information (LPPL). + + +This package introduces Subversion variants of the standard LaTeX macros +\ProvidesPackage, \ProvidesClass and \ProvidesFile where the file name and date +is extracted from Subversion Id keywords. The file name can also be given +explicitly as an optional argument. + +Syntax summary: + +\ProvidesPackageSVN [file name]{$Id: ... $}[Package Information (version, description)] +\ProvidesClassSVN [file name]{$Id: ... $}[Class Information (version, description)] +\ProvidesFileSVN [file name]{$Id: ... $}[File Information (version, description)] + |