summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/here
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/here
Initial commit
Diffstat (limited to 'macros/latex/contrib/here')
-rw-r--r--macros/latex/contrib/here/README9
-rw-r--r--macros/latex/contrib/here/here.sty10
2 files changed, 19 insertions, 0 deletions
diff --git a/macros/latex/contrib/here/README b/macros/latex/contrib/here/README
new file mode 100644
index 0000000000..59b67e6dbb
--- /dev/null
+++ b/macros/latex/contrib/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/macros/latex/contrib/here/here.sty b/macros/latex/contrib/here/here.sty
new file mode 100644
index 0000000000..fd0a0c34e1
--- /dev/null
+++ b/macros/latex/contrib/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}