diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-11 23:21:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-11 23:21:54 +0000 |
commit | 39eee492a47dc496a406cd7d0cc34a8530d8f5ce (patch) | |
tree | c693a114d44f74f2f7abdabf3513c12132fd3168 /Master/texmf-dist/source/latex/limap/limap.ins | |
parent | d2d91fb13aec1db9eaeb97b72d019f0df3fb1876 (diff) |
limap (29may16)
git-svn-id: svn://tug.org/texlive/trunk@41390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/limap/limap.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/limap/limap.ins | 87 |
1 files changed, 41 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/latex/limap/limap.ins b/Master/texmf-dist/source/latex/limap/limap.ins index 4936fe57ca0..32fbafd1b96 100644 --- a/Master/texmf-dist/source/latex/limap/limap.ins +++ b/Master/texmf-dist/source/latex/limap/limap.ins @@ -1,46 +1,41 @@ -%%------------------------------------------------------------------
-%% Driver file to extract the dtx style and class files.
-%%
-%% Copyright (C) 1999-2000 Gerd Neugebauer
-%%
-%% limap.ins may be distributed under the terms of the LaTeX Project
-%% Public License, as described in lppl.txt in the base LaTeX
-%% distribution. Either version 1.0 or, at your option, any later
-%% version.
-%%
-%%------------------------------------------------------------------
-%%
-%% Run this file through TeX or LaTeX to extract the files.
-%% You need the docstrip package as distributed with LaTeX2e.
-%% It is also available as seperate package from any CTAN site.
-%%
-%%------------------------------------------------------------------
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% $Id: limap.ins 1.2 2000/03/01 20:11:42 gene Exp gene $
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\input docstrip.tex
-\keepsilent
-\askonceonly
-
-\generate{\file{limap.sty}{\from{limap.dtx}{package}}
- \file{limap.cls}{\from{limap.dtx}{class}}
- }
-%\usedir{tex/latex/limap}
-
-\ifToplevel{
-\Msg{****************************************************************}
-\Msg{*}
-\Msg{* To finish the installation you have to move the following}
-\Msg{* files into a directory searched by (La)TeX:}
-\Msg{*}
-\Msg{* \space\space limap.cls limap.sty}
-\Msg{*}
-\Msg{* To produce the documentation run limap.tex through LaTeX,}
-\Msg{* makeindex, and LaTeX again.}
-\Msg{*}
-\Msg{* Happy TeXing}
-\Msg{****************************************************************}
-}
-
-\endbatchfile
-\endinput
+%%------------------------------------------------------------------ +%% Driver file to extract the dtx style and class files. +%% +%% Copyright (C) 1999-2016 Gerd Neugebauer +%% +%% limap.ins may be distributed under the terms of the LaTeX Project +%% Public License version 1.3c, as described in lppl.txt. +%% +%%------------------------------------------------------------------ +%% +%% Run this file through TeX or LaTeX to extract the files. +%% You need the docstrip package as distributed with LaTeX2e. +%% It is also available as seperate package from any CTAN site. +%% +%%------------------------------------------------------------------ + +\input docstrip.tex +\keepsilent +\askonceonly + +\generate{\file{limap.sty}{\from{limap.dtx}{package}} + \file{limap.cls}{\from{limap.dtx}{class}} + } + +\ifToplevel{ +\Msg{****************************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by LaTeX:} +\Msg{*} +\Msg{* \space\space limap.cls limap.sty} +\Msg{*} +\Msg{* To produce the documentation run limap.dtx through LaTeX,} +\Msg{* makeindex, and LaTeX again.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{****************************************************************} +} + +\endbatchfile +\endinput |