first commit
This commit is contained in:
commit
15cf412840
255 changed files with 47845 additions and 0 deletions
30
doc/Makefile
Normal file
30
doc/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
all: install build
|
||||
|
||||
build: doc.tex
|
||||
latexmk -c doc.tex
|
||||
|
||||
watch: doc.tex
|
||||
latexmk -pvc doc.tex
|
||||
|
||||
DEPENDENCIES = luatex $\
|
||||
fontspec $\
|
||||
lm $\
|
||||
xcolor $\
|
||||
xcolor-solarized $\
|
||||
fontawesome $\
|
||||
xifthen $\
|
||||
ifmtarg $\
|
||||
pgf $\
|
||||
pgf-blur $\
|
||||
ec $\
|
||||
etoolbox $\
|
||||
xkeyval $\
|
||||
minted kvoptions fancyvrb fvextra upquote float ifplatform pdftexcmds xstring lineno framed catchfile
|
||||
|
||||
install:
|
||||
tlmgr update --self
|
||||
tlmgr update texlive-scripts
|
||||
tlmgr install $(DEPENDENCIES)
|
||||
|
||||
clean:
|
||||
latexmk -C
|
Loading…
Add table
Add a link
Reference in a new issue