summaryrefslogtreecommitdiff
path: root/examples/chronicles-example.adoc
AgeCommit message (Collapse)Author
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
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-05resolves #2004 make delimited blocks breakable by default (PR #2020)Dan Allen
2022-04-05resolves #2003 compute extent of content in scratch document to arrange ↵Dan Allen
content block in primary document * introduce arrange_block helper to handle positioning content block in primary document * reimplement new dry_run to compute the extent and start position of the content block instead of just the height * stop rendering at page boundary in scratch document when computing start position of content block to avoid unnecessary work * ensure that caption stays with start of content block when arranging content block * prevent arrange_block from starting content block on page when no content from block fits on that page * avoid converting content that overruns page in AsciiDoc table cell in scratch document * encapsulate push/pop scratch in arrange_block * add tests for the arrange_block helper * prevent nested breakable blocks from flowing beyond first page when performing on single page only * switch dry_run method to accept keyword arguments * avoid arrange_block when converting open block when possible * include negative tests for image taller than page at top of block * verify borders and backgrounds are not drawn in scratch document * add test to verify behavior of stop_if_first_page_empty * include sanity check before drawing background and border over extent * add rdoc to dry_run and arrange_block help methods * reuse computed extent as TOC extent * remove unused code * raise error if table caption does not fit on single page * add test that footnotes are not pushed down if height exceeds height of page
2021-02-06actually use frame=ends instead of frame=topbot in chronicles exampleDan Allen
2021-02-06use frame=ends instead of frame=topbot in chronicles example [skip ci]Dan Allen
2020-04-19remove legacy footnote hack in chronicles exampleDan Allen
2020-04-19regenerate PDF for chronicles example to reflect fix for #1639Dan Allen
2019-10-02add custom inline roles and additional formatting to chronicles exampleDan Allen
2019-08-07resolves #1198 include revremark on title page if specified (PR #1200)Dan Allen
2019-07-21use official AsciiDoc syntax in examplesDan Allen
2019-07-16update Rouge in development build to 3.6.0Dan Allen
2019-07-05resolves #1127 rename pdf-style and pdf-stylesdir attributes to pdf-theme ↵Dan Allen
and pdf-themesdir (PR #1133)
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-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-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-04-28add additional CSS property in example documentDan 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
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-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-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-14reword verse block in chronicles exampleDan 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
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-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