summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2015-05-27resolves #156 add support for measurement values in themeDan Allen
2015-05-27resolves #157 name per-level heading theme keys consistentlyDan Allen
2015-05-27tweak line height of conumsDan Allen
2015-05-25resolves #123 render table footer rowDan Allen
- render table footer row - allow footer row text properties to be customized
2015-05-25update fonts; add note about arrows in defaut themeDan Allen
2015-05-25resolves #138 support text transform (uppercase / lowercase)Dan Allen
- 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
2015-05-25slight tweak to appearance of conumsDan Allen
2015-05-25resolves #135 allow theme to control layout of title pageDan Allen
- 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
2015-05-12resolves #65 support setting page size via attributeDan Allen
- 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
2015-05-11handle transparent value for table background colorsDan Allen
2015-05-11#104: changes after feedback.Tord Heimdal
2015-05-08Fixed #104, and also added the possibility to specify the background color ↵Tord Heimdal
for even table rows.
2015-01-09map all font styles to fallback fontDan Allen
2015-01-09reenable M+ 1p as the fallback fontDan Allen
2014-09-04resolves #29 rewrite as a proper Asciidoctor converterDan Allen
- 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 :)
2014-08-28add box drawing symbols to M+ 1mn fontDan Allen
2014-05-29update liberation mono fonts, add Noto & M+ fonts; register fonts in theme fileDan Allen
2014-05-29fill in missing settings for default themeDan Allen
2014-01-29customize UI macro outputs (kbd, btn, menu)Dan Allen
2014-01-11initial import of Asciidoctor PDFDan Allen