@@ -0,0 +1,18 @@
#!/usr/bin/make
all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
%.pdf: %.tex
latexmk -f -xelatex $<
clean:
latexmk -C *.tex
rm -f *.tmp *.run.xml
viewpdf: all
evince *.pdf
pdf: all
.PHONY: clean all
The note is not visible to the blocked user.