Closed
Description
I have a small test case where depending on the exact vertical alignment, the left margin starts to shrink on then 2nd and 3rd page. I'm using the default theme (only overriding page size to "letter").
asciidoctor-pdf -a pdf-stylesdir=./ -a pdf-style=bug bug.adoc -o out.pdf
I couldn't debug any further (not a software guy). At this point, nearly anything I delete or any addition/removal of lines can make the bug disappear. I'm running version 1.60 on windows 10.
(asciidoctor 2.0.15, prawn 2.4.0, ruby27)
bug.zip
Attached in a zip:
bug.adoc - the input file
bug-theme.yml - just sets "letter" size
out.pdf - example output showing shrinking margins
build.bat - run command in windows
Activity