AndyClifton / accessibility

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

Include CTAN version number in files #20

Closed AndyClifton closed 4 years ago

AndyClifton commented 4 years ago

A submission to CTAN must include the version number of the submission.

N.B. for the sake of (my) sanity the CTAN version number should probably match the github release number.

AndyClifton commented 4 years ago

See also #1

AndyClifton commented 4 years ago

Include this in access.tex around line 231, e.g.

\ProvidesPackage{accessibility}[2019/09/31 v. 2.0.1]

AndyClifton commented 4 years ago

Fixed in V2.0.3 release files.

To update version information, search for

VERSION INFO

in accessibility.dtx and change the data found there. Then run make_accessibility.sh, run_tests.sh, and prepare_for_CTAN.sh as normal before submitting to CTAN.

See source/v2x/HOWTO.md for more information.