mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
EUR erledigt
This commit is contained in:
parent
b7f43c15b2
commit
7d56067b9d
9 changed files with 68 additions and 40 deletions
7
documents/csv-datatool-print-table/Makefile
Normal file
7
documents/csv-datatool-print-table/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SOURCE = csv-print-table
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
Loading…
Add table
Add a link
Reference in a new issue