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:
parent
b1d33edeb3
commit
c6ec2e2463
5 changed files with 115 additions and 0 deletions
8
cheat-sheets/vim/Makefile
Normal file
8
cheat-sheets/vim/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SOURCE = vim
|
||||
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux
|
Loading…
Add table
Add a link
Reference in a new issue