diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/here/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/here/here.sty | 10 |
2 files changed, 19 insertions, 0 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} |