Skip to content

Commit

Permalink
prepend # with \ for Hyperref package
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesray1 authored Sep 19, 2017
1 parent 4710b8e commit 3feff95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Paper.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[9pt,oneside]{amsart}
%\usepackage{tweaklist}
\usepackage{url}
%\usepackage{hyperref}
\usepackage{hyperref}
\usepackage{cancel}
\usepackage{xspace}
\usepackage{graphicx}
Expand Down Expand Up @@ -291,7 +291,7 @@ \subsection{The Transaction} \label{ch:transaction}

\subsection{The Block} \label{ch:block}

The block in Ethereum is the collection of relevant pieces of information (known as the block \textit{header}), $H$, together with information corresponding to the comprised transactions, $\mathbf{T}$, and a set of other block headers $\mathbf{U}$ that are known to have a parent equal to the present block's parent's parent (such blocks are known as \textit{ommers}\footnote{\textit{ommer} is the most prevalent (not saying much) gender-neutral term to mean ``sibling of parent''; see \url{http://nonbinary.org/wiki/Gender_neutral_language#Family_Terms}}). The block header contains several pieces of information:
The block in Ethereum is the collection of relevant pieces of information (known as the block \textit{header}), $H$, together with information corresponding to the comprised transactions, $\mathbf{T}$, and a set of other block headers $\mathbf{U}$ that are known to have a parent equal to the present block's parent's parent (such blocks are known as \textit{ommers}\footnote{\textit{ommer} is the most prevalent (not saying much) gender-neutral term to mean ``sibling of parent''; see \url{http://nonbinary.org/wiki/Gender_neutral_language\#Family_Terms}}). The block header contains several pieces of information:

%\textit{TODO: Introduce logs}

Expand Down

1 comment on commit 3feff95

@jamesray1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3feff95 cherry-picked to #377.

Please sign in to comment.