diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-23 00:17:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-23 00:17:16 +0000 |
commit | 45214368aeb8eade236ae639a9b853146734638a (patch) | |
tree | 07e1c6c737d5d6875145d0bc8dd7b41013fdf440 /Master/texmf-dist/tex | |
parent | 9894274e08da408ed8b6f3461c71bf89cfe6763a (diff) |
compatibility package here (22nov09)
git-svn-id: svn://tug.org/texlive/trunk@16135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/here/here.sty | 10 |
1 files changed, 10 insertions, 0 deletions
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} |