A Few Utilities for Checking and Listing Tags in Source Codes - chk_tags.x (created from 'make chk_tags.x') A utility to check validity of @@ in source codes. The tool can also be used to fix issues when possible. This tool is used by script '../sources/check_tags'. Usage: chk_tags.x [-options] filename ... options - -sc ; strictly check for "@@:" -vtag ; check version tags in tex file -clen ; check line length over a limit (def =75) -fix ; apply tag fix if needed (to _fix) -list ; list tags (with -vtag to list version tags) - get_tags Generate a source template with proper source tags. Usage: gen_tags [-tags] [- ...] [] options - -tags ; list supported tags and values - ; specify a tag and its value ; give filename in form of Any of the tag information may be entered at the prompt later. If is not given, construct it from and . For an existing file with tags, print tags in the file; for an existing file without tags, add tags to the file; otherwise, create a file with new tags. - list_tags List tag information in source codes. This tool is used by make in the top-level directory to generate generated-include.tex. Usage: list_tags [options] [-h] options - -list ; list tags in csv format -vtag ; create version tag info for use in latex file -env|-fenv ; print env tag values -clen= ; check line length, default =75 Multiple files may be specified