asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
111 stars 26 forks source link

Better css for printing #42

Closed jxxcarlson closed 8 years ago

jxxcarlson commented 8 years ago

This is related to the previous issue. The additional css for printing is

body { margin-left:6em;
       margin-right:6em;
       font-size: 10pt; }

The margin modifications work fine, but the body font-size doesn't modify everything. What is the best way to do this?

jxxcarlson commented 8 years ago

See section 3.2 of README on how to invoke print style