diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/currvita/currvita.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/currvita/currvita.ins | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/currvita/currvita.ins b/Master/texmf-dist/source/latex/currvita/currvita.ins new file mode 100644 index 00000000000..256c0ad58dd --- /dev/null +++ b/Master/texmf-dist/source/latex/currvita/currvita.ins @@ -0,0 +1,54 @@ +% +% currvita.ins +% Batch file, run through LaTeX. +% +% Copyright (C) 1999 Axel Reichert +% See the files README and COPYING. +% +\input docstrip.tex +% +\declarepreamble\package + +LaTeX package for a curriculum vitae + +Copyright (C) 1999 Axel Reichert +See the files README and COPYING. + +\endpreamble +% +\declarepreamble\testfile + +LaTeX sample file for the currvita package + +Copyright (C) 1999 Axel Reichert +See the files README and COPYING. + +\endpreamble +% +\keepsilent +% +\generate{% + \usepreamble\package + \file{currvita.sty}{\from{currvita.dtx}{package}}% + \usepreamble\testfile + \file{cvtest.tex}{\from{currvita.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 currvita.sty} +\Msg{*} +\Msg{* To produce the documentation and an example, run the} +\Msg{* following files through LaTeX:} +\Msg{*} +\Msg{* \space\space currvita.dtx (three times)} +\Msg{* \space\space cvtest.tex} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*} +\Msg{**************************************************************} +% +\endbatchfile |