aata icon indicating copy to clipboard operation
aata copied to clipboard

Duplicate permid lead to EPUB validation errors

Open rbeezer opened this issue 3 years ago • 0 comments

When images were split into two (to live in a sidebyside) the @permid tended to be duplicated (on image and at least once on figure), when it is meant to be unique. I suspect you are suppose to leave them off entirely for a change like this, and then new ones will be generated as part of declaring a new edition. @davidfarmer can advise.

The first run of 21 EPUB validation errors should indicate all the duplicates (Duplicate). I suspect the later ones are consequernces and will go away.

I find some triplicates when I search because the old source was "commented out". This makes diagnosis harder, and we can always recover old source by rolling back with git, which is very easy and not dangerous.

I can try building EPUB again, if you put a notice here that the duplicates are gone and changes pushed.

ERROR(RSC-005): aata.epub/EPUB/package.opf(1,9042): Error while parsing file: Duplicate "leO"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,9158): Error while parsing file: Duplicate "leO"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,17744): Error while parsing file: Duplicate "dFT"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,17840): Error while parsing file: Duplicate "dFT"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,17934): Error while parsing file: Duplicate "JNc"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,18028): Error while parsing file: Duplicate "JNc"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,18135): Error while parsing file: Duplicate "pUl"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,18242): Error while parsing file: Duplicate "pUl"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,18490): Error while parsing file: Duplicate "Wbu"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,18599): Error while parsing file: Duplicate "Wbu"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,19101): Error while parsing file: Duplicate "aLn"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,19200): Error while parsing file: Duplicate "aLn"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,22331): Error while parsing file: Duplicate "sZv"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,22447): Error while parsing file: Duplicate "sZv"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,30209): Error while parsing file: Duplicate "eUq"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,30310): Error while parsing file: Duplicate "eUq"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,36517): Error while parsing file: Duplicate "OAV"
ERROR(RSC-005): aata.epub/EPUB/package.opf(1,36620): Error while parsing file: Duplicate "OAV"
ERROR(RSC-005): aata.epub/EPUB/xhtml/boolean-section-algebra-of-circuits.xhtml(84,57781): Error while parsing file: Duplicate ID "YgP"
ERROR(RSC-005): aata.epub/EPUB/xhtml/boolean-section-algebra-of-circuits.xhtml(84,60917): Error while parsing file: Duplicate ID "YgP"
ERROR(RSC-008): aata.epub/EPUB/xhtml/permute-section-dihedral-groups.xhtml(84,207105): Referenced resource "EPUB/xhtml/generated/latex-image/permute-transpositions-cube-left.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/matrix-section-groups.xhtml(84,394624): Referenced resource "EPUB/xhtml/generated/latex-image/matrix-sl2r-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/matrix-section-groups.xhtml(84,739144): Referenced resource "EPUB/xhtml/generated/latex-image/matrix-o2-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/matrix-section-groups.xhtml(84,882785): Referenced resource "EPUB/xhtml/generated/latex-image/matrix-r2-translations-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/matrix-section-symmetry.xhtml(84,49422): Referenced resource "EPUB/xhtml/generated/latex-image/matrix-glide-reflections-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/matrix-section-symmetry.xhtml(84,575523): Referenced resource "EPUB/xhtml/generated/latex-image/matrix-p4m-p4g-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/actions-section-burnsides-counting-theorem.xhtml(84,587625): Referenced resource "EPUB/xhtml/generated/latex-image/actions-switching-two-variables-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/boolean-section-algebra-of-circuits.xhtml(84,57874): Referenced resource "EPUB/xhtml/generated/latex-image/boolean-one-zero-a.svg" is not declared in the OPF manifest.
ERROR(RSC-008): aata.epub/EPUB/xhtml/galois-section-fund-theorem-galois-theory.xhtml(84,540727): Referenced resource "EPUB/xhtml/generated/latex-image/galois-root3-root5-a.svg" is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/actions-switching-two-variables-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/boolean-one-zero-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/galois-root3-root5-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/matrix-glide-reflections-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/matrix-o2-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/matrix-p4m-p4g-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/matrix-r2-translations-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/matrix-sl2r-a.svg" exists in the EPUB, but is not declared in the OPF manifest.
WARNING(OPF-003): aata.epub(-1,-1): Item "EPUB/xhtml/generated/latex-image/permute-transpositions-cube-left.svg" exists in the EPUB, but is not declared in the OPF manifest.

rbeezer avatar Dec 31 '22 17:12 rbeezer