Skip to content

Commit

Permalink
Insert llncs template
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Feb 5, 2020
1 parent a5b8f32 commit 9495b9d
Show file tree
Hide file tree
Showing 6 changed files with 1,274 additions and 0 deletions.
Empty file modified bin/acm
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions bin/all
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ bin/arxiv &
bin/word &
bin/spellcheck &
bin/acm &
bin/llncs &
echo "Wait for all jobs to finish"
wait
echo "Export release files"
Expand All @@ -14,3 +15,4 @@ cp arxiv.tar.gz rel
cp main.docx rel
cp spellcheck.html rel
cp acm.pdf rel
cp llncs.pdf rel
3 changes: 3 additions & 0 deletions bin/llncs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "Generating the acm PDF"
docker run --rm --volume "`pwd`:/data" --user `id -u`:`id -g` --entrypoint=/usr/local/texlive/bin/x86_64-linux/latexmk aggipp/arxiv-collector -pdf llncs.tex
Loading

0 comments on commit 9495b9d

Please sign in to comment.