summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/crop
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-06-05 03:02:48 +0000
committerNorbert Preining <norbert@preining.info>2020-06-05 03:02:48 +0000
commitf51a463b880756f6a989cac367c3d99fb1373719 (patch)
tree05acf2595be1af2b548896487426646955e36a8c /macros/latex/contrib/crop
parent6c90555ebb89f41cc4dfb6cf3ee6bfaa8107650e (diff)
CTAN sync 202006050302
Diffstat (limited to 'macros/latex/contrib/crop')
-rw-r--r--macros/latex/contrib/crop/Makefile14
-rw-r--r--[l---------]macros/latex/contrib/crop/README41
-rw-r--r--macros/latex/contrib/crop/crop.dtx8
-rw-r--r--macros/latex/contrib/crop/crop.pdfbin0 -> 327371 bytes
-rw-r--r--macros/latex/contrib/crop/crop.txt50
5 files changed, 51 insertions, 62 deletions
diff --git a/macros/latex/contrib/crop/Makefile b/macros/latex/contrib/crop/Makefile
index 09679fec8c..6b48c0902e 100644
--- a/macros/latex/contrib/crop/Makefile
+++ b/macros/latex/contrib/crop/Makefile
@@ -1,16 +1,16 @@
NAME=crop
ARCHIVE_NAME=$(NAME).tar.gz
-ARCHIVE_CONTENTS=$(NAME).dtx Makefile $(NAME).txt $(NAME).ins
+ARCHIVE_CONTENTS=$(NAME).dtx $(NAME).pdf Makefile README $(NAME).ins $(NAME).sty
all: $(NAME).sty $(NAME).pdf
-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)/
+ tar -czf $(ARCHIVE_NAME) $(NAME)
-$(NAME).pdf:
+$(NAME).pdf: $(NAME.dtx)
latexmk $(NAME).dtx
$(NAME).sty: $(NAME).ins
diff --git a/macros/latex/contrib/crop/README b/macros/latex/contrib/crop/README
index 87013da88f..704e46daf8 120000..100644
--- a/macros/latex/contrib/crop/README
+++ b/macros/latex/contrib/crop/README
@@ -1 +1,40 @@
-crop.txt \ No newline at end of file
+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.1"
+date = "04 Jun 2020"
+URL = "https://github.com/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.
+
+
+
+Installation
+============
+
+The package is supplied ready to install: just copy crop.sty and crop.pdf to
+suitable directories.
diff --git a/macros/latex/contrib/crop/crop.dtx b/macros/latex/contrib/crop/crop.dtx
index cb0cfd8b4d..15e8f04c6f 100644
--- a/macros/latex/contrib/crop/crop.dtx
+++ b/macros/latex/contrib/crop/crop.dtx
@@ -27,8 +27,8 @@
%% ====================================================================
%% @LaTeX-package-file{
%% author = "Melchior FRANZ",
-%% version = "1.10",
-%% date = "19 Nov 2017",
+%% version = "1.10.1",
+%% date = "04 Jun 2020",
%% filename = "crop.dtx",
%% address = "Melchior FRANZ
%% Rieder Hauptstrasse 52
@@ -74,8 +74,8 @@
%
%
%<*driver>
-\def\fileversion{1.10}
-\def\filedate{2017/11/19}
+\def\fileversion{1.10.1}
+\def\filedate{2020/06/04g}
\documentclass{ltxdoc}
\usepackage{hyperref}
\hypersetup{
diff --git a/macros/latex/contrib/crop/crop.pdf b/macros/latex/contrib/crop/crop.pdf
new file mode 100644
index 0000000000..bfdedfcde0
--- /dev/null
+++ b/macros/latex/contrib/crop/crop.pdf
Binary files differ
diff --git a/macros/latex/contrib/crop/crop.txt b/macros/latex/contrib/crop/crop.txt
deleted file mode 100644
index 3d09373de8..0000000000
--- a/macros/latex/contrib/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