2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added CSV print table example

This commit is contained in:
Martin Thoma 2013-05-11 13:34:00 +02:00
parent e24fddc630
commit 530ba6bb87
3 changed files with 50 additions and 0 deletions

View 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