We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SgpDecMakeDoc(); yields odd errors about unresolved references and multiply defined labels:
gap> SgpDecMakeDoc(); #I Composing XML document . . . #I Parsing XML document . . . #I Checking XML structure . . . #I Text version (also produces labels for hyperlinks): #I First run, collecting cross references, index, toc, bib and so on . . . #I Table of contents complete. #I Producing the index . . . #I Reading bibliography data files . . . #I BibXMLext format: SGPDECbib.xml #I Writing bibliography . . . #I Second run through document . . . #W WARNING: non resolved reference: rec( BookName := "sgpdec", Oper := "AsCoords" ) #W WARNING: non resolved reference: rec( BookName := "sgpdec", Func := "DependencyDomains" ) #W WARNING: non resolved reference: rec( BookName := "semigroups", Func := "IsomorphismTransformationSemigroup" ) #W WARNING: non resolved reference: rec( BookName := "sgpdec", Func := "AsFLCoords" ) #W WARNING: non resolved reference: rec( BookName := "sgpdec", Func := "AsFLCascade" ) #W WARNING: non resolved reference: rec( BookName := "sgpdec", Func := "Perm2Reps" ) #W WARNING: non resolved reference: rec( BookName := "sgpdec", Func := "Reps2FLCoords" ) . . #I Writing LaTeX file, 4 x pdflatex with bibtex and makeindex, #W There were LaTeX Warnings: LaTeX Warning: Label `FLCascadeGroup' multiply defined.
LaTeX Warning: Label `FLCascadeGroup' multiply defined.
LaTeX Warning: Label `DisplayFLComponents' multiply defined.
LaTeX Warning: Label `Perm2Reps' multiply defined.
LaTeX Warning: Label `Reps2FLCoords' multiply defined.
LaTeX Warning: Label `FLCoords2Reps' multiply defined.
LaTeX Warning: Label `Perm2FLCoords' multiply defined.
LaTeX Warning: Label `FLCoords2Perm' multiply defined.
LaTeX Warning: Label `LevelKillers' multiply defined.
LaTeX Warning: Label `LevelBuilders' multiply defined.
LaTeX Warning: Label `HolonomyCascadeSemigroup' multiply defined.
)
LaTeX Warning: There were multiply-defined labels.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1914.
. . etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SgpDecMakeDoc(); yields odd errors about unresolved references and multiply defined labels:
gap> SgpDecMakeDoc();
#I Composing XML document . . .
#I Parsing XML document . . .
#I Checking XML structure . . .
#I Text version (also produces labels for hyperlinks):
#I First run, collecting cross references, index, toc, bib and so on . . .
#I Table of contents complete.
#I Producing the index . . .
#I Reading bibliography data files . . .
#I BibXMLext format: SGPDECbib.xml
#I Writing bibliography . . .
#I Second run through document . . .
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Oper := "AsCoords" )
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Func := "DependencyDomains" )
#W WARNING: non resolved reference: rec(
BookName := "semigroups",
Func := "IsomorphismTransformationSemigroup" )
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Func := "AsFLCoords" )
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Func := "AsFLCascade" )
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Func := "Perm2Reps" )
#W WARNING: non resolved reference: rec(
BookName := "sgpdec",
Func := "Reps2FLCoords" )
.
.
#I Writing LaTeX file, 4 x pdflatex with bibtex and makeindex,
#W There were LaTeX Warnings:
LaTeX Warning: Label `FLCascadeGroup' multiply defined.
LaTeX Warning: Label `FLCascadeGroup' multiply defined.
LaTeX Warning: Label `DisplayFLComponents' multiply defined.
LaTeX Warning: Label `Perm2Reps' multiply defined.
LaTeX Warning: Label `Reps2FLCoords' multiply defined.
LaTeX Warning: Label `FLCoords2Reps' multiply defined.
LaTeX Warning: Label `Perm2FLCoords' multiply defined.
LaTeX Warning: Label `FLCoords2Perm' multiply defined.
LaTeX Warning: Label `LevelKillers' multiply defined.
LaTeX Warning: Label `LevelBuilders' multiply defined.
LaTeX Warning: Label `HolonomyCascadeSemigroup' multiply defined.
)
LaTeX Warning: There were multiply-defined labels.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 1914.
.
.
etc.
The text was updated successfully, but these errors were encountered: