Skip to content

Commit

Permalink
Silencing warnings from microtype
Browse files Browse the repository at this point in the history
There are issues with the footnote microtype patch that are not worth digging
into, so we just silence the warnings.
  • Loading branch information
fintelkai committed Sep 26, 2022
1 parent 141ef49 commit 958e1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp.cls
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
% microtype handles punctuation at the right margin. We want it for
% the final product, but it's okay if authors lack it.
\IfFileExists{microtype.sty}{%
\RequirePackage[final,protrusion={true,compatibility}]{microtype}
\RequirePackage[final,protrusion={true,compatibility},verbose=silent]{microtype}
}{}
\RequirePackage[hyphens]{url}

Expand Down

0 comments on commit 958e1a6

Please sign in to comment.