diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-12 22:41:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-12 22:41:34 +0000 |
commit | f7669a5c50eb09a4bbc24749b2358081fc008a66 (patch) | |
tree | e2947320c5b44e2e8c58c430ffabc5a4b5931875 /Master/texmf-dist/source/latex/SIstyle/sistyle.ins | |
parent | d80b07e0e893dbfd60b9066eb5301370e7dbef3c (diff) |
SIstyle 2.1
git-svn-id: svn://tug.org/texlive/trunk@1829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/SIstyle/sistyle.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/SIstyle/sistyle.ins | 155 |
1 files changed, 85 insertions, 70 deletions
diff --git a/Master/texmf-dist/source/latex/SIstyle/sistyle.ins b/Master/texmf-dist/source/latex/SIstyle/sistyle.ins index f81bec06738..1de043dd758 100644 --- a/Master/texmf-dist/source/latex/SIstyle/sistyle.ins +++ b/Master/texmf-dist/source/latex/SIstyle/sistyle.ins @@ -1,70 +1,85 @@ -%% -----------------------------------------------------------------
-%% File: sistyle.ins
-%% Author: Danie Els (dnjels@sun.ac.za)
-%%
-%% This file is part of the SIstyle package.
-%%
-%% Copyright 2004 by Danie Els. All rights reserved.
-%%
-%% 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 the license is in
-%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2003/12/01 or later.
-%%
-%% This work has the LPPL maintenance status "author-maintained".
-%%
-%%-----------------------------------------------------------------
-%% This file will generate fast loadable files and documentation
-%% driver files from the doc files in this package when run through
-%% LaTeX or TeX.
-%%
-%% The file 'readme.txt' contains a list of all the files as well
-%% directions for installation of this package.
-%%-----------------------------------------------------------------
-
-\def\batchfile{sistyle.ins}
-\def\filedate{2004/07/10}
-\input docstrip.tex
-\keepsilent
-
-\declarepreamble\DNJEpreamble
-Author: Danie Els (dnjels@sun.ac.za)
-
-Copyright 2004 by Danie Els. All rights reserved.
-
-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 the license is in
- http://www.latex-project.org/lppl.txt
-and version 1.3 or later is part of all distributions of LaTeX
-version 2003/12/01 or later.
-
-This work has the LPPL maintenance status "author-maintained".
-
-\endpreamble
-
-\generate{%
- \askforoverwritefalse
- \usepreamble\DNJEpreamble
- \file{sistyle.sty}{\from{sistyle.dtx}{package}}%
-}
-
-
-{\obeyspaces%
-\Msg{*********************************************************}%
-\Msg{* *}%
-\Msg{* To finish the installation you have to move the *}%
-\Msg{* following file into a directory searched by TeX: *}%
-\Msg{* *}%
-\Msg{* sistyle.sty *}%
-\Msg{* *}%
-\Msg{* To produce the documentation run the file sistyle.dtx *}%
-\Msg{* through LaTeX. *}%
-\Msg{* *}%
-\Msg{* Happy TeXing! *}%
-\Msg{*********************************************************}}
-\endbatchfile
+% ------------------------------------------------------------------- +% The SIstyle package +% for SI units and number typesetting +% ------------------------------------------------------------------- +% +% File: sistyle.ins +% Author: Danie Els (dnjels@sun.ac.za) +% +% This file will generate fast loadable files and documentation +% driver files from the doc files in this package when run through +% LaTeX or TeX. +% +% Copyright (C) 2004-2006 Danie Els +% All rights reserved. +% +% This work may be distributed and/or modified under the conditions +% of the LaTeX Project Public License, either version 1.3c of this +% license or (at your option) any later version. The latest version +% of the license is in +% http://www.latex-project.org/lppl +% and version 1.3c or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "author-maintained". +% +% The Current Maintainer of this work Danie Els (dnjels@sun.ac.za). +% +% This package consists of the files sistyle.dtx and sistyle.ins as +% well as the derived file sistyle.sty. See the file 'readme.txt' +% for a list of all the files as well as directions for the +% installation of this package. +% ------------------------------------------------------------------- + + +\def\batchfile{sistyle.ins} +\def\filedate{2006/07/11} +\input docstrip.tex +\keepsilent + +\declarepreamble\DNJEpreamble + +------------------------------------------------------------------- + The SIstyle package + for SI units and number typesetting +------------------------------------------------------------------- + +Author: Danie Els + + Copyright (C) 2004-2006 Danie Els + All rights reserved. + +This work may be distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.3c of this +license or (at your option) any later version. The latest version +of this license is in: + http://www.latex-project.org/lppl/ +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +This Current Maintainer of this work is Danie Els (dnjels@sun.ac.za) +--------------------------------------------------------------------- + +\endpreamble + +\generate{% + \askforoverwritefalse + \usepreamble\DNJEpreamble + \file{sistyle.sty}{\from{sistyle.dtx}{package}}} + +\obeyspaces% +\Msg{*********************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the *} +\Msg{* following file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* sistyle.sty *} +\Msg{* *} +\Msg{* To produce the documentation run the file sistyle.dtx *} +\Msg{* through LaTeX. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{*********************************************************} +\endbatchfile |