tnballo / high-assurance-rust

A free book about developing secure and robust systems software.
https://highassurance.rs/
1.31k stars 34 forks source link

Printing to pdf has formatting issues #51

Open JeremiahSecrist opened 7 months ago

JeremiahSecrist commented 7 months ago

image

The sample above shows what happens when trying to save this to a pdf. Not sure the cause here but I plan to do more digging as I want to read this on my ereader with reasonable ease.

JeremiahSecrist commented 7 months ago

upon further testing I found the culprit to the formatting issue. The navigation bar on the left hand side gets incorporated into the printing format despite not being shown. Likely an upstream issue of mdbook? I'll test this on another document shortly