diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/crop/README | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/crop/crop.pdf | bin | 0 -> 327371 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/crop/crop.txt | 50 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/crop/Makefile | 27 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/crop/crop.dtx | 14 |
5 files changed, 48 insertions, 66 deletions
diff --git a/Master/texmf-dist/doc/latex/crop/README b/Master/texmf-dist/doc/latex/crop/README new file mode 100644 index 00000000000..7bec48a74ef --- /dev/null +++ b/Master/texmf-dist/doc/latex/crop/README @@ -0,0 +1,23 @@ +crop +==== + +This package provides different forms of cropmarks for trimming paper +stacks, for camera alignment and for visualizing the page dimensions. There +are options for centering the page with respect to some physical paper size, +for marking the vertical and horizontal middle axis, for mounting pages on a +physical sheet, for reflecting and inverting the whole document or printing +it upside-down, and for suppressing either text or graphics output. + + +COPYRIGHT NOTICE +================ +This package is free software that can be redistributed and/or modified +under the terms of the LaTeX Project Public License as specified +in the file macros/latex/base/lppl.txt on any CTAN archive server. + + +Extracting the package & processing the documentation +===================================================== + +Run "make" to get the style file and the documentation, then install +crop.sty and crop.pdf in appropriate directories. diff --git a/Master/texmf-dist/doc/latex/crop/crop.pdf b/Master/texmf-dist/doc/latex/crop/crop.pdf Binary files differnew file mode 100644 index 00000000000..bfdedfcde04 --- /dev/null +++ b/Master/texmf-dist/doc/latex/crop/crop.pdf diff --git a/Master/texmf-dist/doc/latex/crop/crop.txt b/Master/texmf-dist/doc/latex/crop/crop.txt deleted file mode 100644 index 3d09373de8a..00000000000 --- a/Master/texmf-dist/doc/latex/crop/crop.txt +++ /dev/null @@ -1,50 +0,0 @@ -crop.sty -======== - -provides different forms of cropmarks for -trimming paper stacks, for camera alignment and -for visualizing the page dimensions. -There are options for centering the page with -respect to some physical paper size, for marking -the vertical and horizontal middle axis, for -mounting pages on a physical sheet, for -reflecting and inverting the whole document or -printing it upside-down, and for suppressing -either text or graphics output. - - -author = "Melchior FRANZ" -maintainer = "Reuben Thomas" -version = "1.10" -date = "19 Nov 2017" -URL = "https://github.org/rrthomas/crop/" -email = "rrt@sc3d.org" -codetable = "ISO/ASCII" -keywords = "cropmarks, frame, mirror, rotate, invert" -supported = "yes" - - - -COPYRIGHT NOTICE -================ -This package is free software that can be redistributed and/or modified -under the terms of the LaTeX Project Public License as specified -in the file macros/latex/base/lppl.txt on any CTAN archive server. - - - -Extracting the package & processing the documentation -===================================================== - -on Unix/Linux just run "make" to get the style file and the documentation; -else generate the driver crop.ins (if you don't already have it): - - $ latex crop.dtx - -Now generate the style file: - - $ tex crop.ins - -And finally to produce the documentation run LaTeX three times: - - $ latex crop.dtx diff --git a/Master/texmf-dist/source/latex/crop/Makefile b/Master/texmf-dist/source/latex/crop/Makefile index 09679fec8c5..3f0ebd78605 100644 --- a/Master/texmf-dist/source/latex/crop/Makefile +++ b/Master/texmf-dist/source/latex/crop/Makefile @@ -1,16 +1,20 @@ NAME=crop -ARCHIVE_NAME=$(NAME).tar.gz -ARCHIVE_CONTENTS=$(NAME).dtx Makefile $(NAME).txt $(NAME).ins +VERSION=`cat VERSION` +ARCHIVE_NAME=$(NAME).zip +ARCHIVE_CONTENTS=$(NAME).dtx $(NAME).pdf Makefile README $(NAME).ins -all: $(NAME).sty $(NAME).pdf +all: $(NAME).sty $(NAME).pdf VERSION -archive: $(NAME).ins - @ tar -czf $(ARCHIVE_NAME) $(ARCHIVE_CONTENTS) - @ echo $(ARCHIVE_NAME): - @ echo ==================== - @ tar -tzf $(ARCHIVE_NAME) +archive: $(ARCHIVE_CONTENTS) + rm -rf $(NAME)/ + mkdir $(NAME)/ + cp $(ARCHIVE_CONTENTS) $(NAME)/ + zip -r $(ARCHIVE_NAME) $(NAME) -$(NAME).pdf: +$(NAME).dtx: $(NAME).dtx.in + nancy $(NAME).dtx.in . > $(NAME).dtx + +$(NAME).pdf: $(NAME.dtx) latexmk $(NAME).dtx $(NAME).sty: $(NAME).ins @@ -18,3 +22,8 @@ $(NAME).sty: $(NAME).ins $(NAME).ins: pdflatex $(NAME).dtx + +release: archive + git diff --exit-code && \ + git tag -a -m "Release tag" "v$(VERSION)" && \ + git push && git push --tags diff --git a/Master/texmf-dist/source/latex/crop/crop.dtx b/Master/texmf-dist/source/latex/crop/crop.dtx index cb0cfd8b4df..678c235931f 100644 --- a/Master/texmf-dist/source/latex/crop/crop.dtx +++ b/Master/texmf-dist/source/latex/crop/crop.dtx @@ -27,15 +27,15 @@ %% ==================================================================== %% @LaTeX-package-file{ %% author = "Melchior FRANZ", -%% version = "1.10", -%% date = "19 Nov 2017", +%% version = "1.10.2", +%% date = "05 Jun 2020", %% filename = "crop.dtx", %% address = "Melchior FRANZ %% Rieder Hauptstrasse 52 %% A-5212 SCHNEEGATTERN %% AUSTRIA", -%% URL = "https://github.com/drehscheibe/crop/", -%% email = "mfranz@aon.at", +%% URL = "https://github.com/rrthomas/crop/", +%% email = "rrt@sc3d.org", %% codetable = "ISO/ASCII", %% keywords = "cropmarks, frame, mirror, rotate, invert", %% supported = "yes", @@ -74,8 +74,8 @@ % % %<*driver> -\def\fileversion{1.10} -\def\filedate{2017/11/19} +\def\fileversion{1.10.2} +\def\filedate{2020/06/05} \documentclass{ltxdoc} \usepackage{hyperref} \hypersetup{ @@ -2234,4 +2234,4 @@ % % ^^A \PrintChanges % ^^A vim:ts=4:sw=4:et:cindent -% \Finale ^^A.E.I.O.U.^^ +% \Finale ^^A.E.I.O.U.^^
\ No newline at end of file |