update pandoc version to 2.18

This commit is contained in:
Julien Fastré 2022-05-16 12:19:46 +02:00
parent 4f4e262a1f
commit 4cfd5a21bc
5 changed files with 9 additions and 4 deletions

View File

@ -13,7 +13,7 @@ steps:
- git submodule update --recursive --remote - git submodule update --recursive --remote
- name: pandoc - name: pandoc
image: pandoc/core:2.14-alpine image: pandoc/core:2.18-alpine
commands: commands:
- sh build-pandoc.sh latex user > user-manual.tex - sh build-pandoc.sh latex user > user-manual.tex
- sh build-pandoc.sh latex admin > admin-manual.tex - sh build-pandoc.sh latex admin > admin-manual.tex
@ -39,6 +39,6 @@ steps:
prerelease: true prerelease: true
--- ---
kind: signature kind: signature
hmac: 266046bb784be1e63788e1ebd4761d90bb9d61ac2466e78cb1f0bd5802314f84 hmac: 27fe3c287ea5597d1d2db3d2a55155b0e96e6cc7b020fe5e8a0b42d904775f48
... ...

View File

@ -3,6 +3,8 @@ title: Manuel administrateur de Chill
subtitle: Chill en Vendée subtitle: Chill en Vendée
lang: fr-BE lang: fr-BE
toc: true toc: true
page: a4
book: true
header-includes: | header-includes: |

View File

@ -52,10 +52,11 @@ export ARGS="
--number-sections --number-sections
--resource-path ./$kind --resource-path ./$kind
--metadata-file ./$kind/metadata.yaml --metadata-file ./$kind/metadata.yaml
--lua-filter "${PANDOC_DIR}/format-link.lua" `#--lua-filter "${PANDOC_DIR}/format-link.lua`
" "
export PDF_TEMPLATE="./pandoc/template/eisvogel.tex" export PDF_TEMPLATE="./pandoc/template/eisvogel.tex"
export LATEX_ARGS=" export LATEX_ARGS="
--metadata=footer-left:$(date +%d-%m-%Y)
--template "${PDF_TEMPLATE}" --template "${PDF_TEMPLATE}"
--lua-filter "${PANDOC_DIR}/boxes.lua" --lua-filter "${PANDOC_DIR}/boxes.lua"
" "

@ -1 +1 @@
Subproject commit 4909f13d58bb4c66243def1f6e01becd1820c767 Subproject commit 04e329698d01c3a25aa72ad81d98483284669316

View File

@ -2,6 +2,8 @@
title: Manuel utilisateur de Chill title: Manuel utilisateur de Chill
lang: fr-BE lang: fr-BE
toc: true toc: true
page: a4
book: true
titlepage: true, titlepage: true,
#logo: "img/logo-chill-outil-accompagnement.svg" #logo: "img/logo-chill-outil-accompagnement.svg"