From 99c613f04edeed8a28efac69411132ea2cd8164d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Jan 2019 22:04:15 +0000 Subject: beamerswitch (28jan19) git-svn-id: svn://tug.org/texlive/trunk@49849 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/beamerswitch/Makefile | 50 --------------------- Master/texmf-dist/doc/latex/beamerswitch/README.md | 2 +- .../beamerswitch/beamerswitch-example-article.pdf | Bin 19449 -> 19248 bytes .../beamerswitch/beamerswitch-example-handout.pdf | Bin 21750 -> 21461 bytes .../beamerswitch/beamerswitch-example-trans.pdf | Bin 22398 -> 22069 bytes .../latex/beamerswitch/beamerswitch-example.pdf | Bin 36065 -> 35523 bytes .../latex/beamerswitch/beamerswitch-example.tex | 4 +- .../doc/latex/beamerswitch/beamerswitch.pdf | Bin 180847 -> 184848 bytes 8 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/beamerswitch/Makefile (limited to 'Master/texmf-dist/doc/latex/beamerswitch') diff --git a/Master/texmf-dist/doc/latex/beamerswitch/Makefile b/Master/texmf-dist/doc/latex/beamerswitch/Makefile deleted file mode 100644 index 351e476ea33..00000000000 --- a/Master/texmf-dist/doc/latex/beamerswitch/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -NAME = beamerswitch -SHELL = bash -PWD = $(shell pwd) -TEMP := $(shell mktemp -d -t tmp.XXXXXXXXXX) -TDIR = $(TEMP)/$(NAME) -VERS = $(shell ltxfileinfo -v $(NAME).dtx) -LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL) -UTREE = $(shell kpsewhich --var-value TEXMFHOME) - -.PHONY: clean distclean inst install uninst uninstall zip ctan - -all: $(NAME).pdf $(NAME)-example.pdf clean - @exit 0 -$(NAME).cls $(NAME)-example.tex: $(NAME).dtx - tex -interaction=batchmode $(NAME).dtx >/dev/null -$(NAME).pdf: $(NAME).dtx - latexmk -silent -lualatex -synctex=1 -shell-escape -interaction=batchmode $(NAME).dtx >/dev/null -$(NAME)-example.pdf $(NAME)-example-trans.pdf $(NAME)-example-handout.pdf $(NAME)-example-article.pdf: $(NAME).cls $(NAME)-example.tex - latexmk -silent -lualatex -synctex=1 -shell-escape -interaction=batchmode $(NAME)-example.tex >/dev/null -clean: - rm -f $(NAME){,-example,-example-article,-example-handout,-example-trans}.{aux,bbl,bcf,blg,doc,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,listing,log,nav,out,run.xml,snm,synctex.gz,tcbtemp,toc,vrb} - rm -rf _minted-$(NAME) -distclean: clean - rm -f $(NAME).{pdf,ins,cls} $(NAME)-example.{tex,pdf} $(NAME)-example-{article,handout,trans}.pdf -inst: all - mkdir -p $(UTREE)/{tex,source,doc}/latex/$(NAME) - cp $(NAME).dtx $(NAME).ins $(UTREE)/source/latex/$(NAME) - cp $(NAME).cls $(UTREE)/tex/latex/$(NAME) - cp $(NAME).pdf $(NAME)-example.{tex,pdf} $(NAME)-example-trans.pdf $(NAME)-example-handout.pdf $(NAME)-example-article.pdf README.md $(UTREE)/doc/latex/$(NAME) - mktexlsr -uninst: - rm -r $(UTREE)/{tex,source,doc}/latex/$(NAME) - mktexlsr -install: all - sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(NAME) - sudo cp $(NAME).dtx $(NAME).ins $(LOCAL)/source/latex/$(NAME) - sudo cp $(NAME).cls $(LOCAL)/tex/latex/$(NAME) - sudo cp $(NAME).pdf $(NAME)-example.pdf $(NAME)-example-trans.pdf $(NAME)-example-handout.pdf $(NAME)-example-article.pdf README.md $(LOCAL)/doc/latex/$(NAME) - mktexlsr -uninstall: - sudo rm -r $(LOCAL)/{tex,source,doc}/latex/$(NAME) - mktexlsr -zip: all - mkdir $(TDIR) - cp $(NAME).{pdf,dtx} $(NAME)-example.{tex,pdf} $(NAME)-example-trans.pdf $(NAME)-example-handout.pdf $(NAME)-example-article.pdf $(NAME).cls README.md Makefile $(TDIR) - cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME) -ctan: all - mkdir $(TDIR) - cp $(NAME).{pdf,dtx} $(NAME)-example.pdf $(NAME)-example-trans.pdf $(NAME)-example-handout.pdf $(NAME)-example-article.pdf README.md Makefile $(TDIR) - cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME) diff --git a/Master/texmf-dist/doc/latex/beamerswitch/README.md b/Master/texmf-dist/doc/latex/beamerswitch/README.md index a9fa98d429a..78923edafbd 100644 --- a/Master/texmf-dist/doc/latex/beamerswitch/README.md +++ b/Master/texmf-dist/doc/latex/beamerswitch/README.md @@ -88,7 +88,7 @@ first three steps. ## Licence -Copyright 2016–2018 Alex Ball. +Copyright 2016–2019 Alex Ball. This work consists of the file beamerswitch.dtx and a Makefile. diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-article.pdf b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-article.pdf index 252abb8ebed..2336fbddcb0 100644 Binary files a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-article.pdf and b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-article.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-handout.pdf b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-handout.pdf index 2379a5e71ae..b833a07a919 100644 Binary files a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-handout.pdf and b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-handout.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-trans.pdf b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-trans.pdf index 345e28dc55a..7b3e5d6e3ce 100644 Binary files a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-trans.pdf and b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example-trans.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.pdf b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.pdf index fbd9042cce9..63fb967d240 100644 Binary files a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.pdf and b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.tex b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.tex index 6fc2fa51423..9547ef4d16c 100644 --- a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.tex +++ b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch-example.tex @@ -8,7 +8,7 @@ %% ---------------------------------------------------------------- %% beamerswitch --- Convenient mode selection in Beamer documents %% Author: Alex Ball -%% E-mail: a.j.ball@bath.ac.uk +%% E-mail: ab318@bath.ac.uk %% License: Released under the LaTeX Project Public License v1.3c or later %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- @@ -77,6 +77,6 @@ Happy {\LaTeX}ing! \end{document} %% -%% Copyright (C) 2016-2018 by Alex Ball +%% Copyright (C) 2016-2019 by Alex Ball %% %% End of file `beamerswitch-example.tex'. diff --git a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch.pdf b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch.pdf index b343110216f..cf23e0503ae 100644 Binary files a/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch.pdf and b/Master/texmf-dist/doc/latex/beamerswitch/beamerswitch.pdf differ -- cgit v1.2.3