File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ % Required for compilation on arXiv
Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
22
3+ # This script creates a tar.gz file suitable for submission to arXiv.
4+ # https://info.arxiv.org/help/submit_tex.html
5+ # https://trevorcampbell.me/html/arxiv.html
6+
37if command -v 7z & > /dev/null; then : ; else
48 echo " 7-Zip was not found. Installing."
59 sudo apt-get update
@@ -25,7 +29,7 @@ mkdir arxiv/anc
2529# Rsync is used to enable excluding.
2630rsync -av --exclude=fig/* -converted-to.pdf --exclude=fig/lecture_notes --exclude=fig/tampere --exclude=tex/other_models.tex \
2731 fig tex \
28- .latexmkrc babelbst.tex englbst.tex finnbst.tex LICENSE main.bbl main.tex Makefile swedbst.tex tktl.bst UH-logo.png UH_TCM_MSc.cls \
32+ .latexmkrc babelbst.tex biblatex-dm.cfg englbst.tex finnbst.tex LICENSE main.bbl main.tex Makefile swedbst.tex tktl.bst UH-logo.png UH_TCM_MSc.cls \
2933 arxiv
3034# Ancillary files are placed in the anc directory.
3135# https://info.arxiv.org/help/ancillary_files.html
You can’t perform that action at this time.
0 commit comments