/asciidoctor-pdf-tutorial-theme

asciidoctor-pdf theme for technical tutorials

Primary LanguageRuby

asciidoctor-pdf-tutorial-theme

This is a custom theme for asciidoctor-pdf for producing technical documentation and tutorials with a modern look.

Status

This repo is work in progress as not all layouts have been fully evaluated yet.

Usage

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

Sample PDFs generated from the syntax.adoc.

Doctype Link

Book

Article

Man page