summaryrefslogtreecommitdiff
path: root/examples/chronicles-example.pdf
AgeCommit message (Collapse)Author
2022-08-24add break opportunity after kbd separatorDan Allen
2022-08-23keep caret between items in menu macro with previous item if items wrapDan Allen
2022-08-20resolves #2311 change style of footnote labels (PR #2312)Dan Allen
2022-05-15resolves #2173 apply top line height padding to first line of text when text ↵Dan Allen
runs to top of next page (PR #2170)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-05apply smallcaps text transform to first line of abstract in chronicles exampleDan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-28resolves #1786 allow entry for preface to be added to TOC without adding ↵Dan Allen
title to body (PR #2094)
2022-04-26resolves #2061 collapse space in front of hidden index term (PR #2083)Dan Allen
2022-04-08remove excess margin below dlist in preparation for #1515Dan Allen
2022-04-05resolves #2004 make delimited blocks breakable by default (PR #2020)Dan Allen
2021-03-17fix center vertical alignment of normal table cellDan Allen
2021-01-26use new precision setting in PrawnDan Allen
upgrade precision from 4 to 5
2020-12-07resolves #1833 align footnotes block to bottom of page it is placed on (PR ↵Dan Allen
#1842)
2020-08-09release lock on ttfunk versionDan Allen
2020-04-19regenerate PDF for chronicles example to reflect fix for #1639Dan Allen
2020-03-14resolves #1604 configure headings to inherit font style from theme (PR #1606)Dan Allen
2020-02-12update chronicles example to reflect change in Rouge highlighting outputDan Allen
2019-12-27resolves #1436 compute and apply line metrics for table cells correctly (PR ↵Dan Allen
#1447) * compute and apply line metrics for cells in table head row * use theme_font to resolve font info for table cells * compute and apply line metrics correctly for cells in table body and foot rows
2019-12-24resolves #1264 account for border offset in width of fragment (PR #1440)Dan Allen
2019-12-22anchor element should not inherit any propertiesDan Allen
2019-12-15resolves #1379 allow custom inline role to control text transform (PR #1429)Dan Allen
2019-10-21resolves #1340 fix value of implicit chapter-title attribute on preface ↵Dan Allen
pages (PR #1341)
2019-10-02add custom inline roles and additional formatting to chronicles exampleDan Allen
2019-09-08resolves #1204 ensure line height of list items and toc entries is ↵Dan Allen
consistent (PR #1261)
2019-09-02resolves #1247 do not override font color of formatted text in toc (PR #1249)Dan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
- regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font
2019-07-16resolves #987 upgrade to M+ fonts to TESTFLIGHT 63aDan Allen
2019-07-16upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR #1159)Dan Allen
2019-07-13resolves #313 allow theme to control background and border of inline kbd (PR ↵Dan Allen
#1154)
2019-06-17resolves #1102 add support for cgi-style options on source language when ↵Dan Allen
highlighting with Rouge (PR #1103) - add support for cgi-style options on source language when syntax highlighting with Rouge - upgrade Rouge to 3.4.0 - test against Rouge ~> 2.0.0 in CI matrix - regenerate chronicles example
2019-06-13resolves #1098 apply padding to table cells in the head row (PR #1100)Dan Allen
* apply cell padding to table cells in the head row * allow the theme to control the padding of table cells in the head row using the table_head_cell_padding key
2019-06-04resolves #1087 fix running header text position (PR #1088)Dan Allen
* fix placement of text in running header; add assertions to match * apply custom theme to chronicles example
2019-05-28make chronicles example compatible with Asciidoctor 1.5.3 (for testing)Dan Allen
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-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.
2018-10-08add index entries to chronicles exampleDan Allen
2017-07-30update chronicles exampleDan Allen
2017-03-27Prepare 1.5.0.alpha.15 releaseDan Allen
2017-02-06Prepare 1.5.0.alpha.14 releaseDan Allen
2016-09-19Prepare 1.5.0.alpha.13 releaseDan 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-04resolves #471 fix compatibility with Rouge >= 1.11.1 (PR #493)Dan Allen