initial commit
This commit is contained in:
BIN
export/pandoc/pdf/output.pdf
Normal file
BIN
export/pandoc/pdf/output.pdf
Normal file
Binary file not shown.
2
export/pandoc/pdf/src/README.md
Normal file
2
export/pandoc/pdf/src/README.md
Normal 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"]]]]
|
||||
6
export/pandoc/pdf/src/SUMMARY.md
Normal file
6
export/pandoc/pdf/src/SUMMARY.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# SUMMARY
|
||||
|
||||
|
||||
# First part
|
||||
|
||||
- [How to use this template](<README.md>)
|
||||
1
export/pandoc/pdf/src/part-1-First-part.md
Normal file
1
export/pandoc/pdf/src/part-1-First-part.md
Normal file
@@ -0,0 +1 @@
|
||||
[Para [RawInline (Format "latex") "\\part{First part}"]]
|
||||
Reference in New Issue
Block a user