diff options
author | Karl Berry <karl@freefriends.org> | 2013-03-21 23:25:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-03-21 23:25:25 +0000 |
commit | 97076a9b1a7446442e2fd04f77d36da8672125f3 (patch) | |
tree | 949fec33ce6d7460a2deacf0e5ebf1d4cc0f1e3a /Master/texmf-dist/doc/latex/ebook | |
parent | cc6a974dc0c0e376fea2434265b38e70a55ad562 (diff) |
ebook (21mar13)
git-svn-id: svn://tug.org/texlive/trunk@29466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ebook')
-rw-r--r-- | Master/texmf-dist/doc/latex/ebook/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ebook/README b/Master/texmf-dist/doc/latex/ebook/README new file mode 100644 index 00000000000..02feacbe239 --- /dev/null +++ b/Master/texmf-dist/doc/latex/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 + |