Skip to content
New issue

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 unresoved references and multiply defined lables #25

Open
nehaniv opened this issue Feb 27, 2023 · 0 comments
Open

Comments

@nehaniv
Copy link
Contributor

nehaniv commented Feb 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant