PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
254 stars 203 forks source link

Schema: Fix incorrect start elements #2071

Closed oscarlevin closed 8 months ago

oscarlevin commented 8 months ago

This is totally my fault, in 74b0796b9c1ccbdbe2f952b0c283807a526943e3. I added a few new start elements so editors wouldn't complain about modular files. Forgot that Worksheet is only in the experimental schema, and mis-capitalized WebWork. The result is that the nightly build of the CLI quits before building since it tries to validate the schema.

rbeezer commented 8 months ago

Well, WebWork is consistently wrong everywhere else! ;-)

In now, schema browser will update later. Carry on.

oscarlevin commented 8 months ago

Thanks.