diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:53:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:53:12 +0000 |
commit | f1ba088253f565d5cb2d934517f7c9af1a72c154 (patch) | |
tree | 4059ff874bec24729590d0cc99897bf1c4d9726a /Master/texmf-dist/source/latex/fancyref/fancyref.ins | |
parent | 9c042e8eec53eb979ec5ae9c871cfc6a45fdff5c (diff) |
trunk/Master/texmf-dist/source/latex/fancyref
git-svn-id: svn://tug.org/texlive/trunk@276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fancyref/fancyref.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/fancyref/fancyref.ins | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/fancyref/fancyref.ins b/Master/texmf-dist/source/latex/fancyref/fancyref.ins new file mode 100644 index 00000000000..70a9ccbeec4 --- /dev/null +++ b/Master/texmf-dist/source/latex/fancyref/fancyref.ins @@ -0,0 +1,40 @@ +%% +%% fancyref.ins +%% Batch file, run through LaTeX. +%% +%% Copyright (C) 1999 Axel Reichert +%% See the files README and COPYING. +%% +\def\batchfile{fancyref.ins} +\input docstrip.tex +\preamble + +LaTeX package for fancy cross-referencing. + +Copyright (C) 1999 Axel Reichert +See the files README and COPYING. + +\endpreamble +\keepsilent +\generateFile{fancyref.sty}{t}{\from{fancyref.dtx}{package}} +\generateFile{freftest.tex}{t}{\from{fancyref.dtx}{testfile}} +\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 fancyref.sty} +\Msg{*} +\Msg{* To produce the documentation run the following files} +\Msg{* through LaTeX:} +\Msg{*} +\Msg{* \space\space fancyref.dtx} +\Msg{*} +\Msg{* To produce a test file run the following files} +\Msg{* through LaTeX:} +\Msg{*} +\Msg{* \space\space freftest.tex} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*} +\Msg{**************************************************************} |