Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace * break with * beginning #2603

Open
4 tasks done
martinascholger opened this issue Oct 8, 2024 · 1 comment · May be fixed by #2634
Open
4 tasks done

replace * break with * beginning #2603

martinascholger opened this issue Oct 8, 2024 · 1 comment · May be fixed by #2634
Assignees

Comments

@martinascholger
Copy link
Member

martinascholger commented Oct 8, 2024

The Guidelines still contain mentionings of (page|line|column|gathering) break. The 'break' should be replaced with 'beginning'.
(page|line|column|gathering)[\s-]*breaks? finds 31 instances.

  • page beginning (<pb>)
  • line beginning (<lb>)
  • column beginning (<cb>)
  • gathering beginning (<gb>)
@joeytakeda joeytakeda added the Status: Pending pending action described in a comment, to return to discussion before further action will be taken label Nov 12, 2024
@trishaoconnor trishaoconnor added this to the Guidelines 4.9.0 milestone Dec 10, 2024
@trishaoconnor trishaoconnor added Status: Go and removed Status: Pending pending action described in a comment, to return to discussion before further action will be taken labels Dec 10, 2024
@trishaoconnor
Copy link
Contributor

trishaoconnor commented Dec 10, 2024

Replaced 'break' with 'beginning' for the following files:

  • page beginning (<pb>)
  • column beginning (<cb>)
  • att.breaking
  • parameter (<param>)
  • model (<model>)
  • att.edition
  • att.milestoneUnit
  • WD Non Standard Characters
  • SG Gentle Introduction
  • PH Primary Sources
  • NH Non Hierarchical
  • HD Header
  • FT Tables Formulae Graphics
  • DS Default Text Structure
  • DI Print Dictionaries
  • CO Core Elements
  • CH Language Character Sets

There were no mentions of 'break' in the prose of <gb> but I deleted an superfluous space in the prose

For the above changes, see PR #2634.

The requested changes for<lb> are addressed in PR #2633.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants