[Math] Add elementstack command

This commit is contained in:
2025-10-19 08:25:47 +02:00
parent 6a889e3c67
commit a58464619c
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@@ -23,5 +23,7 @@ All these have to be executed in the math environment.
\item \verb|\limsupni| Shortened limit superior notation for $n \rightarrow \infty$, $\displaystyle \limsupni$
\item \verb|\der|\{\textit{math}\} Derivative, $\displaystyle \der{x}$
\item \verb|\dern|\{\textit{math}\}\{\textit{math}\} Higher derivative, $\displaystyle \dern{x}{2}$
\item \verb|\elementstack|\{\textit{math}\}\{\textit{math}\} Stack two elements on top of eachother. Uses \verb|\genfrac| under the hood.
Can be used for example in limits as an alternative to \verb|\atop| or \verb|\substack|.
\end{itemize}