diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:52:09 +0000 |
commit | 08346c9c4f0a0bf381eaa2c9a04a7dd5f6beb58b (patch) | |
tree | 4370e3a9f1a36612c1f067f870771c724c005bae /Master/texmf-dist/source/latex/curve/curve.ins | |
parent | 42402314dfc4a5447a4d4b1ecf3ee99454839d80 (diff) |
trunk/Master/texmf-dist/source/latex/curve
git-svn-id: svn://tug.org/texlive/trunk@213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/curve/curve.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/curve/curve.ins | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/curve/curve.ins b/Master/texmf-dist/source/latex/curve/curve.ins new file mode 100644 index 00000000000..fd1b6defb2b --- /dev/null +++ b/Master/texmf-dist/source/latex/curve/curve.ins @@ -0,0 +1,77 @@ +%%% curve.ins --- Installation file for CurVe -*- mode: LaTeX -*- + +%% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Didier Verna. + +%% PRCS: $Id: curve.ins 1.8 Tue, 01 Mar 2005 11:18:45 +0100 didier $ + +%% Author: Didier Verna <didier@lrde.epita.fr> +%% Maintainer: Didier Verna <didier@lrde.epita.fr> +%% Created: Thu Dec 10 16:04:01 1998 +%% Last Revision: Fri Feb 6 17:23:08 2004 + +%% This file is part of CurVe. + +%% CurVe may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.1 +%% 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.1 or later is part of all distributions of LaTeX +%% version 1999/06/01 or later. + +%% CurVe consists of the files listed in the file `README'. + + +%%% Commentary: + +%% Contents management by FCM version 0.1. + + +%%% Code: + +\NeedsTeXFormat{LaTeX2e} +\input docstrip.tex +\keepsilent +\askforoverwritefalse + +\preamble +^^J^^J +%% $Format: "$TextCopyright$^^J"$ +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Didier Verna^^J +This file is part of CurVe.^^J +CurVe may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.1 +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.1 or later is part of all distributions of LaTeX +version 1999/06/01 or later.^^J +CurVe consists of the files listed in the file `README'.^^J +\endpreamble + +\catcode`\¡=14 +\generate{\file{curve.cls}{\from{curve.dtx}{}}} + +\Msg{} +\Msg{,----------} +\Msg{|} +\Msg{| You have two more things to do to finish the installation:} +\Msg{|} +\Msg{| * Typeset the documentation by running LaTeX on the file `curve.dtx'.} +\Msg{| * Install `curve.cls' and `curve.dvi' anywhere you see fit.} +\Msg{|} +\Msg{| If you're an AUC-TeX user, you can also install the file `curve.el' in} +\Msg{| a suitable AUC-TeX style directory.} +\Msg{|} +\Msg{| Once you have installed the package, you might also want to process} +\Msg{| the example file cv.tex. This will give you an idea of what a non} +\Msg{| customized CV looks like with CurVe.} +\Msg{|} +\Msg{| Have fun!} +\Msg{|} +\Msg{`----------} +\Msg{} + +\endbatchfile + +%%% curve.ins ends here |