Implemented successfully with texlive 2022 and 2023 on Cygwin, requires tex utilities latexpand and latexmk (from texlive-collection-binextra)
Bash script and tex-files here: compileThree.7z
These files will not compile "out-of-the-box," they're just intended to get you started.
Implemented successfully with texlive 2022 and 2023 on Cygwin, requires tex utility latexmk (from texlive-collection-binextra)
Two examples of bash scripts (tested in WSL), one using docto and one using LibreOffice: pdfScript.7z
Requires a unix shell (e.g., cygwin, WSL 2) and pdftk server 2.02. Examples also use ((docto 1.8 and MS Office) or LibreOffice) and TeXlive 2023 (with latexmk from texlive-collection-binextra. Presumably could work with a Windows batch file or a powershell script.
Update Feb 2025: LibreOffice allows you to export to PDF from the command line, ghostscript can combine PDFs. See instructions for a few comments and links to examples.
https://github.com/rpguiteras/HPC/wiki
Comments and contributions very much welcome.
https://github.com/rpguiteras/tikzecon
I have borrowed / adapted a lot from, among others,
Kevin Goulding https://thetarzan.wordpress.com/
Chiu Yu Ko https://kochiuyu.github.io/
Arnav Bandekar https://github.com/jackypacky/pgf-econ-graphs
What I am trying to add is to use tikzmath to perfom calculations given parameters rather than hard-coding slopes, equilibrium points, etc.