diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-28 23:47:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-28 23:47:35 +0000 |
commit | f7da2a17818db423b8221e8e0e3b743e1ff9abca (patch) | |
tree | ef3181fb602ef44a8d8c06930dfeeabd61822592 /Master/texmf-dist/doc/latex/issuulinks/README | |
parent | 7e858432b363bfd725a253e408a5363af514ba64 (diff) |
new latex package issuulinks (28feb12)
git-svn-id: svn://tug.org/texlive/trunk@25534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/issuulinks/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/issuulinks/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/issuulinks/README b/Master/texmf-dist/doc/latex/issuulinks/README new file mode 100644 index 00000000000..9135b45b0d7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/issuulinks/README @@ -0,0 +1,21 @@ + Package issuulinks + Boris Veytsman + v1.0 + +PDF visualizer ISSUU (http://issuu.com) is a popular service +allowing to show PDF documents ``one page a time''. Due to the way +it is implemented, internal links in these documents are not +allowed. Instead, they must be converted to external ones in the +form http://issuu.com/action/page?page=PAGENUMBER. + +This package patches hyperref to produce external links in the +required form instead of internal links created by \ref, \cite and +other commands. + +Since the package redefines the internals of hyperref, you need to +call it AFTER hyperref. + +The author is grateful to FAO UN which partially funded this work +and to Matthieu Stigler, Adam Prakash \& Filippo Gheri for +suggesting and testing this package. + |