Community discussions
I had not regenerated Platform Strategy in a while, but I fixed a few typos and references. When generating a print-ready PDF, I found that picture vertical spacing has substantially increased. I agree that it looks better, but it causes page breaks to reset, which'd be a lot of work to fix. I set the Figure Vertical Margin to 0 , but it's still bigger than before. Is there a way to have the original narrow margins back for compatibility?
I attached old and new pictures.
It seems that tables with both width and column-width attributes ignore both attributes, unless I am doing something entire wrong. I am pretty sure this used to work and I did not change the tables. Example:
{ width: 100%, column-widths: "25% 25% 50%"}
| Characteristic | Perceived Opposite | Enabling Mechanism |
If I only specify width, the width renders as specified.
I can probably get by for now by removing column-widths, but it'd be great if someone can check. Thank you!
I have a footnote reference in a subheading. It used to work fine, but now it's being rendered in the subheading. Source is:
### Why buy it when you can build it?[^using_joke]
Result is attached. Any chance to fix this?