-
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
\usepackage[ocgcolorlinks]{ocgx2} #513
base: master
Are you sure you want to change the base?
Conversation
Include git hash in PDF
Extra "the"
Include invalid instruction from EIP141
…makes sure that the machine halts.
Make sure INVALID instruction halts the execution.
…tion Fix the memory consumption of CODECOPY
Decument the memory usage update in LOG operations
This solves ethereum#190. The other way of putting parentheses did not make sense becasue `sign(x) * |x|` can immediately be optimized into `x`. Also, I checked one EVM implementation's behavior ``` evm --debug --code "60601960401907" ``` and saw SMOD returning a negative-looking number.
Add parentheses in SMOD definition
The output from a CALL is considered as the empty string when the call fails
This is already in the terminology list.
…at the text doesn't clash with the page number
Formatting packages.
Update explanations of \homesteadmod and \expdiffsymb with citations for EIPs 2, 100 and 649
Add table packages tabu and tabularx
Add a note on link borders.
Delete comments on LLL
Remove parentheses surrounding the revision number in the title so …
Paper.tex
Outdated
@@ -21,7 +21,7 @@ | |||
\usepackage{tikz} | |||
\usepackage[bookmarks=true, unicode=true, pdftitle={Ethereum Yellow Paper: a formal specification of Ethereum, a programmable blockchain}, pdfauthor={Gavin Wood and others as per https://github.com/ethereum/yellowpaper/commits/master},pdfkeywords={Ethereum, Yellow Paper, blockchain, virtual machine, cryptography, decentralised, singleton, transaction, generalised},pdfborder={0 0 0.5 [1 3]}]{hyperref} | |||
%,pagebackref=true | |||
|
|||
\usepackage[ocgcolorlinks]{ocgx2} %For getting links to line and page break. https://tex.stackexchange.com/a/409479/143781https://tex.stackexchange.com/a/409479/143781https://tex.stackexchange.com/a/409479/143781 |
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.
Why is the URL repeated three times?
We are still getting these missing file errors with latexextra.
/usr/share/texlive/texmf-dist/tex/latex/ocgx/ocgx.sty is included here: https://packages.ubuntu.com/trusty/all/texlive-latex-extra/filelist. Additionally, These are related, but I don't think are applicable for our situation on Github:
I posted a topic on Github community, it's pending approval. https://tex.stackexchange.com/questions/412790/how-to-install-the-ocgx2-package |
Ah I figured it out. ocgx2 is not actually in https://packages.ubuntu.com/trusty/all/texlive-latex-extra/filelist, ocgx is. |
@pirapira please read this comment: agrahn/ocgx2#7 (comment) and advise whether we can proceed as suggested. |
Let's add ocgx2.sty in the repository for now, until Travis gets a newer Ubuntu distribution. |
Note that you can change the distribution in the Travis build as discussed in another PR, #450. |
The build is still failing. |
Yeah, I know, I think we might need to try using a later version of TeXLive with travis-latest. Or use #420. |
#420 seems preferable, nevertheless I'll leave this open. |
No description provided.