@@ -24,10 +24,12 @@ All the equations have been converted into OpenFormula and these are the only em
As one of the goals is to improve loading and editing speed, we've done some cleanup, specifically:
- Removed non-essential boilterplate (e.g. generic hooters and headers)
- Removed bookmarks (NOT table of contents, ToC is there) where were added for no good reason
- Removed bookmarks (NOT table of contents, ToC is there) which were added for no good reason
- Removed "weird metadata" which the document had quite a bit (including a reference to one company's Sharepoint!)
- Removed most (but not all) custom styles - the document had hundreds
> **Note:** Unfortunately, it is quite hard to clean up everything and also to do it properly. The result is an illustration, not necedssarly a proposal of how exactly it should look like. Ideally, a new specification should be created by following (and enforcing) ODT restrictions to prevent bloat (we ended up with in DOCX).
## Automatic tools
As mentioned in our contribution, with ODT it becomes possible to write tools to verify the specs are compliant with whatever ODT restrictions we may chose to impose (and I think we would need to). An example of such script is provided in "verify_odt.py".