question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

weird spacing with reveal

See original GitHub issue

The following command results in a PDF with too much spacing below the title in some slides.

decktape reveal -size 960x700 http://reagle.org/joseph/talks/2018/05-ica-lifehack.html test.pdf

For example, look at slide #5, “Genres”. It’s a 3 item numbered list, but item 3 is pushed off the bottom because of the spacing below “Genres”.

test.pdf

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:16
  • Comments:29 (7 by maintainers)

github_iconTop GitHub Comments

23reactions
hvwaldowcommented, Jan 21, 2019

A workaround seems to be increasing (very much) the size. For example using --size='2048x1536' instead of --size='1024x768' works for me.

1reaction
jonathan-gcommented, Nov 9, 2022

One option is to roll back to version 1.0, which is the last time decktape worked reliably for reveal.js slides: https://github.com/astefanutti/decktape/releases/tag/v1.0.0

This isn’t @astefanutti’s fault. It’s a bug with Chromium that needs to be fixed by the Chromium developers, and there’s nothing that decktape can do about it.

Decktape needed to move to Chromium/Puppeteer because since 2018, PhantomJS is no longer maintained (https://github.com/ariya/phantomjs/issues/15344), so the old version of decktape that relied of PhantomJS won’t be stable.

Basically, it’s a bad situation, but there’s not much any of us can do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Weird Spacing Between Words in Google Docs
Change the text formatting to left alignment and this will address the weird spacing issue. Show less Show more ...
Read more >
Odd spacing issue within paragraphs (i.e. across lines)
Hello all, I'm having a completely inconsistent issue with my spacing within paragraphs, despite having standard settings for my paragraph ...
Read more >
Awkward Gaps -
Large spaces between lines of text are caused by hitting Return too many times or improper Spacing settings in Paragraph settings. Use the...
Read more >
15 Images That Show Why Letter-Spacing Is Important
Ever wondered why good designers focus so much on kerning, i.e., adjusting the spacing between characters in a piece of text? These 15...
Read more >
I can't figure out how to fix this weird spacing problem - Reddit
What I'm trying to show in the video is that my headings will often have large empty spaces, and their text will start...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found