added readme.
This commit is contained in:
parent
8ed674f8de
commit
60b283ce15
4
Makefile
4
Makefile
@ -1,3 +1,7 @@
|
||||
ALL := $(shell find src/ -type f | sed -e 's/src/build/g;s/tex/pdf/g')
|
||||
|
||||
all: $(ALL)
|
||||
|
||||
build/%.pdf: src/%.tex
|
||||
mkdir -p $(shell dirname $@)
|
||||
rm -rf .tmp
|
||||
|
||||
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Ejemplos del curso de tikz A1
|
||||
|
||||
Este repositorio contiene los ejemplos que he realizado mientras sigo el curso de producción de gráficos con tikz.
|
||||
|
||||
Para producir los archivos PDF, ejecutar `make all`, y se produciran los archivos en la carpeta `build`.
|
||||
Loading…
Reference in New Issue
Block a user