Skip to content

no manual numbering #794

Description

@wrigjl

Description

pretext has really good cross reference features. We should never have to write Listing 1. We need to go through the whole code base and find occurrences of manual numbering and nuke them from orbit.

Scale of the problem:

find . -name '*.ptx' -exec egrep -H '(ActiveCode|Chapter|Listing|Table|Figure) [0-9]+' {} \; | wc -l
143

Motivation and Context

consistency

Screenshots (if appropriate)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions