summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/twemojis/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/twemojis/README.md')
-rw-r--r--macros/latex/contrib/twemojis/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/twemojis/README.md b/macros/latex/contrib/twemojis/README.md
index dbc0de32fd..0b29b9efec 100644
--- a/macros/latex/contrib/twemojis/README.md
+++ b/macros/latex/contrib/twemojis/README.md
@@ -22,7 +22,7 @@ There is the alternative `\texttwemoji{...}` command which scales and sets the e
There are three ways to get the emoji you want:
1. The unicode value
- - in hexadezimal,
+ - in hexadecimal,
- with small letters,
- and without leading zeros.
@@ -93,7 +93,7 @@ To create the `.sty` and the documentation PDF.
# Implementation Notice
As the emojis are PDF-based and use transparency, they include groups.
-I was not able to change the inkscape export so that that does not happen.
+I was not able to change the `inkscape` export so that that does not happen.
Hence, pdflatex throws a warning about multiple groups on one PDF page.
This package disables said warning: `\pdfsuppresswarningpagegroup=1` as it is of no concern for the inputted emojis.
It **could** happen, that a PDF you input is faulty and you don't notice due to said suppression.