summaryrefslogtreecommitdiff
path: root/docs/modules
AgeCommit message (Collapse)Author
2022-07-07update limitations to state that multiple columns are supported unless the ↵Dan Allen
doctype is book
2022-07-07update limitations to state that image floats are supportedDan Allen
2022-07-06don't attempt to call start_with? on a Symbol in the extended converter examplesDan Allen
2022-06-30remove link to pf icon set; mark as deprecatedDan Allen
2022-06-27resolves #2252 allow page numbering / running content to start on empty ↵Dan Allen
verso page before body of prepress book (PR #2267)
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-06-22revise page about breakable/unbreakable optionsDan Allen
2022-06-21resolves #1768 allow theme to control page break after automatic TOC in ↵Dan Allen
article with title page (PR #2245)
2022-06-21resolves #1719 allow margin for rotated page to be configured independently ↵Dan Allen
(PR #2247)
2022-06-20be more specific about what values are accepted by the theme for a cover imageDan Allen
2022-06-20resolves #1739 allow page background image to be specified per page layout ↵Dan Allen
(PR #2246) support {page-layout} attribute reference in path
2022-06-19further clarify how to apply recto margins to title pageDan Allen
2022-06-19make docs more clear about how to apply recto margins to title page [skip ci]Dan Allen
2022-06-19explain how to get more intelligible wrapping in a table cell with a ↵Dan Allen
restricted width
2022-06-16document that {page-layout} can be used in path of background image for ↵Dan Allen
running content
2022-06-16use turn off in place of disable in the docsDan Allen
2022-06-14add clarification to docs about running content marginDan Allen
2022-06-14update What's New for 2.1.1 release [no ci]Sarah White
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13emphasize that the table role extended converter can be used for other block ↵Dan Allen
types
2022-06-12add example of extended converter to theme specific admonition typesDan Allen
2022-06-12take column into account in extended converter that imprints source language ↵Dan Allen
label
2022-06-11add extended converter example that imprints a source language label on code ↵Dan Allen
blocks
2022-06-10minor revisions to what's new pageDan Allen
2022-06-10update What's New page for Asciidoctor PDF 2.1.0 release (PR #2240)Sarah White
2022-06-10resolves #1795 don't insert page break between part and first chapter if ↵Dan Allen
heading-part-break-after key in theme is avoid (PR #2239)
2022-06-10resolves #327 arrange body of article or manpage doctype into multiple ↵Dan Allen
columns if page-columns key is set in theme (PR #2232)
2022-06-09clear What's New page [no ci]Sarah White
2022-06-09add patch release information to What's New page (PR #2236)Sarah White
2022-06-06don't apply column box in multiple column example if already in column boxDan Allen
2022-06-04resolves #1933 add support for scale attribute or iw units on pdfwidth ↵Dan Allen
attribute on image (PR #2192)
2022-06-04resolves #2196 add save_theme helper method (PR #2197)Dan Allen
* add save_theme helper method to converter * add example of using the save_theme helper in an extended converter
2022-06-03add note about limitation of remote inline imageDan Allen
2022-06-02change name of notitle page to Hide Section Titles and rewrite introDan Allen
2022-06-01clarify that the costly operation with embedding PNG images is zlib inflatingDan Allen
2022-05-28clarify in docs that prawn-gmagick is Linux and macOS onlyDan Allen
2022-05-28resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it ↵Dan Allen
extracts the wrong value (PR #2217)
2022-05-26consistently use uppercase for hex color values in theme docsDan Allen
2022-05-25add 2.0.2 and 2.0.3 notes [skip ci]Sarah White
2022-05-25clarify how the top key for the title page logo and title is interpretedDan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ↵Dan Allen
and compliance is PDF/X (PR #2204)
2022-05-24add some more context to the breakable/unbreakable option pageDan Allen
2022-05-22resolves #403 advance table to next page if rowspan in first row does not ↵Dan Allen
fit in space remaining on current page (PR #2201)
2022-05-22add 2.0.1 release to what's new pageDan Allen
2022-05-21document the expected return value for convert handler methods [no ci]Dan Allen
2022-05-19move info about font keys per position in running content to corresponding ↵Dan Allen
section
2022-05-19resolves #2191 document the toc-dot-leader-font-size key in the theme referenceDan Allen
2022-05-18add link to release notes on what's new pageDan Allen
2022-05-18fix date in What's New [skip ci]Sarah White
2022-05-18add foundation to support multi-column layout; add example to docs (PR #2190)Dan Allen