2024-11-27 13:36:15 +00:00
|
|
|
|
---
|
|
|
|
|
gitea: none
|
|
|
|
|
include_toc: true
|
|
|
|
|
---
|
2024-11-27 13:32:59 +00:00
|
|
|
|
|
2024-11-27 13:38:40 +00:00
|
|
|
|
# ReachableCEO Enterprises Document Production Pipeline
|
2024-11-27 13:32:59 +00:00
|
|
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
2024-11-27 13:38:40 +00:00
|
|
|
|
Welcome to the ReachableCEO Enterprises document production pipeline!
|
|
|
|
|
|
|
|
|
|
This is the code and (public)(non proprietary) metadata files that ReachableCEO Enterprises uses for
|
|
|
|
|
producing all of it's PDF files (for internal use, public consumption, clients).
|
2024-11-27 13:28:31 +00:00
|
|
|
|
|
2024-11-27 13:32:59 +00:00
|
|
|
|
|
|
|
|
|
## Runtime requirements
|
|
|
|
|
|
2024-11-27 13:28:31 +00:00
|
|
|
|
You will need to place the eisvogel.latex file in your pandoc user data directory.
|
|
|
|
|
|
|
|
|
|
Use:
|
|
|
|
|
|
|
|
|
|
pandoc --version
|
|
|
|
|
|
|
|
|
|
to obtain the path.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
❯ pandoc --version
|
|
|
|
|
pandoc.exe 3.2
|
|
|
|
|
Features: +server +lua
|
|
|
|
|
Scripting engine: Lua 5.4
|
|
|
|
|
*User data directory: C:\Users\tsys\AppData\Roaming\pandoc*
|
2024-11-27 13:32:59 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Inspiration / supply chain
|
|
|
|
|
|
|
|
|
|
- https://github.com/jgm/pandoc/issues/2865
|
|
|
|
|
- https://github.com/Wandmalfarbe/pandoc-latex-template?tab=readme-ov-file
|
|
|
|
|
- https://pandoc.org/MANUAL.html
|
|
|
|
|
- https://jdhao.github.io/2019/05/30/markdown2pdf_pandoc/
|
|
|
|
|
- https://learnbyexample.github.io/customizing-pandoc/
|
|
|
|
|
- https://lornajane.net/posts/2023/generating-a-nice-looking-pdf-with-pandoc
|