Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 562 Bytes

abapGit: State of the Nation 2019 Q2

PDF

Editing

Recommend using vscode for editing

Compiling

Prerequsites,

gem install asciidoctor-pdf --pre
gem install asciidoctor-diagram
gem install rouge

Compiling,

asciidoctor-pdf -r asciidoctor-diagram -D build -a imagesdir=../build src/index.adoc

Or you can make use of docker,

sudo docker run --rm -v $(pwd):/sotn -w /sotn asciidoctor/docker-asciidoctor bash ./action/entrypoint.sh