Skip to content

Commit 958e1a6

Browse files
committed
Silencing warnings from microtype
There are issues with the footnote microtype patch that are not worth digging into, so we just silence the warnings.
1 parent 141ef49 commit 958e1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
% microtype handles punctuation at the right margin. We want it for
219219
% the final product, but it's okay if authors lack it.
220220
\IfFileExists{microtype.sty}{%
221-
\RequirePackage[final,protrusion={true,compatibility}]{microtype}
221+
\RequirePackage[final,protrusion={true,compatibility},verbose=silent]{microtype}
222222
}{}
223223
\RequirePackage[hyphens]{url}
224224

0 commit comments

Comments
 (0)