mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added attachfile example
This commit is contained in:
parent
99994b6e12
commit
a3e4ead5c4
4 changed files with 39 additions and 0 deletions
8
documents/attachfile-example/Makefile
Normal file
8
documents/attachfile-example/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SOURCE = attachfile-example
|
||||
|
||||
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