summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-23 00:17:16 +0000
committerKarl Berry <karl@freefriends.org>2009-11-23 00:17:16 +0000
commit45214368aeb8eade236ae639a9b853146734638a (patch)
tree07e1c6c737d5d6875145d0bc8dd7b41013fdf440
parent9894274e08da408ed8b6f3461c71bf89cfe6763a (diff)
compatibility package here (22nov09)
git-svn-id: svn://tug.org/texlive/trunk@16135 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/here/README9
-rw-r--r--Master/texmf-dist/tex/latex/here/here.sty10
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rw-r--r--Master/tlpkg/tlpsrc/collection-pictures.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/here.tlpsrc0
5 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/here/README b/Master/texmf-dist/doc/latex/here/README
new file mode 100644
index 00000000000..59b67e6dbb7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/here/README
@@ -0,0 +1,9 @@
+(Public domain)
+
+The original here.sty by David Carlisle was withdrawn many years ago.
+The [H] modifier is now implemented in float.sty, which this here.sty
+simply reads. Another option is to use a float specifier [!ht], which
+usually has the same effect, and keeps floats in the right order. The
+present trivial here.sty merely allows old documents to keep running.
+
+--Karl Berry, November 2009.
diff --git a/Master/texmf-dist/tex/latex/here/here.sty b/Master/texmf-dist/tex/latex/here/here.sty
new file mode 100644
index 00000000000..fd0a0c34e12
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/here/here.sty
@@ -0,0 +1,10 @@
+% (Public domain.)
+%
+% The original here.sty by David Carlisle was withdrawn many years ago.
+% The [H] modifier is now implemented in float.sty, which this here.sty
+% simply reads. Another option is to use a float specifier [!ht], which
+% usually has the same effect, and keeps floats in the right order. The
+% present trivial here.sty merely allows old documents to keep running.
+%
+% --Karl Berry, November 2009.
+\RequirePackage{float}
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index b7a5a35da87..c2b091e510a 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -127,7 +127,7 @@ my @WorkingTLP = qw(
grid gridset gu guitar guitlogo
HA-prosper hands hanging harmony
harvard harvardkyoto harvmac hc hep hepnames
- hepparticles hepthesis hepunits
+ hepparticles hepthesis hepunits here
hhtensor histogr hitec hrlatex hvfloat
hypdvips hyperref hyperxmp hyph-utf8 hyphen-base
hyphenat hyphenex hyplain
diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
index 6ad39f16a6c..758ec4fdc4c 100644
--- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
@@ -19,6 +19,7 @@ depend epspdf
depend epspdfconversion
depend fig4latex
depend gnuplottex
+depend here
depend miniplot
depend pb-diagram
depend petri-nets
diff --git a/Master/tlpkg/tlpsrc/here.tlpsrc b/Master/tlpkg/tlpsrc/here.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/here.tlpsrc