diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-25 22:09:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-25 22:09:05 +0000 |
commit | 753cdd83051f90eddb318f5d78c05af0bc8924ac (patch) | |
tree | 87edb9ac0b179b5cc52021f7d9bbd9e71c318623 /Master/texmf-dist/doc/support | |
parent | e1c15e566eb7efe4825518efd9bcedb7d382207d (diff) |
convbkmk (25nov18)
git-svn-id: svn://tug.org/texlive/trunk@49252 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/convbkmk/README.md | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/convbkmk/README.md b/Master/texmf-dist/doc/support/convbkmk/README.md index 9c3499dd42c..ad27e9c13f7 100644 --- a/Master/texmf-dist/doc/support/convbkmk/README.md +++ b/Master/texmf-dist/doc/support/convbkmk/README.md @@ -1,7 +1,7 @@ -convbkmk Ver.0.20 +convbkmk Ver.0.30 ================= -2018.11.11 +2018.11.25 Takuji Tanaka <ttk(at)t-lab.opal.ne.jp> @@ -12,14 +12,20 @@ http://www.t-lab.opal.ne.jp/tex/uptex_en.html ## Abstract 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 +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 are written in a certain syntax with UTF-16 or PDFDocEncoding. Thus, data conversion is required to create correct bookmarks. + +In addition, pLaTeX outputs dvi files with special commands +in its internal encoding (EUC-JP or Shift_JIS). +It is not consistent with recent dviware and file systems +which assume UTF-8. + convbkmk provides a function of -the encoding conversion and formatting the bookmark data. +the encoding conversion and formatting the data. ## Repository |