summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/functan/README
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/functan/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/functan/README')
-rw-r--r--macros/latex/contrib/functan/README55
1 files changed, 55 insertions, 0 deletions
diff --git a/macros/latex/contrib/functan/README b/macros/latex/contrib/functan/README
new file mode 100644
index 0000000000..e28c589227
--- /dev/null
+++ b/macros/latex/contrib/functan/README
@@ -0,0 +1,55 @@
+ This is the README file for funcan,
+ a LaTeX2e package for functional analysis
+
+ Copyright (C) 2004 Antoine Lejay
+
+
+* Copyright
+===========
+
+This file is part of functan (version 1.0).
+
+functan 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.
+
+functan (version 1.0) consists of the following files:
+
+- README (this file)
+- functan.ins
+- functan.dtx
+
+* Description
+=============
+
+The goal of this package is to provide a convenient
+and coherent way to deal with name of functional spaces
+(mainly Sobolev spaces) in functional analysis and PDE theory.
+It also provides a set of macros for dealing with
+norms, scalar products and convergence with some
+object oriented flavor (it gives the possibility
+to override the standard behavior of norms, ...).
+
+* Requirement
+=============
+
+functan needs the amsmath package version 2.0 or higher.
+
+* Installation
+==============
+
+latex functan.ins
+latex functan.dtx
+makeindex -s gglo.ist -o functan.gls functan.glo
+latex functan.dtx
+
+* History
+=========
+
+15 July 2004 - first release
+
+--