| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- render table footer row
- allow footer row text properties to be customized
|
|
|
|
- add text_transform support to theme_font method
- support local and global text_transform setting for layout_prose
- support local and global text_transform setting for layout_heading
- allow default font size to be set for all headings
- add utility method to uppercase pcdata
- allow theme to control font and dot leader color in toc
- allow theme to control text transform of each level in toc
- add more space between dot leaders in toc; slightly adjust alignment
- set default font color if theme doesn't set base_font_color
|
|
|
|
- theme: use absolute top position for document title
- theme: margin top & bottom for all text elements on title page
- theme: text alignment on title page
- theme: revision info delimiter
- rename title-logo attribute to title-logo-image
- absolute top position for image logo (theme or from document attribute)
- parse title-logo-image attribute value as image macro (if used)
- title logo image size and alignment
- update example to include subtitle and logo image scaling
- fix theme_font so all properties are inherited (except heading size)
- minor code cleanups
|
|
- support setting page size via pdf-page-size attribute
- add support for units in page size
- validate named page size
- document page size options in default theme file
|
|
|
|
|
|
for even table rows.
|
|
|
|
|
|
- rewrite as a proper Asciidoctor converter
- move main code under the Asciidoctor::Pdf module
- set version to 1.5.0.dev to track core
- update asciidoctor gem to ~> 1.5.0
- migrate to prawn 1.2.1
- add required prawn-table dependency
- make asciidoctor-pdf cli a wrapper around asciidoctor cli
- move inline node handlers to converter
- remove line metrics hacks
* replace with padding top/bottom adjustment around prose
- evaluate array elements in theme
- update themes
- update examples
- update README
- add Asciidoctor PDF version to PDF header
- take out prose around image logic (moved to editions)
- fix loads of rendering bugs :)
|
|
|
|
|
|
|
|
|
|
|