diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/standalone/gincltex.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/standalone/gincltex.ins | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/standalone/gincltex.ins b/Master/texmf-dist/source/latex/standalone/gincltex.ins new file mode 100644 index 00000000000..52858c81cc4 --- /dev/null +++ b/Master/texmf-dist/source/latex/standalone/gincltex.ins @@ -0,0 +1,49 @@ +%% $Id: skeleton.ins 1041 2009-05-02 16:07:25Z martin $ +\input docstrip.tex +\preamble + +Copyright (C) 2011 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 gincltex.dtx, gincltex.ins +and the derived file gincltex.sty. + +\endpreamble +\keepsilent + +\generate{% + \file{gincltex.sty}{\from{gincltex.dtx}{package}}% +} + +\obeyspaces +\Msg{*************************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the following *} +\Msg{* file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* gincltex.sty *} +\Msg{* *} +\Msg{* To produce the documentation run the file gincltex.dtx *} +\Msg{* through LaTeX. *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{*************************************************************} + +\endbatchfile + +%% vim: ft=tex + |