-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use A4 as the default page size (pdf-page-size) #319
Comments
...and also the default font color isn't black, so it appears gray on Kindles. And font is quite small for A4. Etc, etc. So just create your own style and have by your document. |
Most of the PDF writers I've seen use A4 by default, so it's clear that we should align with this default. We will need to check the fonts when we make this change to make sure they are properly sized (thanks for mentioning that @orloffm). It's very likely that the Letter page size is a requirement that got inadvertently carried over from the contract for which we originally created Asciidoctor PDF. For general purpose, I think it's clear that A4 should be the default. |
I'm assuming you mean a grayscale Kindle? If so, it's unfortunate that Kindle doesn't properly shade off-black text. It's well documented that slightly off-black text is better for readability on color screens (as it softens the otherwise stark contrast). |
Yes, I've got a Kindle DX. It has lower DPI then modern Kindles and the grayish text is blurry. |
That's really odd that the Kindle DX applies the CSS even though it is a black and white device. However, there is a solution for this. CSS has a media query for color devices. We should move all colors in the stylesheet inside that media query so that the black and white devices only see black and white color settings. See http://www.sitepoint.com/web-foundations/media-queries/#d5e1351 |
Oops, I was thinking we were talking about EPUB3. In the case of PDF, I'm not sure there is much we can do. Of course, you can use your own theme to set the text color in PDF. |
Resolves asciidoctor#319. Visually confirmed in Evince: File > Properties.
Resolves asciidoctor#319. Visually confirmed in Evince: File > Properties.
Hello,
the current default
pdf-page-size
isUS Letter
. Most of the world uses theA
format (most commonlyA4
). I would like to discuss, if we could introduce this as the default format inasciidoctor-pdf
.Of course, one format has to be the default, and everyone prefers the one that she uses on a daily bases. I think going for the ISO standard is a reasonable choice.
Also, the property that the
A
format scales nicely to bigger and smaller sheets (twoA5
sheets being exactly oneA4
, etc, due to the aspect ratio) makes it superior format (in my completely biased point of view, at least).Any thoughts on that?
The text was updated successfully, but these errors were encountered: