diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-11 22:59:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-11 22:59:22 +0000 |
commit | 9fd39ccd5cd1413e07e19bda6d3b4d5ed2f62e62 (patch) | |
tree | af3709e329b81cc319eeae532a1de15b446f9cfb /Master/texmf-dist/doc/support | |
parent | b99aff7fb5a21795eb841a12a8fc470e804fa9a6 (diff) |
convbkmk now its own package
git-svn-id: svn://tug.org/texlive/trunk@30408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/convbkmk/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/convbkmk/README b/Master/texmf-dist/doc/support/convbkmk/README new file mode 100644 index 00000000000..d6528f62b45 --- /dev/null +++ b/Master/texmf-dist/doc/support/convbkmk/README @@ -0,0 +1,19 @@ +convbkmk Ver.0.08 + +2013.05.11 +Takuji Tanaka +KXD02663 (at) nifty.ne.jp +http://homepage3.nifty.com/ttk/comp/tex/uptex_en.html + + +convbkmk is a tiny utility for making correct bookmarks in pdf files +typesetted by platex/uplatex with the hyperref package. +platex/uplatex + hyperref outputs data of bookmarks +in their internal encodings (EUC-JP, Shift_JIS or UTF-8). +On the other hand, the PostScript/PDF format requests that +the data is written in a certain syntax with UTF-16 or PDFDocEncoding. +Thus, data conversion is required to create correct bookmarks. +convbkmk provides a function of +the encoding conversion and formatting the bookmark data. + +More information is within the convbkmk.rb with the RD format. |