diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/standalone/standalone.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/standalone/standalone.ins | 55 |
1 files changed, 9 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/latex/standalone/standalone.ins b/Master/texmf-dist/source/latex/standalone/standalone.ins index 8966a2849ef..cf56bc140be 100644 --- a/Master/texmf-dist/source/latex/standalone/standalone.ins +++ b/Master/texmf-dist/source/latex/standalone/standalone.ins @@ -1,52 +1,15 @@ -%% $Id: standalone.ins 2051 2011-01-24 11:42:42Z martin $ -\input docstrip.tex -\preamble - -Copyright (c) 2010 by Martin Scharrer <martin@scharrer-online.de> - -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.txt - -and version 1.3c or later is part of all distributions of LaTeX -version 2008/05/04 or later. - -This work has the LPPL maintenance status `maintained'. - -The Current Maintainer of this work is Martin Scharrer. - -This work consists of the files standalone.dtx, standalone.ins -and the derived file standalone.sty. - -\endpreamble +\input ydocstrip.tex \keepsilent +\askforoverwritefalse \generate{% - \file{standalone.cls}{\from{standalone.dtx}{cls}}% - \file{standalone.sty}{\from{standalone.dtx}{sty}}% - \nopreamble\nopostamble - \file{standalone.tex}{\from{standalone.dtx}{tex}}% - \file{standalone.cfg}{\from{standalone.dtx}{cfg}}% + \nopreamble + \file{standalone.cls}{\from{standalone.dtx}{standalone.cls}}% + \file{standalone.sty}{\from{standalone.dtx}{standalone.sty}}% + \nopostamble + \file{standalone.tex}{\from{standalone.dtx}{standalone.tex}}% + \file{standalone.cfg}{\from{standalone.dtx}{standalone.cfg}}% + %\file{standalone.ins}{\from{standalone.dtx}{install}}% } - -\obeyspaces -\Msg{*************************************************************} -\Msg{* *} -\Msg{* To finish the installation you have to move the following *} -\Msg{* file into a directory searched by TeX: *} -\Msg{* *} -\Msg{* standalone.sty *} -\Msg{* *} -\Msg{* To produce the documentation run the file standalone.dtx *} -\Msg{* through LaTeX. *} -\Msg{* *} -\Msg{* Happy TeXing! *} -\Msg{* *} -\Msg{*************************************************************} - \endbatchfile %% vim: ft=tex - |