Skip to content

Commit 1d3bdb8

Browse files
authored
Merge pull request #15 from pep-dortmund/update_template_2024
Update template 2024
2 parents 8d46d9c + b7e435e commit 1d3bdb8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
env:
12-
TEXLIVE_VERSION: 2023
12+
TEXLIVE_VERSION: 2024
1313
TERM: xterm
1414
# silences warnings from jupyter about not being able to debug the stdlib
1515
PYDEVD_DISABLE_FILE_VALIDATION: 1
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup
3535
run: |
3636
sudo apt-get install --yes poppler-utils
37-
pip install https://github.com/maxnoe/texlive-batch-installation/archive/v0.3.2.tar.gz
37+
pip install install-texlive
3838
curl -fLO https://raw.githubusercontent.com/pep-dortmund/toolbox-workshop/main/tex-packages.txt
3939
python -m install_texlive -p $HOME/texlive -t $TEXLIVE_VERSION --collections='-a' --package-file tex-packages.txt --update -v
4040

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: toolbox
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.11
5+
- python=3.12
66
- pip
77
- matplotlib
88
- numpy

header.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
\usepackage{tabularray}
105105
\UseTblrLibrary{booktabs, siunitx}
106106

107+
% longtblr-Umgebung auf Deutsch
108+
\DefTblrTemplate{contfoot-text}{normal}{Weiter auf der nächsten Seite}
109+
\SetTblrTemplate{contfoot-text}{normal}
110+
\DefTblrTemplate{conthead-text}{normal}{(Fortsetzung)}
111+
\SetTblrTemplate{conthead-text}{normal}
107112
% Verbesserungen am Schriftbild
108113
\usepackage{microtype}
109114

programme.bib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ @article{matplotlib
1010
url = "http://matplotlib.org/",
1111
version = "1.4.3",
1212
doi = {10.1109/MCSE.2007.55},
13-
addendum = {Current version 3.7.2, \textsc{doi}: \href{https://zenodo.org/record/8118151}{\texttt{10.5281/zenodo.8118151}}}
13+
addendum = {Current version 3.7.2, \textsc{doi}: \href{https://zenodo.org/records/13308876}{\texttt{10.5281/zenodo.13308876}}}
1414
}
1515

1616
% taken from https://numpy.org/citing-numpy/ but replaced the key 'harris2020array' with 'numpy'
@@ -68,5 +68,5 @@ @software{uncertainties
6868
author = "Lebigot, Eric O.",
6969
title = "Uncertainties: a Python package for calculations with uncertainties",
7070
url = "http://pythonhosted.org/uncertainties/",
71-
version = "3.1.7"
71+
version = "3.2.2"
7272
}

0 commit comments

Comments
 (0)