AndyClifton / accessibility

A CTAN-compliant version of the LaTeX `accessibility` package
39 stars 6 forks source link

Compiler doesn't give same results in 2019 as in 2007 #1

Closed AndyClifton closed 4 years ago

AndyClifton commented 5 years ago

I run /source/batch.tex through latex to process access.texand produce accessibility.tex

Unfortunately this is different than the version that is currently in that directory.

Possible causes

  1. docstrip does something different in 2019 than 2007
  2. the .sty file is older than access.tex
AndyClifton commented 4 years ago

Not sure that we can do anything here other than to assume that the version of accessibility that we can produce now is different than that developed by Babett and may not be backward compatible.

Following semantic versioning rules, any new version of the code / package would then become accessibility 2.0, i.e. not guaranteed to work with prior releases.

Action: all commits / releases should be Version 2.x.x.

AndyClifton commented 4 years ago

Looks like there may have been some post-compile edits of the .sty file, rather than changing the .dtx file. I am satisfied that the .dtx file can be compiled to match the .sty file provided by Babett. Closing...