REstore build for admin
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Fastré 2025-06-30 13:11:30 +02:00
parent 5e009e19c8
commit 9fcc601730
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
4 changed files with 1043 additions and 7 deletions

View File

@ -140,7 +140,7 @@ Par exemple, pour un courrier généré dans un contexte "parcours", l'utilisate
## Variables par contexte
### Pour tous les contextes { #sec:gendoc:champs-documents }
### Pour tous les contextes { #sec:gendoc-champs-documents }
#### Variables

View File

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

1037
eisvogel.latex Normal file

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 04e329698d01c3a25aa72ad81d98483284669316
Subproject commit 62377f36a0ce5b48281e5ee51cb4eef364162037