[lrcalc] 01/01: Merge manpages into one lrcalc page, install just the lrcalc binary.

Tobias Hansen thansen at alioth.debian.org
Wed Aug 14 21:30:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository lrcalc.

commit 2f566508b97d779050c92375fe4180cd01258999
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Wed Aug 14 23:33:09 2013 +0200

    Merge manpages into one lrcalc page, install just the lrcalc binary.
---
 debian/coprod.1       |   55 ---------------
 debian/lrcalc.1       |  177 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/lrcalc.install |    2 +-
 debian/lrcoef.1       |   32 ---------
 debian/mult.1         |   66 ------------------
 debian/schubmult.1    |   34 ----------
 debian/skew.1         |   40 -----------
 7 files changed, 178 insertions(+), 228 deletions(-)

diff --git a/debian/coprod.1 b/debian/coprod.1
deleted file mode 100644
index abed959..0000000
--- a/debian/coprod.1
+++ /dev/null
@@ -1,55 +0,0 @@
-.\" Process this file with
-.\" groff -man -Tascii foo.1
-.\"
-.TH COPROD 1 "MARCH 2013" Linux "User Manuals"
-.SH NAME
-coprod \- Calculate coproducts in the ring of symmetric functions
-.SH SYNOPSIS
-.B coprod
-[\fB\-a\fR]
-.I part
-.SH DESCRIPTION
-The command "\fBcoprod\fR \fIz\fR" lists all pairs of partitions x and y for which
-the Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
-coefficient in front.
-.SH OPTIONS
-.IP "\fB\-a\fR"
-not documented
-.SH EXAMPLE
-% coprod 3 2 1
-.br
-1  (3, 1)  (2)
-.br
-1  (2, 2)  (1, 1)
-.br
-1  (3, 1)  (1, 1)
-.br
-1  (2, 1)  (3)
-.br
-2  (2, 1)  (2, 1)
-.br
-1  (2, 2, 1)  (1)
-.br
-1  (3, 2, 1)  ()
-.br
-1  (3, 2)  (1)
-.br
-1  (2, 1, 1)  (2)
-.br
-1  (3, 1, 1)  (1)
-.br
-1  (1, 1, 1)  (2, 1)
-.br
-1  (2, 1, 1)  (1, 1)
-.br
-1  (2, 2)  (2)
-.SH AUTHOR
-Anders S. Buch <asbuch at math rutgers edu>
-.SH MANPAGE AUTHOR
-Tobias Hansen <thansen at debian dot org>
-.SH "SEE ALSO"
-.BR lrcoef (1),
-.BR lrskew (1),
-.BR mult (1),
-.BR schubmult (1),
-.BR skew (1)
diff --git a/debian/lrcalc.1 b/debian/lrcalc.1
new file mode 100644
index 0000000..9eeedf3
--- /dev/null
+++ b/debian/lrcalc.1
@@ -0,0 +1,177 @@
+.\" Process this file with
+.\" groff -man -Tascii foo.1
+.\"
+.TH LRCALC 1 "AUGUST 2013" Linux "User Manuals"
+.SH NAME
+lrcalc \- Calculate with Littlewood-Richardson coefficients
+.SH SYNOPSIS
+.B lrcalc
+.I coprod
+[\fB\-a\fR]
+.I part
+.br
+.B lrcalc
+.I lrcoef 
+.I outer
+.B -
+.I inner1
+.B -
+.I inner2
+.br
+.B lrcalc
+.I lrtab
+[\fB\-r\fR \fIrows\fR]
+.I outer
+.B /
+.I inner
+.br
+.B lrcalc
+.I mult 
+[\fB\-mz\fR]
+[\fB\-r\fR \fIrows\fR]
+[\fB\-q\fR \fIrows\fR,\fIcols\fR]
+[\fB\-f\fR \fIrows\fR,\fIlevel\fR]
+.I part1
+.B \-
+.I part2
+.br
+.B lrcalc
+.I skew
+[\fB\-m\fR]
+[\fB\-r\fR \fIrows\fR]
+.I outer
+.B /
+.I inner
+.SH coprod \- Calculate coproducts in the ring of symmetric functions
+.B DESCRIPTION
+.RS
+The command "\fBlrcalc\fR \fIcoprod\fR \fIz\fR" lists all pairs of partitions x and y for which
+the Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.RE
+.B OPTIONS
+.RS
+.IP "\fB\-a\fR"
+not documented
+.RE
+.B EXAMPLE
+.RS
+% lrcalc coprod 3 2 1
+.br
+1  (3, 1)  (2)
+.br
+1  (2, 2)  (1, 1)
+.br
+1  (3, 1)  (1, 1)
+.br
+1  (2, 1)  (3)
+.br
+2  (2, 1)  (2, 1)
+.br
+1  (2, 2, 1)  (1)
+.br
+1  (3, 2, 1)  ()
+.br
+1  (3, 2)  (1)
+.br
+1  (2, 1, 1)  (2)
+.br
+1  (3, 1, 1)  (1)
+.br
+1  (1, 1, 1)  (2, 1)
+.br
+1  (2, 1, 1)  (1, 1)
+.br
+1  (2, 2)  (2)
+.RE
+.SH lrcoef \- Compute a single Littlewood-Richardson coefficient
+.B DESCRIPTION
+.RS
+The command "\fBlrcalc\fR \fIlrcoef\fR \fIz\fR \fB\-\fR \fIx\fR \fB\-\fR \fIy\fR"
+computes the Littlewood-Richardson
+coefficient c^z_{x,y} which is the coefficient of the Schur function
+s_z in the product s_x * s_y.
+.RE
+.B EXAMPLE
+.RS
+% lrcalc lrcoef 3 2 1 - 2 1 - 2 1
+.br
+2
+.RE
+.SH lrtab
+.SH mult \- Expand a product of two Schur functions in the basis of Schur functions
+.B DESCRIPTION
+.RS
+The command "\fBlrcalc\fR \fImult\fR \fIx\fR \fB\-\fR \fIy\fR" lists all partitions z for which the
+Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.RE
+.B OPTIONS
+.RS
+.IP "\fB\-mz\fR"
+not documented
+.IP "\fB\-r\fR \fIrows\fR"
+not documented
+.IP "\fB\-q\fR \fIrows\fR,\fIcols\fR"
+Calculates quantum coefficients. Experimental feature.
+.IP "\fB\-f\fR \fIrows\fR,\fIlevel\fR"
+Calculates fusion coefficients. Experimental feature.
+.RE
+.B EXAMPLES
+.RS
+% lrcalc mult 2 1 - 2 1
+.br
+1  (3, 3)
+.br
+1  (4, 2)
+.br
+1  (2, 2, 1, 1)
+.br
+1  (2, 2, 2)
+.br
+2  (3, 2, 1)
+.br
+1  (4, 1, 1)
+.br
+1  (3, 1, 1, 1)
+.LP
+% lrcalc mult \-f 3,2 3 2 1 - 3 2 1
+.br
+1  (4, 4, 4)
+.br
+1  (5, 4, 3)
+.LP
+% lrcalc mult \-q 3,2 3 2 1 - 3 2 1
+.br
+1  (2)
+.br
+1  (1, 1)
+.RE
+.SH skew \- Expand a skew Schur function in the basis of Schur functions
+.B DESCRIPTION
+.RS
+The command "\fBlrcalc\fR \fIskew\fR \fIz\fR \fB/\fR \fIx\fR" lists all partitions y for which the
+Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
+coefficient in front.
+.RE
+.B OPTIONS
+.RS
+.IP "\fB\-m\fR"
+not documented
+.IP "\fB\-r\fR \fIrows\fR"
+not documented
+.RE
+.B EXAMPLE
+.RS
+% lrcalc skew 3 2 1 / 2 1
+.br
+1  (3)
+.br
+2  (2, 1)
+.br
+1  (1, 1, 1)
+.RE
+.SH AUTHOR
+Anders S. Buch <asbuch at math rutgers edu>
+.SH MANPAGE AUTHOR
+Tobias Hansen <thansen at debian dot org>
diff --git a/debian/lrcalc.install b/debian/lrcalc.install
index 4cb4bd3..9886995 100644
--- a/debian/lrcalc.install
+++ b/debian/lrcalc.install
@@ -1 +1 @@
-/usr/bin/*
+/usr/bin/lrcalc
diff --git a/debian/lrcoef.1 b/debian/lrcoef.1
deleted file mode 100644
index 66f90d2..0000000
--- a/debian/lrcoef.1
+++ /dev/null
@@ -1,32 +0,0 @@
-.\" Process this file with
-.\" groff -man -Tascii foo.1
-.\"
-.TH LRCOEF 1 "MARCH 2013" Linux "User Manuals"
-.SH NAME
-lrcoef \- Compute a single Littlewood-Richardson coefficient
-.SH SYNOPSIS
-.B lrcoef 
-.I outer
-.B -
-.I inner1
-.B -
-.I inner2
-.SH DESCRIPTION
-The command "\fBlrcoef\fR \fIz\fR \fB\-\fR \fIx\fR \fB\-\fR \fIy\fR"
-computes the Littlewood-Richardson
-coefficient c^z_{x,y} which is the coefficient of the Schur function
-s_z in the product s_x * s_y.
-.SH EXAMPLE
-% lrcoef 3 2 1 - 2 1 - 2 1
-.br
-2
-.SH AUTHOR
-Anders S. Buch <asbuch at math rutgers edu>
-.SH MANPAGE AUTHOR
-Tobias Hansen <thansen at debian dot org>
-.SH "SEE ALSO"
-.BR coprod (1),
-.BR lrskew (1),
-.BR mult (1),
-.BR schubmult (1),
-.BR skew (1)
diff --git a/debian/mult.1 b/debian/mult.1
deleted file mode 100644
index cbbb34b..0000000
--- a/debian/mult.1
+++ /dev/null
@@ -1,66 +0,0 @@
-.\" Process this file with
-.\" groff -man -Tascii foo.1
-.\"
-.TH MULT 1 "MARCH 2013" Linux "User Manuals"
-.SH NAME
-mult \- Expand a product of two Schur functions in the basis of Schur functions
-.SH SYNOPSIS
-.B mult 
-[\fB\-mz\fR]
-[\fB\-r\fR \fIrows\fR]
-[\fB\-q\fR \fIrows\fR,\fIcols\fR]
-[\fB\-f\fR \fIrows\fR,\fIlevel\fR]
-.I part1
-.B \-
-.I part2
-.SH DESCRIPTION
-The command "\fBmult\fR \fIx\fR \fB\-\fR \fIy\fR" lists all partitions z for which the
-Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
-coefficient in front.
-.SH OPTIONS
-.IP "\fB\-mz\fR"
-not documented
-.IP "\fB\-r\fR \fIrows\fR"
-not documented
-.IP "\fB\-q\fR \fIrows\fR,\fIcols\fR"
-Calculates quantum coefficients. Experimental feature.
-.IP "\fB\-f\fR \fIrows\fR,\fIlevel\fR"
-Calculates fusion coefficients. Experimental feature.
-.SH EXAMPLES
-% mult 2 1 - 2 1
-.br
-1  (3, 3)
-.br
-1  (4, 2)
-.br
-1  (2, 2, 1, 1)
-.br
-1  (2, 2, 2)
-.br
-2  (3, 2, 1)
-.br
-1  (4, 1, 1)
-.br
-1  (3, 1, 1, 1)
-.LP
-% mult \-f 3,2 3 2 1 - 3 2 1
-.br
-1  (4, 4, 4)
-.br
-1  (5, 4, 3)
-.LP
-% mult \-q 3,2 3 2 1 - 3 2 1
-.br
-1  (2)
-.br
-1  (1, 1)
-.SH AUTHOR
-Anders S. Buch <asbuch at math rutgers edu>
-.SH MANPAGE AUTHOR
-Tobias Hansen <thansen at debian dot org>
-.SH "SEE ALSO"
-.BR coprod (1),
-.BR lrcoef (1),
-.BR lrskew (1),
-.BR schubmult (1),
-.BR skew (1)
diff --git a/debian/schubmult.1 b/debian/schubmult.1
deleted file mode 100644
index 69a5a4c..0000000
--- a/debian/schubmult.1
+++ /dev/null
@@ -1,34 +0,0 @@
-.\" Process this file with
-.\" groff -man -Tascii foo.1
-.\"
-.TH SCHUBMULT 1 "MARCH 2013" Linux "User Manuals"
-.SH NAME
-schubmult \- Expand a product of two Schubert polynomials in the basis of Schubert polynomials
-.SH SYNOPSIS
-.B schubmult 
-[\fB\-m\fR]
-[\fB\-r\fR \fIrank\fR]
-.I perm1
-.B \-
-.I perm2
-.SH OPTIONS
-.IP "\fB\-m\fR"
-not documented
-.IP "\fB\-r\fR \fIrank\fR"
-not documented
-.SH EXAMPLE
-% schubmult 1 3 2 - 1 3 2
-.br
-1  (1, 4, 2, 3)
-.br
-1  (2, 3, 1)
-.SH AUTHOR
-Anders S. Buch <asbuch at math rutgers edu>
-.SH MANPAGE AUTHOR
-Tobias Hansen <thansen at debian dot org>
-.SH "SEE ALSO"
-.BR coprod (1),
-.BR lrcoef (1),
-.BR lrskew (1),
-.BR mult (1),
-.BR skew (1)
diff --git a/debian/skew.1 b/debian/skew.1
deleted file mode 100644
index 53d6aef..0000000
--- a/debian/skew.1
+++ /dev/null
@@ -1,40 +0,0 @@
-.\" Process this file with
-.\" groff -man -Tascii foo.1
-.\"
-.TH SKEW 1 "MARCH 2013" Linux "User Manuals"
-.SH NAME
-skew \- Expand a skew Schur function in the basis of Schur functions
-.SH SYNOPSIS
-.B skew
-[\fB\-m\fR]
-[\fB\-r\fR \fIrows\fR]
-.I outer
-.B /
-.I inner
-.SH DESCRIPTION
-The command "\fBskew\fR \fIz\fR \fB/\fR \fIx\fR" lists all partitions y for which the
-Littlewood-Richardson coefficient c^z_{x,y} is non-zero, with that
-coefficient in front.
-.SH OPTIONS
-.IP "\fB\-m\fR"
-not documented
-.IP "\fB\-r\fR \fIrows\fR"
-not documented
-.SH EXAMPLE
-% skew 3 2 1 / 2 1
-.br
-1  (3)
-.br
-2  (2, 1)
-.br
-1  (1, 1, 1)
-.SH AUTHOR
-Anders S. Buch <asbuch at math rutgers edu>
-.SH MANPAGE AUTHOR
-Tobias Hansen <thansen at debian dot org>
-.SH "SEE ALSO"
-.BR coprod (1),
-.BR lrcoef (1),
-.BR lrskew (1),
-.BR mult (1),
-.BR schubmult (1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lrcalc.git



More information about the debian-science-commits mailing list