Skip to content

Commit

Permalink
Merge pull request #552 from jamesray1/patch-115
Browse files Browse the repository at this point in the history
Fix spacing of table of maths symbols
  • Loading branch information
pirapira committed Feb 13, 2018
2 parents c627a52 + 06c67bd commit bf1c8f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2515,13 +2515,12 @@ \subsection{Deletion of an Account Despite Out-of-gas}

At block 2675119, in the transaction \seqsplit{0xcf416c536ec1a19ed1fb89e4ec7ffb3cf73aa413b3aa9b77d60e4fd81a4296ba}, an account at address 0x03 was called and an out-of-gas occurred during the call. Against the equation (\ref{eq:pre}), this added 0x03 in the set of touched addresses, and this transaction turned $\boldsymbol{\sigma}[0x03]$ into $\varnothing$.

\section{List of mathematical symbols}\label{app:symbols}
\begin{tabu*}{X[l]X[c]X} \savetabu{col3}
\section{List of mathematical symbols} \label{app:symbols}
\begin{tabu*} spread 0pt {X[l] X[c] X} \savetabu{col3}
\toprule
Symbol & Latex Command & Description \hypertarget{bigvee}{}\\
\midrule
$\bigvee$ & \verb|\bigvee| & This is the least upper bound, supremum, or join of all elements operated on. Thus it is the greatest element of such elements (\cite{Davey2002_zbMATH01748069}).\\
\bottomrule
\end{tabu*}

\end{document}

0 comments on commit bf1c8f5

Please sign in to comment.