From 4af0687da5fc49fae0ae0d827070732e6d7e4cbc Mon Sep 17 00:00:00 2001 From: Sebastian Schmittner Date: Fri, 1 Apr 2022 11:21:35 +0200 Subject: [PATCH] adding a few page breaks to improve pdf --- .github/workflows/release-pdf.yml | 6 +++--- paper/appendix/README.adoc | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-pdf.yml b/.github/workflows/release-pdf.yml index e7cb5f5..72f3777 100644 --- a/.github/workflows/release-pdf.yml +++ b/.github/workflows/release-pdf.yml @@ -3,18 +3,18 @@ on: types: - created -name: Release PDFs +name: Release PDF jobs: build: - name: compile and upload asciidoc + name: Compile and upload asciidoc to pdf runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - - name: Trust Model PDF Compilation + - name: Asciidoc PDF Compilation uses: docker://asciidoctor/docker-asciidoctor:latest with: entrypoint: asciidoctor-pdf diff --git a/paper/appendix/README.adoc b/paper/appendix/README.adoc index 6e2f56e..3cc1515 100644 --- a/paper/appendix/README.adoc +++ b/paper/appendix/README.adoc @@ -23,6 +23,8 @@ https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master and the sanitised and hashed discovery data for this event, avaiable at https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master/tests/events/ReferenceEventHashAlgorithm.sanitised.json . +<<< + === Chain Navigation [[FullChain]] @@ -38,6 +40,8 @@ https://github.com/european-epc-competence-center/epcis-sanitisation/blob/master We will focus on one step in this chain, naemyl the first shipping and receiving event in order to exemplyfy the chain navigation. The code snippets shown below are taken from the above mentioned larger files. +<<< + ==== Shipping Event <> shows a full EPCIS shipping event and <> the corresponding sanitised and hashed data. @@ -105,6 +109,7 @@ The code snippets shown below are taken from the above mentioned larger files. } ---- +<<< ==== Receiving Event