summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/curve/curve.ins
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/curve/curve.ins
Initial commit
Diffstat (limited to 'macros/latex/contrib/curve/curve.ins')
-rw-r--r--macros/latex/contrib/curve/curve.ins58
1 files changed, 58 insertions, 0 deletions
diff --git a/macros/latex/contrib/curve/curve.ins b/macros/latex/contrib/curve/curve.ins
new file mode 100644
index 0000000000..12fb9b0b2d
--- /dev/null
+++ b/macros/latex/contrib/curve/curve.ins
@@ -0,0 +1,58 @@
+%%% curve.ins --- Installation file for CurVe -*- mode: LaTeX -*-
+
+%% Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2010 Didier Verna
+
+%% Author: Didier Verna <didier@lrde.epita.fr>
+%% Maintainer: Didier Verna <didier@lrde.epita.fr>
+%% Created: Thu Dec 10 16:04:01 1998
+%% Last Revision: Tue Nov 30 18:36:08 2010
+
+%% 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
+\InputIfFileExists{ltxpkg.tex}{}{}
+\askforoverwritefalse
+\keepsilent
+
+\preamble
+^^J^^J
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Didier Verna^^J
+Copyright (C) 2010 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{header.inc}{\from{curve.dtx}{header}}
+ \file{curve.cls}{\from{curve.dtx}{header,curve}}}
+
+\endbatchfile
+
+%%% curve.ins ends here