The build fails because it runs of of memory when trying to compile functions.tex. The error message is:
(https://github.com/FachschaftMathPhysInfo/Programmiervorkurs/actions/runs/11992095799/job/33431520974)
! TeX capacity exceeded, sorry [pool size=5730208].
\pydatabuffermlvalueline ...engthmacro \endcsname
{\pydata@escstrtext {#1}}
l.13 ...ppinline{double}}}}_{\text{Rückgabetyp}}}
\quad
! ==> Fatal error occurred, no output PDF file produced!
The responsible code on lines 12-17 is:
\[
\smashoperator{\mathop{\underbrace{\text{\cppinline{double}}}}_{\text{Rückgabetyp}}}\quad
\smashoperator{\mathop{\overbrace{\text{\cppinline{my_func}}}}^{\text{Name}}}
(\smashoperator{\mathop{\underbrace{\text{\cppinline{double x}}}}_{\text{Parameter 1}}},\
\smashoperator{\mathop{\overbrace{\text{\cppinline{int n}}}^{\text{Parameter 2}}}})
\]
My hot fix was to comment those lines out for the time being. However we will need to reenable this at some point.
The build fails because it runs of of memory when trying to compile functions.tex. The error message is:
(https://github.com/FachschaftMathPhysInfo/Programmiervorkurs/actions/runs/11992095799/job/33431520974)
The responsible code on lines 12-17 is:
My hot fix was to comment those lines out for the time being. However we will need to reenable this at some point.