Closed davidmjones closed 6 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
Original comment by: stipub
Spaces have ben removed from file names in STIX version 2.0.0
Original comment by: stipub
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