summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2019-05-28generate index terms using sequence to make document reproducibleDan Allen
2019-05-28add initial cli testsDan Allen
2019-04-23regenerate chronicles example [skip ci]Dan Allen
2019-04-13regenerate examples [skip ci]Dan Allen
2019-04-13resolves #85 place footnotes at end of chapter (book) or document (article) ↵Dan Allen
(PR #1016) - place list of footnotes at end of chapter (when doctype is book) or document (when doctype is article) - add footnotes category to theme to style footnote list - add additional footnotes to example documents - honor footnotes-title attribute to control title of footnote list (unset by default)
2019-04-12update code to cover all scenarios where font-based icons are usedDan Allen
- suppress Prawn::Icon warning when legacy fa icon set is used - log an info message using the Asciidoctor logger if the legacy fa icon set is used - search for the legacy icon in all the Font Awesome icon sets - use a reverse lookup to resolve the icon set for a list marker glyph - make patch version for prawn-icon dependency fuzzy - update FontAwesome example in theming guide
2019-04-12resolves #891 upgrade to FontAwesome 5zyuhel
* Update `prawn-icon` to version `2.3.0`. This update upgrades FontAwesome from version 4 to 5. * Update the list of supported icon fonts to include the FontAwesome categories (`solid => fas`, `brands => fab` and `regular => far`). * The `fa-*` prefix may still be used to generate icons, but a deprecation warning will be printed prompting to use the Font Awesome 5 font categories. * Use `make_icon` to create an icon instance so that Prawn::Icon's FA4 => FA5 mapping functions as expected (as opposed calling Prawn::Icon::FontData.load`. * Setup `fas` to be the default font family (FontAwesome solid). * Remove all references to the `octicon` font. It is no longer included in `prawn/icon`. * Create `play_icon` helper method in the extensions module to to return a icon node when icon fonts are enabled. * Update documentation and guides that are applicable to icon styling. * Regenerate the `examples/chronicles-example.pdf` file to include new icons.
2019-04-09resolves #486 add support for hexadecimal character references (PR #1020)Dan Allen
- parse hexadecimal character references - skip hexadecimal character references when transforming text to uppercase - use abbreviate form of pack for single-character translations - add hexadecimal character reference to chronicles example
2019-04-09remove hexadecimal char references from URL in chronicles example [skip ci]Dan Allen
2019-04-07fix ref and bibref to be compatible with Asciidoctor 2Dan Allen
2019-01-25update syntax in chronicles example to avoid warning in verbose modeDan Allen
2018-10-08add index entries to chronicles exampleDan Allen
2017-07-30update chronicles exampleDan Allen
2017-04-28add additional CSS property in example documentDan Allen
2017-03-27Prepare 1.5.0.alpha.15 releaseDan Allen
2017-03-26add workaround for TTFunk bug when font table has empty dataDan Allen
- apply patch for https://github.com/prawnpdf/ttfunk/issues/39 - add case to chronicles-example.adoc that demonstrates problem - remove comment about crash
2017-02-06Prepare 1.5.0.alpha.14 releaseDan Allen
2016-09-30add URL containing a character reference to chronicles exampleDan Allen
2016-09-26minor formatting change in chronicles exampleDan Allen
2016-09-25add inline ref and corresponding xref to chronicles exampleDan Allen
2016-09-25add reproducible flag to examplesDan Allen
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