summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2016-09-19Prepare 1.5.0.alpha.13 releaseDan Allen
2016-09-18minor rephrasing in chronicles exampleDan Allen
2016-09-16fix monospaced text inside quotes in chronicles exampleDan Allen
2016-09-16convert chronicles example to modern AsciiDoc syntaxDan Allen
2016-09-16follow-up to #383 start parts & chapters on recto pageDan Allen
- start parts and chapters on recto page unless nonfacing option is set on section - don't put page break before Credits in chronicles example - make Credits section in chronicles example an appendix
2016-09-16update wording in chronicles exampleDan Allen
2016-09-16add inline icon to chronicles exampleDan Allen
2016-09-15fix invalid character in revremark in chronicles exampleDan Allen
2016-09-01resolves #529 apply correct default bullet to nested unordered lists (PR #530)Dan Allen
2016-08-30regenerate chronicles example with proper spacing between list itemsDan Allen
2016-08-30update chronicles exampleDan Allen
2016-08-30add a reversed list to the chronicles exampleDan Allen
- add an example of a reversed list - minor content edits
2016-08-21configure README for viewing on GitHubDan Allen
- enable TOC - enable admonition icons - use title capitalization for section titles - add status badges
2016-08-14reword verse block in chronicles exampleDan Allen
2016-08-04resolves #471 fix compatibility with Rouge >= 1.11.1 (PR #493)Dan Allen
2016-08-04use Rouge as syntax highlighter in examplesDan Allen
2016-04-16resolves #414 add support for SVGs containing linked imagesAlexanderZobkov
- upgrade prawn-svg to 0.23.1 (see https://github.com/mogest/prawn-svg/issues/71) - pass enable_file_requests_with_root option to Prawn SVG - update example to use SVG containing linked image
2016-01-05prepare for 1.5.0.alpha.11 releaseDan Allen
2015-11-06resolves #351 reduce heading line height in default themeDan Allen
- reduce line height to account for built-in line height in Noto Serif
2015-09-22add example of list title to chronicles exampleDan Allen
2015-08-13update examples with fix for #303Dan Allen
2015-08-02replace unicode_char method with direct unicode sequencesDan Allen
- write unicode char as %(\uXXXX) instead of unicode_char method - add example of checklist to chronicles
2015-07-29resolves #221 apply point conversion to image widthsDan Allen
- apply point conversion to width of images on title page - apply point conversion to width of images in running header/footer - don't allow image in running header/footer to overrun page (shrink to fit) - only hide title page if notitle is set (not noheader) - use ThemeLoader.resolve_theme_asset to resolve path of title-logo-image - add method to calculate intrinsic dimensions of image - document fallback running footer content in theming guide - document the effect the notitle, noheader & nofooter attributes have in theming guide - minor cleanups
2015-07-28resolves #205 enable pagenums by defaultDan Allen
- use noheader and nofooter attributes to disable running header/footer - allow pagenums attribute to control use of {page-number} attribute in running header/footer - enable pagenums attribute by default - minor cleanups
2015-07-22resolves #258 implement explicit table width (including autowidth)Dan Allen
- implement explicit table width - add table width example in chronicles document
2015-06-27resolves #242 scale down SVG if width is wider than pageDan Allen
- restrict width to bounds.width if no explicit width is set - scale width value by 75% if width originates from width attribute in SVG - code cleanups
2015-06-23add -example suffix to example file namesDan Allen
2015-06-20use CodeRay as syntax highlighter in examplesDan Allen
- callout numbers are now supported when using CodeRay, so no need to recommend Pygments (which is harder to install)
2015-06-17resolves #190 dash border where literal/listing block is broken across pagesDan Allen
- dash border at page boundaries of page break within listing/literal block - add example of split listing block in chronicles
2015-06-16apply first line formatting correctlyDan Allen
- fix bug causing words to be dropped when using first-line formatting - correctly apply colors to both first line and remaining lines
2015-06-15resolves #185 autofit font size in listing & literal blocksDan Allen
- autofit (reduce font size) to prevent wrapping in listing & literal blocks - prevent font size from being reduced more than *_font_size_min - activate autofit if autofit option is specified on block - activate autofit if autofit-option attribute is specified on document - add autofit example to chronicles.adoc - add additional helper methods to core_ext
2015-06-01add edge case for colist inside list itemDan Allen
2015-05-31resolves #112 document gem installation in REAMEDan Allen
- recommend installing from the published gem - move cloning source code to Development section - mention pdf-page-size in example document - minor reorg of sections
2015-05-31update example pdfDan Allen
2015-05-31only show page numbers in running content in default themeDan Allen
2015-05-31update PDF of chronicles exampleDan Allen
2015-05-30restore source highlighting when nested inside blockDan Allen
- don't run highlighter during a dry run - restore modified subs after highlighting source - move CodeRay require path to a constant - update chronicles example
2015-05-29resolves #92 tighten spacing between list itemsDan Allen
- tighten spacing between simple list items by default - allow simple list item spacing to be controlled by theme (outline_list_item_spacing) - align spacing between items in colist with simple items in outline list - add helper methods to List and ListItem to check for complex content - increase default indentation of outline lists
2015-05-27add arrow replacement in chronicles.adocDan Allen
2015-05-27update chronicles.adoc exampleDan Allen
- switch Pygments theme to tango so the impact is clear - add not about broken syntax highlighting in admonition blocks - use callouts in Golo example
2015-05-26apply text_transform to table head rowDan Allen
- support table_head_text_transform key in theme - move text transform to a function (transform_text)
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-22resolves #136 unencode character entities in document titleDan Allen
- unencode char entities in document title in PDF info, outline & pdfmarks - encode PDF info as hex if content cannot be converted to ASCII-8BIT - promote regexps used in sanitize method as constants - mixin helper methods for creating PDF objects and values from module - mixin helper method and regexp for sanitizing strings - update example to include entity and UTF-8 in PDF info - minor code cleanups
2014-09-15add link to block image in chronicles.adocDan Allen
2014-09-15add an edge cases example documentDan 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-05-30update PDF examplesDan Allen
2014-05-29update example outputDan Allen
2014-05-29fix alignment of admonition labelDan Allen
2014-05-29port enhancements from editions branchDan Allen
- support inline macro for cover image - restore attributes after render - use left alignment for bibliography entries, add bullets - skip cover page if notitle is set - support additional theme settings for headings - introduce extension point delegates - special handling for author bio (perhaps temporary) - force link color - prose around image - first line formatting; apply to abstract block - additional sanitizing for text - colist numbers - align and scale SVG properly - enhancements for pygments highlighting - custom page numbering pattern - use publisher instead of producer attribute for producer field