Skip to content
Snippets Groups Projects
Unverified Commit ea29082a authored by Moritz Aurel Pascal Schubotz's avatar Moritz Aurel Pascal Schubotz
Browse files

Generate publication list automatically

parent 5f863478
No related branches found
Tags build-master-2018-11-19-54
No related merge requests found
[submodule "support/xstlprocJ"]
path = support/xstlprocJ
url = https://github.com/physikerwelt/xstlprocJ.git
......@@ -4,6 +4,10 @@ python:
install:
- source ./support/texlive_install.sh
- pip install PyGithub
addons:
apt:
packages:
- maven
cache:
- pip
- directories:
......@@ -25,6 +29,7 @@ deploy:
file:
- main.pdf
- gipp.bib
- publist.html
on:
repo: ag-gipp/bib
env:
......
......@@ -6,3 +6,4 @@ latexmk
cp allRefs.pdf ../../main.pdf
cd ../..
python3 support/issue.py
support/pubHtml
biber --tool --configfile=src/biber/filter.xml gipp.bib
biber --output-format=biblatexml --configfile=src/biber/clean.xml --clrmacros --tool schubotz.bib
./support/xstlprocJ/xsltprocJ src/xsl/transform.xsl references.xml > publist.html
Subproject commit d5c071ef8a23744290b4804e34095ed17f512c89
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment