This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:rules [2023/08/29 07:29] – external edit (Unknown date) 127.0.0.1 | 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 5: | Line 5: | ||
A book's table of contents page has all the linked pages it will use for its materials. If a page is not linked in there, it will not appear in the book. | A book's table of contents page has all the linked pages it will use for its materials. If a page is not linked in there, it will not appear in the book. | ||
<note important> | <note important> | ||
+ | <note warning> | ||
+ | |||
==== Exclude a page ==== | ==== Exclude a page ==== | ||
Line 21: | Line 23: | ||
< | < | ||
- | Note the first chapter level on the page should correspond with the ToC indentation if the Dokuwiki page is part of the book. | + | Each page should start from the highest |
- | + | ||
- | ==== Subchapter ==== | + | 1. Introduction (page1) |
+ | 1.1 Definition of the problem (page2) | ||
- | Subchapters of the first level (header level 2) need four equation marks, second level (header level 3) – three and so on: | + | page1 starts with:\\ |
+ | < | ||
- | < | + | page2 starts with:\\ |
+ | < | ||
- | Do not use any font modifiers to the title. We assume that three levels of subchapters should | + | <note warning> |
+ | This is particularly important when using < | ||
+ | ==== Subchapter ==== | ||
- | <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 237: | 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> |