Hoo, boy, do we have validation issues. Too many to fix before we ship out the 2019 edition. The big ones to resolve:
- The
ul in the summary section must be inside a p. I have fixed this sporadically. I think if we pretty print, then a global find and replace will solve the problem.
- Can automate fix for this, I hope.
definition is not allowed inside a sidebyside. This is a problem for the definition of the absolute value, sine, and cosine. Temporarily wrapping the definition in p is allowing the definition to appear, but this could break at any time.
- This is going to require manual attention and the removal of the
sidebyside.
- There are intermittent places that a
sidebyside or figure is located inside a p.
- Easy but tedious to fix. I can/will generate a list of locations it happens.
- The
idx tags for assemblage need to go after its title.
- We might be able to automate this.
- There are
fn tags inside tabular cells. This is not allowed.
- This probably takes some discussion. I wouldn't trust that
fn inside cell is always going to work, so we will have to come up with the right solution.
Hoo, boy, do we have validation issues. Too many to fix before we ship out the 2019 edition. The big ones to resolve:
ulin the summary section must be inside ap. I have fixed this sporadically. I think if we pretty print, then a global find and replace will solve the problem.definitionis not allowed inside asidebyside. This is a problem for the definition of the absolute value, sine, and cosine. Temporarily wrapping thedefinitioninpis allowing thedefinitionto appear, but this could break at any time.sidebyside.sidebysideorfigureis located inside ap.idxtags forassemblageneed to go after itstitle.fntags insidetabularcells. This is not allowed.fninsidecellis always going to work, so we will have to come up with the right solution.