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

added vim cheat sheet

This commit is contained in:
Martin Thoma 2013-04-15 08:13:38 +02:00
parent b1d33edeb3
commit c6ec2e2463
5 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,8 @@
SOURCE = vim
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux