This commit is contained in:
Amaury JOLY
2026-01-07 17:40:57 +01:00
parent 926c3fdc51
commit e89e0e8d2a
3 changed files with 262 additions and 35 deletions

View File

@@ -50,6 +50,12 @@
\newcommand{\PROVE}{\textsf{PROVE}}
\newcommand{\PROVEtrace}{\textsf{prove}}
\newcommand{\READ}{\textsf{READ}}
\newcommand{\BFTAPPEND}{\textsf{BFT\text{-}APPEND}}
\newcommand{\BFTPROVE}{\textsf{BFT\text{-}PROVE}}
\newcommand{\BFTREAD}{\textsf{BFT\text{-}READ}}
\newcommand{\ABbroadcast}{\textsf{AB-broadcast}}
\newcommand{\ABdeliver}{\textsf{AB-deliver}}
\newcommand{\RBcast}{\textsf{RB-cast}}
@@ -59,9 +65,9 @@
\newcommand{\Messages}{\mathsf{Messages}}
\newcommand{\ABlisten}{\textsf{AB-listen}}
\newcommand{\CANDIDATE}{\mathsf{CANDIDATE}}
\newcommand{\CLOSE}{\mathsf{CLOSE}}
\newcommand{\READGE}{\mathsf{READGE}}
\newcommand{\CANDIDATE}{\textsf{VOTE}}
\newcommand{\CLOSE}{\textsf{COMMIT}}
\newcommand{\READGE}{\textsf{RESULT}}
\newcommand{\SHARE}{\mathsf{SHARE}}
\newcommand{\COMBINE}{\mathsf{COMBINE}}
@@ -78,12 +84,12 @@
\newcommand{\Seq}{\mathsf{Seq}}
\newcommand{\GE}{\mathsf{GE}}
\newcommand{\BFTDL}{\mathsf{BFT\text{-}DL}}
\newcommand{\BFTDL}{\textsf{BFT\text{-}DL}}
\newcommand{\BFTGE}{\mathsf{BFT\text{-}GE}}
\newcommand{\BFTVOTE}{\mathsf{BFT\text{-}VOTE}}
\newcommand{\BFTCOMMIT}{\mathsf{BFT\text{-}COMMIT}}
\newcommand{\BFTRESULT}{\mathsf{BFT\text{-}RESULT}}
\newcommand{\BFTGE}{\textsf{BFT\text{-}GE}}
\newcommand{\BFTVOTE}{\textsf{BFT\text{-}VOTE}}
\newcommand{\BFTCOMMIT}{\textsf{BFT\text{-}COMMIT}}
\newcommand{\BFTRESULT}{\textsf{BFT\text{-}RESULT}}
\crefname{theorem}{Theorem}{Theorems}