File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 99  pull_request :
1010
1111env :
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 
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: toolbox
22channels :
33  - conda-forge 
44dependencies :
5-   - python=3.11  
5+   - python=3.12  
66  - pip 
77  - matplotlib 
88  - numpy 
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments