>From d42192f39128f32b145eed4de36002457b8ed085 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Sun, 9 Feb 2020 07:39:16 +0900 Subject: [PATCH 2/2] utilities/toarxiv: Copy up-to-date 'fvextra and 'epigraph' The version of arxiv's TeX Live is 2016 at the moment. As we depend on "fvextra" and up-to-date "epigraph" now, we need to copy their .sty files into the bundle to upload. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Paul, As I can't test the behavior of arxiv's build system, I'm not sure this patch actually works as expected. I'd like you to test the resulting bundle on arxiv. Thanks, Akira -- utilities/toarxiv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/toarxiv.sh b/utilities/toarxiv.sh index 5e1c6388..f126eb5f 100644 --- a/utilities/toarxiv.sh +++ b/utilities/toarxiv.sh @@ -54,6 +54,8 @@ find */ -type d -print | sh cp autodate.tex glossary.tex origpub.tex contrib.tex legal.tex qqz.tex origpub.sty qqz.sty pfbook.cls pfhyphex.tex perfbook.bbl ${destdir} +cp `kpsewhich fvextra.sty` ${destdir} +cp `kpsewhich epigraph.sty` ${destdir} find */ '(' -name '*.pdf' -o -name '*.lst' ')' -exec cp {} ${destdir}/{} \; -- 2.17.1