Skip to content

Commit

Permalink
Change type of non-breaking space in SAM spec [trivial]
Browse files Browse the repository at this point in the history
The use of \textsc{cr\>lf} breaks pdfTeX 3.14159265-2.6-1.40.18.
Switching to \textsc{cr\,lf} cures it.  Visually they're almost
identical and it's only a footnote anyway.
  • Loading branch information
jkbonfield authored and jmarshall committed Nov 5, 2024
1 parent 5a6f5e9 commit 35bd24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SAMv1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ \section{The SAM Format Specification}
Alternatively and equivalently, SAM files are encoded in UTF-8 but non-ASCII characters are permitted only within certain field values as explicitly specified in the descriptions of those fields.%
\footnote{Hence in particular SAM files must not begin with a byte order mark~(BOM) and lines of text are delimited by ASCII line terminator characters only.
% Unicode identifies VT and FF as line break characters as well, but no one uses them in SAM.
In addition to the local platform's text file line termination conventions, implementations may wish to support \textsc{lf} and \textsc{cr\>lf} for interoperability with other platforms.}
In addition to the local platform's text file line termination conventions, implementations may wish to support \textsc{lf} and \textsc{cr\,lf} for interoperability with other platforms.}

Where it makes a difference, SAM file contents should be read and written using the POSIX\,/\,C locale.
For example, floating-point values in SAM always use `{\tt .}' for the decimal-point character.
Expand Down

0 comments on commit 35bd24e

Please sign in to comment.