typos
This commit is contained in:
@@ -18,6 +18,13 @@
|
||||
\renewcommand{\thealgorithm}{\Alph{algorithm}} % Float labels: Algorithm A, B, C
|
||||
\newcommand{\algletter}{}
|
||||
\algrenewcommand\alglinenumber[1]{\scriptsize\textbf{\algletter}#1}
|
||||
|
||||
\algnewcommand\algorithmicupon{\textbf{upon}}
|
||||
% \algnewcommand\algorithmicdo{\textbf{do}}
|
||||
\algdef{SE}[UPON]{Upon}{EndUpon}[1]{%
|
||||
\algorithmicupon\ #1\ \algorithmicdo%
|
||||
}{\textbf{end upon}}
|
||||
|
||||
\usepackage{tikz}
|
||||
\graphicspath{{diagrams/out}}
|
||||
\usepackage{xspace}
|
||||
@@ -45,7 +52,7 @@
|
||||
\newcommand{\RB}{\textsf{RB}\xspace}
|
||||
\newcommand{\res}{\mathsf{res}}
|
||||
\newcommand{\ARB}{\textsf{ARB}\xspace}
|
||||
\newcommand{\DL}{\textsf{DL}\xspace}
|
||||
\newcommand{\DL}{\textsf{DL}}
|
||||
\newcommand{\APPEND}{\textsf{APPEND}}
|
||||
\newcommand{\PROVE}{\textsf{PROVE}}
|
||||
\newcommand{\PROVEtrace}{\textsf{prove}}
|
||||
|
||||
Reference in New Issue
Block a user