diff --git a/Makefile b/Makefile index e3ba54a..c1d0061 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,12 @@ $(PDF): beamerthemem.sty $(AUX) $(SRC) sty: $(DTX) $(INS) @latex $(INS) +manual: + @mkdir -p .temptex + @xelatex -shell-escape -output-directory .temptex mtheme.dtx + @xelatex -shell-escape -output-directory .temptex mtheme.dtx + @cp .temptex/mtheme.pdf . + clean: @rm -f $(PDF) @git clean -xfd diff --git a/mtheme.pdf b/mtheme.pdf index 7587126..cd44069 100644 Binary files a/mtheme.pdf and b/mtheme.pdf differ