mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
add twemojis support
This commit is contained in:
parent
df42f0965d
commit
b5537a78af
3 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ RUN set -ex; \
|
|||
kpfonts \
|
||||
lastpage \
|
||||
latexmk \
|
||||
twemojis \
|
||||
;
|
||||
|
||||
COPY src/usr /usr
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ RUN set -ex; \
|
|||
kpfonts \
|
||||
lastpage \
|
||||
latexmk \
|
||||
twemojis \
|
||||
;
|
||||
|
||||
COPY src/usr /usr
|
||||
|
|
|
|||
Loading…
Reference in a new issue