Closed mcdee closed 2 years ago
Boolean values were being written without a trailing space, which result in PDF output such as
\Extend[truetrue]
where it should be
\Extend[true true]
This patch addresses the issue, and fixes up a couple of formatting items for the current gofmt.
Thanks for the fix, @mcdee!
Boolean values were being written without a trailing space, which result in PDF output such as
where it should be
This patch addresses the issue, and fixes up a couple of formatting items for the current gofmt.