SergelsOrg / csv2tex

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

(bottom layer) implement tex / pdf generation commands (shell out to console) #7

Closed ArchibaldBienetre closed 2 years ago

ArchibaldBienetre commented 3 years ago

Encapsulate the shell commands we need:

Ideally, use the ProcessBuilder API

ArchibaldBienetre commented 3 years ago

Without knowledge of the concrete commands (@DonMischo should provide those!), I can start by creating a utility for calling them, and have a look at the API of Process(Builder)

https://github.com/DonMischo/csv2tex/pull/13

https://github.com/ArchibaldBienetre/csv2tex/pull/2

ArchibaldBienetre commented 2 years ago

@DonMischo is taking over :)

ArchibaldBienetre commented 2 years ago

:information_source: Implemented by https://github.com/SergelsOrg/csv2tex/pull/37 .

DonMischo commented 2 years ago

rm, mv, mkdir with java, no need for shell commands

ArchibaldBienetre commented 2 years ago

rm, mv, mkdir with java, no need for shell commands

Thanks, I updated the code accordingly https://github.com/SergelsOrg/csv2tex/pull/37/commits/7df8e89fad00b2ba955377f68768bfa7843c88d5