[singular] 06/09: tag some documents, so they are not built

felix salfelder felix-guest at alioth.debian.org
Tue Sep 3 20:24:47 UTC 2013


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

felix-guest pushed a commit to branch master-3-1-5
in repository singular.

commit 85b4abc78f0cf42959d9cbc7b17abae48a7148a3
Author: Felix Salfelder <felix at salfelder.org>
Date:   Tue Sep 3 21:17:48 2013 +0200

    tag some documents, so they are not built
---
 doc/cones.doc |  106 ++++++++++++++++++++++++++++-----------------------------
 doc/types.doc |    2 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

diff --git a/doc/cones.doc b/doc/cones.doc
index 75c287e..ed07190 100644
--- a/doc/cones.doc
+++ b/doc/cones.doc
@@ -91,7 +91,7 @@ intmat L[1][3]=
 1,0,0;
 cone c=coneViaPoints(HL,L,3);
 c;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------------------
@@ -152,7 +152,7 @@ intmat E[1][3]=
 1,0,0;
 cone c=coneViaInequalities(IE,E,3);
 c;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------------------
@@ -227,7 +227,7 @@ intmat M[11][3]=
 cone c=coneViaInequalities(M);
 c;
 canonicalizeCone(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -258,7 +258,7 @@ intvec w=1,1,1;
 cone cd=coneLink(c,w);
 cd;
 print(rays(cd));
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -275,7 +275,7 @@ int
 1 iff c1 contains c2 as a face; 0 otherwise
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:gfan
 intmat M[2][2]=
 1,0,
 0,1;
@@ -288,7 +288,7 @@ intmat N2[1][2]=
 0,1;
 cone d2=coneViaPoints(N2);
 containsAsFace(c,d2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -326,7 +326,7 @@ intvec v1=0,1;
 containsInSupport(c,v1);
 intvec v2=1,-1;
 containsInSupport(c,v2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -354,7 +354,7 @@ intmat M2[2][2]=
 -1,0;
 cone c2=coneViaPoints(M2);
 containsPositiveVector(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -380,7 +380,7 @@ intvec p1=1,1;
 containsRelatively(c,p1);
 intvec p2=0,1;
 containsRelatively(c,p2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -410,7 +410,7 @@ intmat M2[2][3]=
 0,1,0;
 cone c2=coneViaPoints(M2);
 ambientDimension(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -438,7 +438,7 @@ intmat M2[1][2]=
 0,0;
 cone c2=coneViaPoints(M2);
 codimension(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -466,7 +466,7 @@ intmat M2[1][2]=
 0,0;
 cone c2=coneViaPoints(M2);
 dimension(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -498,7 +498,7 @@ cone c2=coneViaPoints(M2);
 cone d2=dualCone(c2);
 d2;
 print(rays(d2));
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -528,7 +528,7 @@ intmat M2[1][2]=
 cone c2=coneViaPoints(M2);
 bigintmat E2=equations(c2);
 print(E2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -559,7 +559,7 @@ intmat M2[2][2]=
 cone c2=coneViaPoints(M2);
 bigintmat F2=facets(c2);
 print(F2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -586,7 +586,7 @@ intmat M[5][3]=
 cone c=coneViaPoints(M);
 bigintmat L=linspace(c);
 print(L);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -611,7 +611,7 @@ intmat M[3][5]=
 cone c=coneViaPoints(M);
 bigintmat S=generatorsOfSpan(c);
 print(S);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -629,7 +629,7 @@ int
 getMultiplicity of the cone (can be set by setMultiplicity); returns 1 if not set
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:gfan
 intmat M[2][3]=
 -1,0,0,
 0,-1,0;
@@ -637,7 +637,7 @@ cone c=coneViaPoints(M);
 getMultiplicity(c);
 setMultiplicity(c,3);
 getMultiplicity(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -662,7 +662,7 @@ intmat M[3][5]=
 cone c=coneViaPoints(M);
 bigintmat I=span(c);
 print(I);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -691,7 +691,7 @@ intmat M2[1][2]=
 cone c2=coneViaPoints(M2);
 bigintmat I2=inequalities(c2);
 print(I2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -723,7 +723,7 @@ intmat M2[4][3]=
 -1,0,0;
 cone c2=coneViaPoints(M2);
 linealityDimension(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -756,7 +756,7 @@ intmat M2[4][3]=
 cone c2=coneViaPoints(M2);
 cone l2=linealitySpace(c2);
 l2;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -783,7 +783,7 @@ linearForms(c);
 intvec v=1,1,1;
 setLinearForms(c,v);
 linearForms(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -808,7 +808,7 @@ cone c=coneViaPoints(M);
 cone cn=negatedCone(c);
 cn;
 print(rays(cn));
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -833,7 +833,7 @@ intmat M[3][2]=
 cone c=coneViaPoints(M);
 bigintmat Q=quotientLatticeBasis(c);
 print(Q);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -864,7 +864,7 @@ intmat M2[3][2]=
 cone c2=coneViaPoints(M2);
 bigintmat R2=rays(c2);
 print(R2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -892,7 +892,7 @@ intmat M2[2][2]=
 1,1;
 cone c2=coneViaPoints(M2);
 relativeInteriorPoint(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -916,7 +916,7 @@ intmat M[3][2]=
 -1,0;
 cone c=coneViaPoints(M);
 semigroupGenerator(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -944,7 +944,7 @@ intmat M2[2][2]=
 1,1;
 cone c2=coneViaPoints(M2);
 uniquePoint(c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -986,7 +986,7 @@ print(rays(c23));
 cone c13=convexHull(c1,c3);
 c13;
 print(rays(c13));
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1028,7 +1028,7 @@ print(rays(c23));
 cone c13=convexIntersection(c1,c3);
 c13;
 print(rays(c13));
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1060,7 +1060,7 @@ intmat M3[4][2]=
 0,-1;
 cone c3=coneViaPoints(M3);
 isFullSpace(c3);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1092,7 +1092,7 @@ intmat M3[4][2]=
 0,-1;
 cone c3=coneViaPoints(M3);
 isOrigin(c3);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1142,7 +1142,7 @@ intmat N2[4][3]=
 cone d2=coneViaPoints(N2);
 insertCone(f,d2);
 isSimplicial(f);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1168,7 +1168,7 @@ linearForms(c);
 intvec v=1,1,1;
 setLinearForms(c,v);
 linearForms(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------
@@ -1193,7 +1193,7 @@ cone c=coneViaPoints(M);
 getMultiplicity(c);
 setMultiplicity(c,3);
 getMultiplicity(c);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c ---------------------------------------
@@ -1355,10 +1355,10 @@ fan
 empty fan in ambient dimension d
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:gfan
 fan f=emptyFan(2);
 f;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1375,10 +1375,10 @@ fan
 full fan in ambient dimension d
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:gfan
 fan f=fullFan(2);
 f;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1395,14 +1395,14 @@ intvec
 F-Vector of the fan
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:gfan
 fan f=emptyFan(2);
 fVector(f);
 intmat M[2][2]=1,0,0,1;
 cone c=coneViaPoints(M);
 insertCone(f,c);
 fVector(f);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1430,7 +1430,7 @@ insertCone(f,c);
 getCone(f,2,1,0,0);
 getCone(f,2,2,0,0);
 getCone(f,2,3,0,0);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1458,7 +1458,7 @@ intmat M[3][3]=
 cone c=coneViaPoints(M);
 insertCone(f,c);
 f;
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1497,7 +1497,7 @@ intmat M3[3][3]=
 0,0,-1;
 cone c3=coneViaPoints(M3);
 isCompatible(f,c3);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1536,7 +1536,7 @@ isCompatible(f,c3);
 @c cone c3=coneViaPoints(M3);
 @c insertCone(g,c3);
 @c isComplete(g,c3);
- at c @c example
+ at c @c example tag:gfan
 @c @end smallexample
 @c @end table
 @c --------------------------------------------------------------------
@@ -1569,7 +1569,7 @@ intmat M2[1][2]=
 cone c2=coneViaPoints(M2);
 insertCone(g,c2);
 isPure(g,c2);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1602,7 +1602,7 @@ intmat M2[2][3]=
 cone c2=coneViaPoints(M2);
 insertCone(f,c2);
 nmaxcones(f);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1635,7 +1635,7 @@ intmat M2[2][3]=
 cone c2=coneViaPoints(M2);
 insertCone(f,c2);
 ncones(f);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1669,7 +1669,7 @@ numberOfConesOfDimension(f,2,0,0);
 numberOfConesOfDimension(f,2,0,1);
 numberOfConesOfDimension(f,3,0,0);
 numberOfConesOfDimension(f,3,0,1);
- at c example
+ at c example tag:gfan
 @end smallexample
 @end table
 @c --------------------------------------------------------------------
@@ -1829,7 +1829,7 @@ polytope
 Newton polytope of f 
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:cone
 intmat M[4][2]=
 0,0,
 1,0,
@@ -1854,7 +1854,7 @@ polytope
 Newton polytope of f 
 @item @strong{Example:}
 @smallexample
- at c example
+ at c example tag:cone
 ring r;
 poly f=x+y+z;
 polytope p=newtonPolytope(f);
diff --git a/doc/types.doc b/doc/types.doc
index 6063858..2f16831 100755
--- a/doc/types.doc
+++ b/doc/types.doc
@@ -4556,7 +4556,7 @@ substitute a ring variable (see @ref{subst})
 @end table
 
 @c @*@strong{Example:}
- at c @example
+ at c @example tag:gfan
 @c @end example
 @c ---------------------------------------
 @node User defined types, cone, vector, Data types

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



More information about the debian-science-commits mailing list