ineesalmeida / almeida-cv

Theme to build a customizeable printable CV with minor web responsiveness.
MIT License
190 stars 100 forks source link

Bug: print PDF produces only one page #23

Closed kmisiunas closed 1 year ago

kmisiunas commented 1 year ago

First of all, thanks for making this theme. It looks great.

I found a bug, when trying to export a PDF. I used the print function to output the PDF. The print function only sees a single page, where any excess content gets clipped. This is what I see:

https://www.dropbox.com/s/ckts3t80cn02s6n/Screenshot%202023-05-21%20at%2012.04.11.png?dl=0

Any ideas why this could be happening?

I tested this on Google Chrome and Safari.

kmisiunas commented 1 year ago

Curiously it seems to work correctly on your copy of the CV: https://ines-almeida.com/cv/

kmisiunas commented 1 year ago

config.toml has config parameter pages. Setting it to 2 fixes the issue. Apologies for the noise and thanks for making this theme!