|
103 | 103 | <xref keyref="using-project-files">project file</xref> that defines multiple deliverables.</p>
|
104 | 104 | </section>
|
105 | 105 |
|
106 |
| - <section id="bookmap-themes"> |
107 |
| - <title>Bookmap support in PDF themes</title> |
108 |
| - <p>The PDF theme plug-in <codeph>com.elovirta.pdf</codeph> has been updated to version <keyword |
109 |
| - keyref="tool.theme.version" |
110 |
| - /> for better bookmap support. |
111 |
| - <xref href="https://github.com/jelovirt/pdf-generator/pull/111" format="html" scope="external">#111</xref> |
112 |
| - You can now style the following bookmap elements in a YAML or JSON theme without building a custom PDF |
113 |
| - plug-in: |
114 |
| - <ul> |
115 |
| - <li><xmlelement>part</xmlelement></li> |
116 |
| - <li><xmlelement>chapter</xmlelement></li> |
117 |
| - <li><xmlelement>appendix</xmlelement></li> |
118 |
| - <li><xmlelement>index</xmlelement></li> |
119 |
| - </ul> |
120 |
| - </p> |
121 |
| - <p>Table of contents (ToC) styles have moved to the root <codeph>style</codeph> key. ToC styling has also been |
122 |
| - extended for better bookmap support, so you can now specify styles for each level with dedicated keys such as |
123 |
| - <codeph>style-toc-part</codeph>, <codeph>style-toc-chapter</codeph>, etc.</p> |
124 |
| - <p>Parts and chapters now also support their own local contents listings, which you can enable by setting the |
125 |
| - corresponding layout key, for example <codeph>chapter-layout: MINITOC</codeph>. You can then define styling |
126 |
| - for each level via keys like <codeph>style-part-toc-chapter</codeph>, or |
127 |
| - <codeph>style-chapter-toc-1</codeph>.</p> |
128 |
| - <p>A new <codeph>default</codeph> theme provides basic styling such as font settings, indentation, and title |
129 |
| - numbering for a range of commonly used elements. This theme is not intended for publishing as is, but can |
130 |
| - serve as a foundation for custom themes, and reduce the number of elements you need to style yourself. To use |
131 |
| - the default theme as the baseline for your own custom theme, add <codeph>extends: default</codeph> to your |
132 |
| - theme file. |
133 |
| - <xref href="https://github.com/jelovirt/pdf-generator/pull/112" format="html" scope="external">#112</xref>, |
134 |
| - <xref href="https://github.com/jelovirt/pdf-generator/pull/114" format="html" scope="external">#114</xref> |
135 |
| - </p> |
136 |
| - </section> |
137 |
| - |
138 | 106 | <section id="lwdita">
|
139 | 107 | <title>Lightweight DITA and Markdown updates</title>
|
140 | 108 | <p>The <codeph>org.lwdita</codeph> plug-in has been updated to version <keyword keyref="tool.lwdita.version"/>,
|
|
168 | 136 | </li>
|
169 | 137 | </ul>
|
170 | 138 | </section>
|
| 139 | + |
| 140 | + <section conkeyref="migrating-to-4.3/bookmap-themes" id="bookmap-themes"/> |
171 | 141 |
|
172 | 142 | <section id="dita-2-0-preview">
|
173 | 143 | <title>Updated DITA 2.0 preview</title>
|
|
0 commit comments