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/ebook/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/ebook/README (limited to 'macros/latex/contrib/ebook/README') diff --git a/macros/latex/contrib/ebook/README b/macros/latex/contrib/ebook/README new file mode 100644 index 0000000000..02feacbe23 --- /dev/null +++ b/macros/latex/contrib/ebook/README @@ -0,0 +1,28 @@ +The file ebook.sty contains a brief description. + +Intended use is + + \documentclass{...} + \usepackage{ebook} + ... + \begin{document} + \ebook % be careful if not the first command + ... + \end{document} + +Results have been tested with a Kindle e-ink and an iPad mini only. +In both cases the loaded document was rendered almost as expected. A +command, \pagefill (to be used instead of \newpage), is motivated by a +weakness in Kindle's pdf presentation. + +Proper rendering depends on the unit's pdf-reader, and Kindle's is a +little weak in its handling of partly filled pages. + +Essentially the page size is set by using the geometry package with +the text area set to 90%. In addition ebook.sty sets the pagestyle to +empty (including the first page of the ToC). + +Ebook.sty is in the Public Domain. + +Author: Jørgen Steensgaard + -- cgit v1.2.3