Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:rules [2023/11/21 14:31] – [Chapters and headers] pczekalskien:iot-open:rules [2025/10/30 07:53] (current) raivo.sell
Line 1: Line 1:
-====== General rules for creating the DokuWiki-based books. v.1.======+====== General rules for creating the DokuWiki-based books. v.1.======
  
 ===== 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: 
  
-<code>===== Subchapter =====</code>+<note warning>DO NOT INCLUDE CHAPTER NUMBERS in the headers!!!! The sample above is to present the relation between chapters, but numbers are to be generated automatically!</note>
  
-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> The Level of the first chapter is determined by the ToC level if the page is supposed to be a part of the book in the featurei.e. +===== References ===== 
-<code> +References should appear in the text as pointers e.g. <code>[(AuthorsYear)]</code> The full record of this reference must be in the separate References page, e.g. [[en:safeav:references|]]. Make sure that all pointers are correctly listed in the Reference page.
-ToC:+
  
-Level 1 (page 1, first chapter no 1) +<note>You can see the references only in Edit modeIn standard View modethe Reference page looks emptyThis is normal behaviour</note>
-Level 1 (page 2, first chapter no 2) +
-- Level 2 (page 3, first chapter no 2.1) +
-- Level 2 (page 4first 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: +If using the **RefNotes plugin** for structured or bibliographical references (e.g., Harvard or IEEE-style), make sure to disable the automatic backlink numbers that appear in the reference list.   
-====== Header level 1 (1.) ======+Otherwise, the same citation may appear with duplicated numbers such as `[2], [2]`.
  
-Page 2: +To make each reference appear only once in the footer (as in proper academic formatting), add the following to the **end of your page**:
-====== 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.) ======+
  
 +<code>
 +<refnotes>
 +back-ref-format : none
 +</refnotes>
 </code> </code>
-</note> 
-<note warning>DO NOT INCLUDE CHAPTER NUMBERS in the headers!!!! The sample above is to present the relation between chapters, but numbers are to be generated automatically!</note> 
- 
- 
-===== References ===== 
- 
-References should appear in the text as footnotes. <note warning>This is subject to change in case we employ a working plugin for DokuWiki that lets us introduce IEEE-style references.</note> 
- 
-<code>((Reference))</code> 
  
 ===== Figures ===== ===== Figures =====
Line 130: Line 87:
 </note> </note>
  
-Because we intend to use portrait rather than landscape layouts in printed books, please consider preparing diagrams as landscape ones rather than portrait. Eventually, portrait diagrams, images, and graphics could be rotated 90 degrees counter-wise to fit into the printing layout.+Because we intend to use portrait rather than landscape layouts in printed books, please consider preparing diagrams as landscape ones rather than portrait. Eventually, portrait diagrams, images, and graphics could be rotated 90 degrees counterclockwise to fit into the printing layout.
  
 +<note important>Due to the requirement of the accessibility of the contents, it is necessary to provide **Alternative text** for all figures.</note>
 +
 +A video presenting work with figures, tables and references is here:
 +{{ youtube>88N9eoKgakw?large }}
 ===== Tables ===== ===== Tables =====
  
Line 141: Line 102:
 | cell span || | cell span ||
 </table> </table>
-and refereed in the text the same mechanism as figures, i.e.: “as shown in Table {{ref>Ref.Tab.1.1}}”.+and referred in the text to the same mechanism as figures, i.e.: “as shown in Table {{ref>Ref. Tab . 1.1}}”.
 <code> <code>
 <table Ref.Tab.1.1> <table Ref.Tab.1.1>
Line 150: Line 111:
 </table> </table>
 </code> </code>
 +
 +Our Dokuwiki has installed the table editor plugin, so once you create and save the page with a table, you can edit it in a simpler way using the GUI editor.
 ===== Equations ===== ===== Equations =====
  
Line 249: Line 212:
 <code><hidden>excluded section</hidden></code> <code><hidden>excluded section</hidden></code>
  
-If some chapters needs to be exclude use del tag+If some chapters need to be excluded use the del tag
 <code><del>  </del></code> <code><del>  </del></code>
 +
 +===== 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:
 +<code>
 +<WRAP excludefrompdf>
 +
 +Some content is to be present in the Dokuwiki but not to be printed in PDF.
 +
 +</WRAP>
 +</code>
 +
 +<note important>You must explicitly use the name **excludefrompdf** identifier, otherwise it won't work.</note>
 +
 +===== Common language settings ======
 +Please use UK English, not US English; thus, e.g. use UK's "license", not US's "licence", etc.
 +
 +Use depersonated form, e.g. "in this chapter, details of drone security systems are presented" rather than "in this chapter, you can read about drone security".
 +
 +===== Book printing to PDF remarks =====
 +On top of the ToC, there is a link for the PDF version of the contents and another to generate a new one. The book is not generated automatically, so if you change anything and then wish to see the PDF version, click the ''Generate new PDF book!'' link and wait till it is finished.
 +
 +<note tip>Dokuwiki server struggles with a caching issue: if you generate PDFs in a row, when downloading the PDF book, you may get an older copy instead of the recently generated one. Open the PDF book in the private tab of your browser (it does not use session cache, thus always downloads full content from the Dokuwiki server). Simply right-click the **Current version of PDF Book** and select **Open in new private tab** (or similar, browser dependent).</note>
 +===== Useful tools =====
 +
 +If you want to print just one page as proper PDF, you can use a DW2PDF plugin. Just add in the end of page URL a command:
 +<code>?do=export_pdf</code>
 +
en/iot-open/rules.1700577118.txt.gz · Last modified: 2023/11/21 14:31 by pczekalski
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0