[CS] Add new macro for big vdash

This commit is contained in:
2025-10-03 19:39:46 +02:00
parent 4110159f10
commit af6063c5fe

View File

@@ -9,6 +9,7 @@
\usepackage{algpseudocodex} \usepackage{algpseudocodex}
\usepackage{setspace} \usepackage{setspace}
\usepackage{verbatim} \usepackage{verbatim}
\usepackage{turnstile}
\newcommand{\Indent}{\hspace{\algorithmicindent}} \newcommand{\Indent}{\hspace{\algorithmicindent}}
@@ -24,3 +25,4 @@
\newcommand{\tR}{\text{R}} \newcommand{\tR}{\text{R}}
\newcommand{\tC}{\text{C}} \newcommand{\tC}{\text{C}}
\newcommand{\tN}{\text{N}} \newcommand{\tN}{\text{N}}
\newcommand{\bigvdash}[2]{\sststile{#1}{#2}}