This is a custom theme for asciidoctor-pdf
for producing technical
documentation and tutorials with a modern look.
Clone the repo to some directory, preferably within your document project e.g. tutorial
.
git submodule add \
https://github.com/uroesch/asciidoctor-pdf-tutorial-theme \
tutorial
Run asciidoctor-pdf
with the following additional options:
asciidoctor-pdf \
-a pdf-themesdir=tutorial \
-a pdf-theme=tutorial.yml \
-a pdf-fontsdir=tutorial/fonts \
-a iconsdir=tutorial/icons \
"book.adoc"
Sample PDFs generated from the syntax.adoc
.
Doctype | Link |
---|---|
Book |
|
Article |
|
Man page |