rycolab / aclpub2

MIT License
28 stars 39 forks source link

Fixing lower-case issue from Softconf script #159

Closed zeeraktalat closed 11 months ago

zeeraktalat commented 11 months ago

Addresses issue where names joined by "-" were lowercased in the softconf script. The proposed approach follows this pattern:

The first name segment is always capitalised as is the last name segment. Only the middle segment is left lower-cased if it initially appears lowercased.