summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/convbkmk/README
blob: 253c2b8727da6ed0ccd4bb941edd4335b909985d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
convbkmk Ver.0.10

2014.03.08
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.

Lisence notice is written in the convbkmk.rb.
It is as same as the MIT license.
Ref. http://opensource.org/licenses/MIT

More information is within the convbkmk.rb with the RD format.