|
|
|
|
|
by w4rh4wk5
1634 days ago
|
|
Thanks, the `!macro` thing seems to be what I was looking for. Having intermediary temporary files is of course fine. The use-case at that time was to convert a LaTeX file containing a TIKZ image (therefore having a .tikz file extension) to an SVG which required compiling the LaTeX code to PDF, cropping the PDF and converting it to SVG. Since there were multiple occurrences of this across the project, I wanted to have that as a reusable "function" in the build system. I did not want to write a dedicated script for this because of portability issues (Shell vs. Batch). |
|