Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all _(\{[A-Z]+\b)([^\}]) with _{\mathbf$1}$2... #505

Merged
merged 3 commits into from
Jan 30, 2018

Conversation

jamesray1
Copy link
Contributor

...using Libre Open Office with match case and regular expressions ticked as options.

...using Libre Open Office with match case and regular expressions ticked as options.
Paper.tex Outdated
@@ -1075,7 +1075,7 @@ \subsection{Ommer Validation}

The validation of ommer headers means nothing more than verifying that each ommer header is both a valid header and satisfies the relation of $N$th-generation ommer to the present block where $N \leq 6$. The maximum of ommer headers is two. Formally:
\begin{equation}
\lVert B_\mathbf{U} \rVert \leqslant 2 \bigwedge_{U \in B_\mathbf{U}} V(U) \; \wedge \; k(U, P(B_H)_H, 6)
\lVert B_\mathbf{U} \rVert \leqslant 2 \bigwedge_{mathbf{U} \in B_\mathbf{U}} V(U) \; \wedge \; k(U, P(B_H)_H, 6)
Copy link
Member

Choose a reason for hiding this comment

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

A \ is missing in front of mathbf.

@jamesray1 jamesray1 changed the title Replace all _(\{[A-Z]+\b)([^\}]) with _{mathbf$1}$2... Replace all _(\{[A-Z]+\b)([^\}]) with _{\mathbf$1}$2... Jan 30, 2018
Copy link
Member

@pirapira pirapira left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@pirapira pirapira merged commit fe82831 into ethereum:master Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants