diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tabvar/tabvar.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/tabvar/tabvar.ins | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tabvar/tabvar.ins b/Master/texmf-dist/source/latex/tabvar/tabvar.ins new file mode 100644 index 00000000000..f48f48cb1df --- /dev/null +++ b/Master/texmf-dist/source/latex/tabvar/tabvar.ins @@ -0,0 +1,66 @@ +%% +%% 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) Daniel Flipo 2003-2005 <daniel.flipo@univ-lille1.fr>. +%% +%% It 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 this 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. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\filedate{2004/12/30} +\def\batchfile{tabvar.ins} +\input docstrip.tex + +{\ifx\generate\undefined +\Msg{**********************************************} +\Msg{*} +\Msg{* This installation requires docstrip} +\Msg{* version 2.3c or later.} +\Msg{*} +\Msg{* An older version of docstrip has been input} +\Msg{*} +\Msg{**********************************************} +\errhelp{Move or rename old docstrip.tex.} +\errmessage{Old docstrip in input path} +\batchmode +\csname @@end\endcsname +\fi} + +\keepsilent + +\usedir{tex/latex/tabvar} + +\generate{\file{tabvar.sty}{\from{tabvar.dtx}{sty}} + } + +\nopreamble +\generate{\file{tabvar.cfg}{\from{tabvar.dtx}{cfg}} + } + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\Msg{* Now, run 'mpost -tex=latex tabvar' to produce files} +\Msg{* tabvar.1 tabvar.2 tabvar.3 from tabvar.mp} +\Msg{*} +\Msg{* To finish the installation you have to move the following} +\Msg{* files into a directory searched by TeX:} +\Msg{*} +\Msg{* \space tabvar.sty tabvar.cfg tabvar.1 tabvar.2 tabvar.3} +\Msg{*} +\Msg{* To produce the documentation} +\Msg{* run tabvar.dtx through LaTeX or pdfLaTeX.} +\Msg{*} +\Msg{* Happy TeXing} +\Msg{***********************************************************} +} + +\endinput |