diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/support/convbkmk/README | 19 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/convbkmk/convbkmk.rb (renamed from Master/texmf-dist/scripts/uptex/convbkmk.rb) | 0 |
2 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. diff --git a/Master/texmf-dist/scripts/uptex/convbkmk.rb b/Master/texmf-dist/scripts/convbkmk/convbkmk.rb index 2c566fe6301..2c566fe6301 100755 --- a/Master/texmf-dist/scripts/uptex/convbkmk.rb +++ b/Master/texmf-dist/scripts/convbkmk/convbkmk.rb |