[Merge] fix another error
Some checks failed
Update docs / build_docs (push) Failing after 3m0s

This commit is contained in:
2026-02-23 09:06:40 +01:00
parent b26699a887
commit 94c4cd8537
3 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
- 'docs/**'
jobs:
build_docs:
runs_on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v6

Binary file not shown.

View File

@@ -88,7 +88,6 @@
\newcommand{\limsupni}{\limsup_{n \rightarrow \infty}}
\newcommand{\sequence}[1]{(#1_n)_{n \geq 1}}
\newcommand{\series}[2]{\sum_{k = 1}^{#2} #1_k}
\newcommand{\elementstack}[2]{\genfrac{}{}{0pt}{}{#1}{#2}}
\DeclareMathOperator\arctanh{arctanh}
\DeclareMathOperator\arccosh{arccosh}