summaryrefslogtreecommitdiff
path: root/examples/example.pdf
AgeCommit message (Collapse)Author
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-05-30update PDF examplesDan Allen
2014-05-29update example outputDan Allen
2014-01-13add support for title-logo attributeDan Allen
* add logo to title page if specified by title-logo attribute * delete to render_page_title method to create title page * update example w/ title page logo
2014-01-11optimize example PDFsDan Allen
2014-01-11update examplesDan Allen