Update 'Latex Tricks'

master
Oliver Kennedy 2022-07-14 17:24:23 -04:00
parent 4a14a5696a
commit 5ae1462401
1 changed files with 7 additions and 0 deletions

7
Latex-Tricks.md Normal file

@ -0,0 +1,7 @@
## Suppressing Warnings
```
\usepackage{silence}
\WarningFilter{acmart}{A possible image}
\WarningFilter{acmart}{\vspace should only be used to provide space}
```