Skip to content

Commit 2cbca28

Browse files
committed
Add biblatex-dm.cfg for arXiv compilation
1 parent 85c4fa4 commit 2cbca28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

biblatex-dm.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
% Required for compilation on arXiv

create_arxiv.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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+
37
if 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.
2630
rsync -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

0 commit comments

Comments
 (0)