From 1b6a294d9cb9f4f5f94334131458a44b77b87b56 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 23 Sep 2020 16:45:27 +0200 Subject: [PATCH] create sty files in acrotex --- Dockerfile | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e379ab4..39f99e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 + diff --git a/VERSION b/VERSION index abd4105..3a4036f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 +0.2.5