iSAQB® PDF Theme
This repository contains the PDF theme for iSAQB® curricula and other official documents.
It contains copyrighted work.
The pdf theme (aka: style) can (and should) be used when converting documents written in AsciiDoc to pdf.
Add this repository as a submodule to your git repository containing by using the command:
git submodule add https://github.com/isaqb-org/pdf-theme
OR
Clone or download the repository and copy the contents of the /style
directory into the root of your repository.
In your *.gradle
file, add the following attributes to the task that inherits
from AsciidoctorTask (assuming that the folder pdf-theme
is in your root folder):
'pdf-stylesdir' : '../pdf-theme/themes',
'pdf-fontsdir' : '../pdf-theme/fonts',
'pdf-style' : 'isaqb'
If you only use a single title for your document, it will be displayed on the cover page. You can also define a subtitle, which will be displayed on the cover page as well, but with a different font style:
= <This Is The Title>: <This Is The Subtitle>
In the code of your document, you can define the following variable if you need a header text:
:curriculum-header-title:
This text will be displayed in the header of the PDF.
Please see the excellent asciidoctor-pdf theming guide for details.
You found a bug, have remarks, comments or proposals? Open an issue or PR.
Work on this pdf theme started in February 2019. The original Asciidoctor pdf theme served as a foundation and was initially slightly modified and enhanced by Dr. Gernot Starke and Benjamin Wolf.
Important
|
THE iSAQB® GRAPHICS ARE COPYRIGHTED. © (Copyright), International Software Architecture Qualification Board e. V. (iSAQB® e. V.) 2009-2023 |
The style (without the iSAQB® logo) may be used freely.
All parts of this theme (style, dimensions, theme, definitions and all other) come without any guarantee - please use on your own risk.