create sty files in acrotex

This commit is contained in:
2020-09-23 16:45:27 +02:00
parent 32813aa9bf
commit 1b6a294d9c
2 changed files with 6 additions and 2 deletions

View File

@ -38,7 +38,11 @@ RUN \
wget $ACROTEX_URL && \
tlmgr init-usertree && \
unzip acrotex.zip && \
mv acrotex ~/texmf
mv acrotex ~/texmf && \
pushd ~/texmf/acrotex && \
latex acrotex.ins && \
popd

View File

@ -1 +1 @@
0.2.4
0.2.5