-
Notifications
You must be signed in to change notification settings - Fork 513
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
Fix-links-block-nonce-account-nonce-Gtxcreate-etc #617
Conversation
@@ -321,7 +321,7 @@ \subsection{The Transaction} \label{subsec:transaction} | |||
\mathbb{B}_{0} & \text{otherwise}\end{cases} | |||
\end{equation} | |||
|
|||
\subsection{The Block} \linkdest{block}{} | |||
\subsection{The Block}\linkdest{block}\label{subsec:The_Block} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this parsed? The second argument of \linkdest
is \label
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built it before writing my comment, of course. The build was a success, but LaTeX sometimes does nonsense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, \linkdest
takes only one argument. I missed that.
There was a problem hiding this 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.
No description provided.