Skip to content

uroesch/asciidoctor-pdf-tutorial-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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