diff --git a/doc/Jamfile b/doc/Jamfile index 9e0394c..df527eb 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -11,7 +11,7 @@ import asciidoctor ; html index.html : leaf.adoc : stylesheet=zajo-dark.css linkcss ; install html_ : index.html LEAF-1.png LEAF-2.png skin.png zajo-dark.css zajo-light.css : out ; -pdf leaf.pdf : leaf.adoc : book ; +pdf leaf.pdf : leaf.adoc : book pdf-themesdir=doc pdf-theme=leaf ; install pdf_ : leaf.pdf : out ; alias boostdoc ; diff --git a/doc/leaf-theme.yml b/doc/leaf-theme.yml new file mode 100644 index 0000000..6128b38 --- /dev/null +++ b/doc/leaf-theme.yml @@ -0,0 +1,28 @@ +extends: default +base: + font: + color: #404040 +literal: + font: + family: Courier + color: #000000 +admonition: + icon: + note: + stroke-color: #000000 + tip: + stroke-color: #000000 + warning: + stroke-color: #FF5100 + important: + stroke-color: #FF5100 + caution: + stroke-color: #FF5100 +conum: + font: + glyphs: circled + color: #000000 +link: + text-decoration: underline + text-decoration-width: 0.5 + font-color: #000000 diff --git a/doc/leaf.adoc b/doc/leaf.adoc index 264ae5f..e56a445 100644 --- a/doc/leaf.adoc +++ b/doc/leaf.adoc @@ -6,8 +6,8 @@ = LEAF Lightweight Error Augmentation Framework -ifndef::backend-pdf[] :source-highlighter: coderay +ifndef::backend-pdf[] :toc: left :toclevels: 3 :toc-title: pass:[
]