Files

Scanning the repository...

Last update 2 years 3 weeks by Niko-La
Filesmanual
..
images
template
.gitignore
1-introduction.md
2-safety.md
3-features.md
4-installation.md
5-operation.md
6-datasheet.md
Makefile
README.md
build.sh
metadata.yml
README.md

User Manual

This user manual uses <![CDATA[]]>Pandoc<![CDATA[]]> to auto-generate PDF and HTML files based on markdown content.

It can be easily integrated into existing repositories and deployed via <![CDATA[]]>gh-pages<![CDATA[]]>.

Please install the most recent Pandoc package to get best results on your local computer.

Content editing

The text of the manual is located in the *.md files in this folder. Images are stored in the images folder.

PDF generation

PDF files are generated using LaTeX, so a working LaTeX engine needs to be installed on your system already (e.g. texlive incl. extra fonts). The manual uses the <![CDATA[]]>Eisvogel<![CDATA[]]> template.

make pdf

HTML generation

The HTML template is based on the great <![CDATA[]]>mdBook<![CDATA[]]> theme, which was simplified and adjusted a bit to suit the needs of a manual.

make html

Report a bug