initial commit

This commit is contained in:
Martin Sukany
2025-06-05 09:39:46 +02:00
commit cced7f02f7
58 changed files with 7275 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,2 @@
[Header 1 ("mdbook-pdf-template", [], []) [Str "MDBook PDF template"], Header 2 ("description", ["unnumbered", "unlisted"], []) [Str "Description"], Para [Str "This templates allows you to create fency PDF documents directly from MarkDown sources."], Header 2 ("workflow", ["unnumbered", "unlisted"], []) [Str "Workflow"], OrderedList (1, DefaultStyle, DefaultDelim) [[Plain [Str "Firstly, you need to run Podman on your workstation"]], [Plain [Str "Build mdbook-local container image which will be used. Image contains all needed components"]]], CodeBlock ("", [""], []) " podman build -f Dockerfile -t mdbook-local .
", OrderedList (3, DefaultStyle, DefaultDelim) [[Plain [Str "Edit following files in ", Code ("", [], []) "docs", Str " directory"]]], BulletList [[Plain [Strong [Str "book.toml"], Str " - change author and title and do any adjustments you need"]], [Plain [Strong [Str "src/SUMMARY.md"], Str " - Table of content (source document) from which MDBook generates the documentation"]]], OrderedList (4, DefaultStyle, DefaultDelim) [[Plain [Str "Run ", Code ("", [], []) "mdbook_export.sh"]], [Plain [Str "Find your new files in export directory"]]]]

View File

@@ -0,0 +1,6 @@
# SUMMARY
# First part
- [How to use this template](<README.md>)

View File

@@ -0,0 +1 @@
[Para [RawInline (Format "latex") "\\part{First part}"]]