From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/here/README | 9 +++++++++ macros/latex/contrib/here/here.sty | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 macros/latex/contrib/here/README create mode 100644 macros/latex/contrib/here/here.sty (limited to 'macros/latex/contrib/here') 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} -- cgit v1.2.3