summaryrefslogtreecommitdiff
path: root/docs/modules/theme
AgeCommit message (Collapse)Author
2022-07-22sync What's New with new enhancements docs (PR #2290)Sarah White
2022-07-21further document the page-count attribute and fix example on page numbers pageDan Allen
2022-07-21add a description to the page-count attribute and use it in an exampleDan Allen
2022-07-20allow theme to control font style of marker (per marker or all markers) for ↵Dan Allen
unordered list
2022-07-20resolves #2279 allow theme to control font properties of marker for ordered ↵Dan Allen
list using olist-marker category (PR #2285)
2022-07-16resolves #2268 allow orphan detection to be enabled for all section titles ↵Dan Allen
and discrete headings using theme (PR #2283)
2022-07-15document support for relative font sizes in themeDan Allen
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ↵Dan Allen
applied to value from theme (PR #2280)
2022-07-08explain in more detail why an image width is required to properly support ↵Dan Allen
the fit-content value of max-width
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-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-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-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-05-26consistently use uppercase for hex color values in theme docsDan Allen
2022-05-25clarify how the top key for the title page logo and title is interpretedDan 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-17resolves #412 replace docdir attribute reference in value of pdf-themesdir ↵Dan Allen
and pdf-fontsdir attributes (PR #2183)
2022-05-16fix typos [skip ci]Sarah White
2022-05-16clarify image usage in documents (PR #2179)Sarah White
2022-05-16draw correlation between base category in theme and body selector in CSSDan Allen
2022-05-16docs reviewed with grammar and spell checker (PR #2171)Alexander Schwartz
2022-05-15resolves #2161 allow hyphenation to be turned on and configured using ↵Dan Allen
base-hyphens key in theme (PR #2162)
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-13update padding key information (PR #2169)Sarah White
2022-05-12resolves #2164 configure spacing around thematic break using ↵Dan Allen
thematic-break-padding key (PR #2165)
2022-05-11add index-column-gap key to theme to control size of gap between columns in ↵Dan Allen
index section
2022-05-11fix xref in docs again [no ci]Dan Allen
2022-05-11fix xrefs in docs [no ci]Dan Allen
2022-05-10add new characters and fallback font info (PR #2155)Sarah White
2022-05-10add title page and covers examples (PR #2154)Sarah White
2022-05-05move asciidoc-attributes.adoc page (PR #2144)Sarah White
2022-05-05resolves #2141 support text-transform on first line of abstract (PR #2142)Dan Allen
2022-05-04add documentation for the title-style key on the Add Running Content page ↵Dan Allen
[no ci]
2022-05-04document new and updated caption theme keys (PR #2137)Sarah White
2022-05-04resolves #1656 introduce index-pagenum-sequence-style document attribute to ↵Dan Allen
control style of sequential page numbers in index (PR #2130)
2022-05-03document breakable and unbreakable options (PR #2135)Sarah White
2022-05-03resolves #1192 add support for smallcaps text transform (PR #2131)Dan Allen
- add support for smallcaps value for text-transform in theme - add helper method to do smallcaps translation - add required glyphs to built-in fonts
2022-05-03add table styles (PR #2132)Sarah White