Skip to content

Commit

Permalink
Escape comma in PUNCTUATION SPACE definition.
Browse files Browse the repository at this point in the history
GitHub issue #2.
  • Loading branch information
wilx committed Oct 28, 2016
1 parent 22f9ec7 commit 4091dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uspace.sty
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Unicode space characters.]
\newunicodechar{ }{\leavevmode\hphantom{0}}

% punctuation space
\newunicodechar{ }{\hspace{\fontcharwd \font `,}}
\newunicodechar{ }{\hspace{\fontcharwd \font `\,}}

% thin space
\newunicodechar{ }{\leavevmode\linebreak[0]\,}
Expand Down

0 comments on commit 4091dfc

Please sign in to comment.