-
Notifications
You must be signed in to change notification settings - Fork 192
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
Correct OCB Encryption diagram #430
Conversation
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
I don't understand how this change works; the original name looks correct? At least there's |
@lvh yes this intends to avoid the duplicate generation issue by renaming. There might be something with https://github.com/crypto101/book/blob/master/src/Makefile.assets#L85 I'm checking if generated PDF gets corrected |
so this restored Figure 6.4 on Page 32. if you are good with this workaround, I will add the other rename the underlying cause might be caching during generation |
Unfortunately Docker for Mac on M1 breaks comically; that's before the Ubuntu upgrade so I'll try again. I'd very much like to figure out in more detail why this doesn't work before I'm comfortable merging it. Right now as it stands I don't understand why this change would fix anything at all and that's not a great feeling even if it does incidentally allegedly fix the build in 1 instance on 1 machine 😅 |
reproduced this locally in Docker. MP -> SVG conversion produced the correct images. The PDF file was incorrect, while the HTML pages had the correct images. The error might be caused by https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter |
looking into this further
the generated PDF files are saved into flat space, so correction likely require rename as proposed |
@lvh what do you see as next step here? |
Not going to be able to get to this today, sorry. Somewhat annoyed that the Sphinx change means sure we got epub but we also got an unmaintainable system that breaks a bunch. And reStructured Text... |
@lvh would you like to see updates to this? |
Signed-off-by: Gábor Lipták gliptak@gmail.com
#419