SergelsOrg / csv2tex

Tool to replace placeholders in tex-files
GNU General Public License v3.0
5 stars 0 forks source link

Add smoke test including real template #72

Closed ArchibaldBienetre closed 2 years ago

ArchibaldBienetre commented 2 years ago

Postponed task from #49 and #58 .

May be tricky to do before https://github.com/SergelsOrg/csv2tex/issues/48 is implemented

...

A bit tricky, currently, because, for example, #48 is not done yet. For the smoke test, I first have to install the missing packages.

Also, statements like \input{SchoolReportTemplate_ZeugnisTemplate_Commands.tex} need to be replaced with absolute paths, as we run the PDF transformation in a temporary directory, currently, to avoid side effects in the codebase, and because texi2pdf does not allow specifying an output file. But we can work around that

ArchibaldBienetre commented 2 years ago

Implemented by https://github.com/SergelsOrg/csv2tex/pull/75