summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/marginfit
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-07-13 23:10:09 +0000
committerKarl Berry <karl@freefriends.org>2017-07-13 23:10:09 +0000
commita24a44f88d5468496118875b7187a54cd0944e02 (patch)
tree17b2ee6f420729b1196c3d1e6533ae21a977821f /Master/texmf-dist/doc/latex/marginfit
parent578ec49378824cf4fd10539a2fda81485ef5ab24 (diff)
marginfit (10jul17)
git-svn-id: svn://tug.org/texlive/trunk@44788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/marginfit')
-rw-r--r--Master/texmf-dist/doc/latex/marginfit/Makefile33
-rw-r--r--Master/texmf-dist/doc/latex/marginfit/README26
-rw-r--r--Master/texmf-dist/doc/latex/marginfit/marginfit.pdfbin0 -> 212636 bytes
3 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/marginfit/Makefile b/Master/texmf-dist/doc/latex/marginfit/Makefile
new file mode 100644
index 00000000000..e17ed57f766
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/marginfit/Makefile
@@ -0,0 +1,33 @@
+
+PACKAGE := marginfit
+
+TEXMFDIST:=$(shell kpsewhich -var-value TEXMFDIST)
+
+all: sty doc
+
+sty: $(PACKAGE).sty
+$(PACKAGE).sty: $(PACKAGE).dtx $(PACKAGE).ins
+ pdflatex ${PACKAGE}.ins
+
+doc: $(PACKAGE).pdf
+$(PACKAGE).pdf: $(PACKAGE).dtx
+ pdflatex ${PACKAGE}.dtx
+ makeindex -s gind.ist -o $(PACKAGE).ind $(PACKAGE).idx
+ makeindex -s gglo.ist -o $(PACKAGE).gls $(PACKAGE).glo
+ pdflatex ${PACKAGE}.dtx
+ pdflatex ${PACKAGE}.dtx
+
+install: $(PACKAGE).dtx $(PACKAGE).ins $(PACKAGE).sty README $(PACKAGE).pdf
+ install -m 755 -d $(TEXMFDIST)/source/latex/$(PACKAGE)
+ install -m 644 -t $(TEXMFDIST)/source/latex/$(PACKAGE) $(PACKAGE).dtx
+ install -m 644 -t $(TEXMFDIST)/source/latex/$(PACKAGE) $(PACKAGE).ins
+ install -m 755 -d $(TEXMFDIST)/tex/latex/$(PACKAGE)
+ install -m 644 -t $(TEXMFDIST)/tex/latex/$(PACKAGE) $(PACKAGE).sty
+ install -m 755 -d $(TEXMFDIST)/doc/latex/$(PACKAGE)
+ install -m 644 -t $(TEXMFDIST)/doc/latex/$(PACKAGE) README
+ install -m 644 -t $(TEXMFDIST)/doc/latex/$(PACKAGE) $(PACKAGE).pdf
+
+dist: $(PACKAGE).tar.gz
+$(PACKAGE).tar.gz: Makefile README $(PACKAGE).dtx $(PACKAGE).ins $(PACKAGE).pdf
+ tar -cjf $@ --transform "s#^#$(PACKAGE)/#" $^
+
diff --git a/Master/texmf-dist/doc/latex/marginfit/README b/Master/texmf-dist/doc/latex/marginfit/README
new file mode 100644
index 00000000000..d956e94b020
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/marginfit/README
@@ -0,0 +1,26 @@
+
+marginfit
+---------
+
+The marginfit package fixes various bugs with the margin paragraph
+implementation of LaTeX. Those bugs include margin notes that are attached to
+the wrong side as well as those that stick out of the bottom of the page. This
+package provides a drop-in replacement solution.
+
+Copyright 2017 Maurice Leclaire <leclaire@in.tum.de>
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3 of this license or (at your option) any later
+version. The latest version of this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+This work has the LPPL maintenance status `author-maintained'.
+
+This work consists of the files marginfit.dtx and marginfit.ins and the derived
+file marginfit.sty.
+
diff --git a/Master/texmf-dist/doc/latex/marginfit/marginfit.pdf b/Master/texmf-dist/doc/latex/marginfit/marginfit.pdf
new file mode 100644
index 00000000000..04629877bec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/marginfit/marginfit.pdf
Binary files differ