We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
joomlabook/ ├── book/ │ ├── 01-einleitung Kapitelverzeichnis 01 │ │ ... │ ├── 17-custom-fields Kapitelverzeichnis 17 │ │ │ └── abschnitte/ Ordner enthält die Kapiteldateien (logisch nummeriert) │ │ │ └── 01-xxx.adoc │ │ │ └── 02-yyy.adoc │ │ │ └── nn-zzz.adoc │ │ └── 17-custom-fields.adoc enthält Einleitungstext (optional) + include::<Kapiteldateien> (obligatorisch) │ │ ... ├── media/ │ ├─── 01/ │ ├─── 02/ │ ├─── ... │ ├─── 17/ Bildverzeichnis Kapitel 17 │ │ └── 01-image1-name.png │ │ └── 02-image2-name.png │ │ ... ├── index.asc erzeugt das Kapitel für den Index und enthält die Festlegung für das Imagedir ├── attributes.asc (optional) weitere Steuerungsattribute möglich