stipub / stixfonts

OpenType Unicode fonts for Scientific, Technical, and Mathematical texts
SIL Open Font License 1.1
730 stars 41 forks source link

Please don't use space in PDF names #56

Closed davidmjones closed 6 years ago

davidmjones commented 10 years ago

Some PDF files distributed with STIX have space in their names e.g. "STIX Font License 2010.pdf". This makes them less convenient to handle from the command line or when using bash scripts (*). I think it would be better if they were renamed to follow standard names like "STIXFontLicense2010.pdf", "STIX-Font-License-2010.pdf" or "STIX_Font_License_2010.pdf".

() for example "for filename in `ls .pdf`; do echo $filename; done" will print STIX Font License 2010.pdf

Reported by: fred-wang

Original Ticket: stixfonts/tracking/56

davidmjones commented 10 years ago

This issue is being reviewed as part of a comprehensive analysis of the STIX fonts for the version 2.0.0 development.

Original comment by: stipub

davidmjones commented 7 years ago

Original comment by: stipub

davidmjones commented 7 years ago

Spaces have ben removed from file names in STIX version 2.0.0

Original comment by: stipub