Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1008 Bytes

README.adoc

File metadata and controls

53 lines (36 loc) · 1008 Bytes

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