Open noraj opened 8 years ago
Another bug:
Whit a working JSON ~/.prezrc
, "printTheme": "serif",
+ "theme": "solarized",
will give solarized PDF instead of a serif one.
User expect to have the same render output with slideshow and PDF, but PDF (with phantompdf) have an unexpected ratio causing a lot of space under the slide.
For example when doing
prez --print
the expected behavior is to just render the PDF, but actually that is also serving. This is an invisible default behavior.prez --print --serve
,prez --print
andprez --serve
should have different behavior.