Re: [NTG-context] What do you miss in ConTeXt?
Datuma 8. ožujka 2010. 15:36 Mojca Miklavec
does
\PDFunicodetrue
help
No. (I remember there were some threads about that in past though, but I don't remember the outcome.)
Mojca
It doesn't change anything. By the way, XeTeX also breaks, but in a different way. "Računalne mreže" becomes "RaÄ“unalne mreže". Same option also doesn't do anything. MkIV works nicely, and I know I should probably be using that, but LaTeX with hyperref can do unicode bookmarks in both XeTeX and pdfTeX, so it would be really cool if ConTeXt would be able to do it as well. Regards, -- Vedran Miletić
On 14-3-2010 22:06, Vedran Miletić wrote:
Datuma 8. ožujka 2010. 15:36 Mojca Miklavec
je napisao/la: does
\PDFunicodetrue
help
No. (I remember there were some threads about that in past though, but I don't remember the outcome.)
Mojca
It doesn't change anything.
By the way, XeTeX also breaks, but in a different way. "Računalne mreže" becomes "RaÄ“unalne mreže". Same option also doesn't do anything.
MkIV works nicely, and I know I should probably be using that, but LaTeX with hyperref can do unicode bookmarks in both XeTeX and pdfTeX, so it would be really cool if ConTeXt would be able to do it as well.
Hm, i wonder what goes wrong, so can you make a test file? I was under the impression that context could do it before latex if only because it was used to test the <> entries when that feature was added to pdftex so maybe soemthing got lost (it might also be that some ecodings work better than others, so let's assume utf) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
By the way, XeTeX also breaks, but in a different way. "Računalne mreže" becomes "RaÄ“unalne mreže". Same option also doesn't do anything.
MkIV works nicely, and I know I should probably be using that, but LaTeX with hyperref can do unicode bookmarks in both XeTeX and pdfTeX, so it would be really cool if ConTeXt would be able to do it as well.
Hm, i wonder what goes wrong, so can you make a test file? I was under the impression that context could do it before latex if only because it was used to test the <> entries when that feature was added to pdftex so maybe soemthing got lost (it might also be that some ecodings work better than others, so let's assume utf)
I figured out that loading "\input spec-tst.mkii" before \setupinteraction[state=start] works as expected in MKII (but then - the backward compatibility is broken as well since one would have to load the "tex" version of that file in past). Loading it after doesn't have any influence. It would be really nice if there was some more elegant way to use UTF-8 in bookmarks than \input spec-tst.mkii. For me the bookmarks in XeTeX seem to work fine. Mojca %%% only for pdftex \enableregime [utf-8] \input spec-tst.mkii %%% \setupinteraction [state=start] \placebookmarks [chapter,section,subsection] [chapter,section] \setupinteractionscreen [option=bookmark] \starttext \section{Čisto prva} \page \section{še druga} \page \section{In žadnja} \section{Računalne mreže} \stoptext
On 15-3-2010 14:53, Mojca Miklavec wrote:
By the way, XeTeX also breaks, but in a different way. "Računalne mreže" becomes "RaÄ“unalne mreže". Same option also doesn't do anything.
MkIV works nicely, and I know I should probably be using that, but LaTeX with hyperref can do unicode bookmarks in both XeTeX and pdfTeX, so it would be really cool if ConTeXt would be able to do it as well.
Hm, i wonder what goes wrong, so can you make a test file? I was under the impression that context could do it before latex if only because it was used to test the<> entries when that feature was added to pdftex so maybe soemthing got lost (it might also be that some ecodings work better than others, so let's assume utf)
I figured out that loading "\input spec-tst.mkii" before \setupinteraction[state=start] works as expected in MKII (but then - the backward compatibility is broken as well since one would have to load the "tex" version of that file in past). Loading it after doesn't have any influence.
It would be really nice if there was some more elegant way to use UTF-8 in bookmarks than \input spec-tst.mkii.
i'll merge the tst code into the other spec files Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
2010/3/15 Hans Hagen
I figured out that loading "\input spec-tst.mkii" before \setupinteraction[state=start] works as expected in MKII (but then - the backward compatibility is broken as well since one would have to load the "tex" version of that file in past). Loading it after doesn't have any influence.
It would be really nice if there was some more elegant way to use UTF-8 in bookmarks than \input spec-tst.mkii.
i'll merge the tst code into the other spec files
Hans
Works now! Thanks! P.S. In case you want a testcase that breaks with --xtx for me, it's attached. -- Vedran Miletić
participants (3)
-
Hans Hagen
-
Mojca Miklavec
-
Vedran Miletić