This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:rules [2023/11/21 14:31] โ [Chapters and headers] pczekalski | en:iot-open:rules [2023/11/21 15:54] (current) โ [Comments in the pages] pczekalski | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== General rules for creating the DokuWiki-based books. v.1.4 ====== | + | ====== General rules for creating the DokuWiki-based books. v.1.5 ====== |
===== Table of Contents ===== | ===== Table of Contents ===== | ||
Line 38: | Line 38: | ||
==== Subchapter ==== | ==== Subchapter ==== | ||
- | Subchapters of the first level (header level 2) need four equation marks, second level (header level 3) โ three and so on: | ||
- | < | ||
- | |||
- | Do not use any font modifiers to the title. We assume that three levels of subchapters should be enough (four total, including top-level chapters). | ||
- | |||
- | <note important> | ||
- | < | ||
- | ToC: | ||
- | |||
- | Level 1 (page 1, first chapter no 1) | ||
- | Level 1 (page 2, first chapter no 2) | ||
- | - Level 2 (page 3, first chapter no 2.1) | ||
- | - Level 2 (page 4, first chapter no 2.2) | ||
- | - - Level 3 (page 5, first chapter no 2.2.1) | ||
- | - Level 2 (page 6, first chapter no 2.3) | ||
- | - - Level 3 (page 7, first chapter no 2.3.1) | ||
- | - - Level 3 (page 8, first chapter no 2.3.2) | ||
- | - - Level 3 (page 9, first chapter no 2.3.3) | ||
- | Level 1 (page 10, first chapter no 3) | ||
- | |||
- | --------------------------------- | ||
- | |||
- | Page 1: | ||
- | ====== Header level 1 (1.) ====== | ||
- | |||
- | Page 2: | ||
- | ====== Header level 1 (2.) ====== | ||
- | |||
- | Page 3: | ||
- | ===== Header level 2 (2.1.) ===== | ||
- | |||
- | Page 4: | ||
- | ===== Header level 2 (2.2.) ===== | ||
- | |||
- | Page 5: | ||
- | ==== Header level 3 (2.2.1.) ==== | ||
- | |||
- | Page 6: | ||
- | ===== Header level 2 (2.3.) ===== | ||
- | |||
- | Page 7: | ||
- | ==== Header level 3 (2.3.1.) ==== | ||
- | |||
- | Page 8: | ||
- | ==== Header level 3 (2.3.2.) ==== | ||
- | |||
- | Page 9: | ||
- | ==== Header level 3 (2.3.3.) ==== | ||
- | |||
- | Page 10: | ||
- | ====== Header level 1 (3.) ====== | ||
- | |||
- | </ | ||
</ | </ | ||
<note warning> | <note warning> | ||
Line 249: | Line 196: | ||
< | < | ||
- | If some chapters | + | If some chapters |
< | < | ||
+ | |||
+ | ===== Parts to exclude from the PDF generator ===== | ||
+ | To exclude part of the content (i.e. link lists by the end of the chapter) | ||
+ | wrap a source code using the WRAP tags: | ||
+ | < | ||
+ | <WRAP excludefrompdf> | ||
+ | |||
+ | Some content is to be present in the Dokuwiki but not to be printed in PDF. | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | |||
+ | <note important> |