[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread Wolfgang Schuster
each progressively indented in the bookmark column at the left.  However, I don't want the parts to have numbers at all, and I want the chapters to be numbered 1, 2, etc. (not 1.1, 1.2, etc.).  If I ever go live with ConTeXt, the sections won't have any numbers at all (and I can see how to set t

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread John Was
e trouble. > > > > The other thing is: If you don’t want to place the part title manually, > you can actually show the part title with \setuphead[part][placehead=yes] > > > > %%% > > > > \setupinteraction > > [st

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread Duncan Hothersall
tartsection >> >> >> >> *Von:* denisma...@mailbox.org >> *Gesendet:* Freitag, 4. Juli 2025 13:12 >> *An:* 'mailing list for ConTeXt users' >> *Betreff:* AW: [NTG-context] Bookmark hierarchy >> >> >> >> Have you tried \setuphea

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread Denis Maier via ntg-context
=start] \setupinteractionscreen [option=bookmark] \placebookmarks[part,chapter,section] \setuphead[part][number=no] \starttext \part[title=Introduction,bookmark=Introduction,number=off] % number=off does not work INTRODUCTION \part[title=PART II,bookmark=Part II,number=no

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread John Was
, 4 Jul 2025 at 12:20, Denis Maier via ntg-context wrote: > Also, \startpart is listed on this page: > https://wiki.contextgarden.net/Command/_startsection > > > > *Von:* denisma...@mailbox.org > *Gesendet:* Freitag, 4. Juli 2025 13:12 > *An:* 'mailing list for Co

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread Denis Maier via ntg-context
Also, \startpart is listed on this page: https://wiki.contextgarden.net/Command/_startsection Von: denisma...@mailbox.org Gesendet: Freitag, 4. Juli 2025 13:12 An: 'mailing list for ConTeXt users' Betreff: AW: [NTG-context] Bookmark hierarchy Have you tried \setuphead[part]

[NTG-context] Re: Bookmark hierarchy

2025-07-04 Thread Denis Maier via ntg-context
Have you tried \setuphead[part][number=no]? Von: John Was Gesendet: Freitag, 4. Juli 2025 13:00 An: mailing list for ConTeXt users Betreff: [NTG-context] Bookmark hierarchy Hello. I'm still in the newbie category with ConTeXt, and am getting to grips with bookmarking of PDF

[NTG-context] Bookmark hierarchy

2025-07-04 Thread John Was
Hello. I'm still in the newbie category with ConTeXt, and am getting to grips with bookmarking of PDFs for the first time ever. The following example gives the correct hierarchy of subordinated bookmarks - part, chapter, and section, each progressively indented in the bookmark column at the

Re: [NTG-context] bookmark expansion again

2019-05-28 Thread Pablo Rodriguez
On 5/27/19 8:46 PM, Wolfgang Schuster wrote: > [...] > You can try >     \setuphead[section][expansion=yes] Many thanks for your reply, Wolfgang. This is exactly what I needed. I promise I checked it (with "expansion=xml" mainly) and I saw no real expansion. But I missed something, since it wo

Re: [NTG-context] bookmark expansion again

2019-05-27 Thread Wolfgang Schuster
] \starttext \section{\MyContent} \startsection[title=\MyContent, bookmark=\MyContent] \stopsection \stoptext I see that now PDF contents are prerolled by default (which I think it is a great idea [I hope it isn’t a bug]). But bookmarks alone (when aren’t prerolled. From strc

[NTG-context] bookmark expansion again

2019-05-27 Thread Pablo Rodriguez
[title=\MyContent, bookmark=\MyContent] \stopsection \stoptext I see that now PDF contents are prerolled by default (which I think it is a great idea [I hope it isn’t a bug]). But bookmarks alone (when aren’t prerolled. From strc-sec.mkiv, I see that prerolling is only applied to

[NTG-context] no bookmark prerollling in bookmark option

2019-05-23 Thread Pablo Rodriguez
] \stopsection \startsection[title=\MyContent, bookmark=\MyContent] \stopsection \stoptext Bookmarks aren’t prerolled when the bookmark option from \startSECTION is used. I think it may be a bug. Could anyone confirm it? Many thanks for your help, Pablo -- http://www.ousia.tk

Re: [NTG-context] Wrong bookmark for TOC

2016-09-04 Thread Henri Menke
On 09/04/2016 07:28 PM, Wolfgang Schuster wrote: >> Henri Menke <mailto:henrime...@gmail.com> >> 4. September 2016 um 13:28 >> Dear list, >> >> when I specify that titles should be added to the bookmarks, the text of the >> bookmark is somewhat wron

Re: [NTG-context] Wrong bookmark for TOC

2016-09-04 Thread Wolfgang Schuster
Henri Menke <mailto:henrime...@gmail.com> 4. September 2016 um 13:28 Dear list, when I specify that titles should be added to the bookmarks, the text of the bookmark is somewhat wrong. The heading of the table of contents is »Contents«, so I expect this to appear as bookmark. Unfortu

[NTG-context] Wrong bookmark for TOC

2016-09-04 Thread Henri Menke
Dear list, when I specify that titles should be added to the bookmarks, the text of the bookmark is somewhat wrong. The heading of the table of contents is »Contents«, so I expect this to appear as bookmark. Unfortunately, the bookmark read »content« (all lowercase and singular). MWE is

[NTG-context] issue with bookmark for sections

2016-04-21 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A5] \setupinteraction[state=start, focus=standard] \startsetups[placelist:section] \start \setupinterlinespace [line=2.8ex] \placelist [section] [alternative=d, pagenumber

Re: [NTG-context] wrong bookmark destinations in PDF files

2014-03-29 Thread Pablo Rodriguez
On 03/27/2014 08:07 PM, Hans Hagen wrote: > On 3/27/2014 7:13 PM, Pablo Rodriguez wrote: >> Hans, >> >> I’m afraid that bookmark destinations are wrong in latest beta from >> 2014.03.25 16:58. >> [...] > > fixed (hopefully) Many thanks for the fast fix, H

Re: [NTG-context] wrong bookmark destinations in PDF files

2014-03-27 Thread Hans Hagen
On 3/27/2014 7:13 PM, Pablo Rodriguez wrote: Hans, I’m afraid that bookmark destinations are wrong in latest beta from 2014.03.25 16:58. Here you have the minimal sample (that I copied from source): \nopdfcompression \starttext \setupinteraction[state=start]\setupinteractionscreen[option

[NTG-context] wrong bookmark destinations in PDF files

2014-03-27 Thread Pablo Rodriguez
Hans, I’m afraid that bookmark destinations are wrong in latest beta from 2014.03.25 16:58. Here you have the minimal sample (that I copied from source): \nopdfcompression \starttext \setupinteraction[state=start]\setupinteractionscreen[option=bookmark] \placebookmarks[chapter,section

Re: [NTG-context] bookmark linebreak and indentation

2013-01-04 Thread Wolfgang Schuster
Am 04.01.2013 um 10:56 schrieb ShcO : > dear list, > > i have two problem need your help > 1. if use \\, there will show a '\' in bookmark, how to ignore it. > 2. if use \midaligned, the next pargraph's indentation will not work > properly. there is no problem

[NTG-context] bookmark linebreak and indentation

2013-01-04 Thread ShcO
dear list, i have two problem need your help 1. if use \\, there will show a '\' in bookmark, how to ignore it. 2. if use \midaligned, the next pargraph's indentation will not work properly. there is no problem with using \startalignment[middle]. ex: \setupinteract

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-28 Thread luigi scarso
On Tue, Feb 28, 2012 at 9:19 AM, Steffen Wolfrum wrote: > > Am 27.02.2012 um 23:21 schrieb Hans Hagen: > >> On 25-2-2012 10:32, Steffen Wolfrum wrote: >>> Hi, >>> >>> is there a chance that this problem can be solved within the next days (the >>> publishers won't wait too long for the working PDF

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-28 Thread Steffen Wolfrum
Am 27.02.2012 um 23:21 schrieb Hans Hagen: > On 25-2-2012 10:32, Steffen Wolfrum wrote: >> Hi, >> >> is there a chance that this problem can be solved within the next days (the >> publishers won't wait too long for the working PDF). >> >> Sorry for being persistent, > > I have to catch up aft

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-27 Thread Hans Hagen
On 25-2-2012 10:32, Steffen Wolfrum wrote: Hi, is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF). Sorry for being persistent, I have to catch up after a week of flu and have some deadlines to catch as well. Going

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-25 Thread Steffen Wolfrum
Hi, is there a chance that this problem can be solved within the next days (the publishers won't wait too long for the working PDF). Sorry for being persistent, Steffen Am 23.02.2012 um 09:53 schrieb Steffen Wolfrum: > Hi Hans > > I managed to narrow down my example to just one bibliography,

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread Steffen Wolfrum
Am 23.02.2012 um 15:48 schrieb Philipp Gesang: > On 2012-02-23 14:45, Steffen Wolfrum wrote: >> I ran the resulting PDF (attached) with every PDF reader on Mac and Windows >> ... and all results were the same: >> no link for bookmark FIVE, SIX, SEVEN. > > Confirmed f

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread Philipp Gesang
On 2012-02-23 14:45, Steffen Wolfrum wrote: > I ran the resulting PDF (attached) with every PDF reader on Mac and Windows > ... and all results were the same: > no link for bookmark FIVE, SIX, SEVEN. Confirmed for version 2012-01-16/Linux x64 with Okular. (Current beta seems fin

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread luigi scarso
On Thu, Feb 23, 2012 at 2:45 PM, Steffen Wolfrum wrote: > > Am 23.02.2012 um 14:19 schrieb luigi scarso: > >> On Thu, Feb 23, 2012 at 9:53 AM, Steffen Wolfrum >> wrote: >>> Hi Hans >>> >>> I managed to narrow down my example to just one bibliography, no index, no >>> register, nothing fancy. >>

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread Steffen Wolfrum
ple with a pre-Feb.2012 version (say 2012.01.16), then the >> bookmarks FIVE, SIX and SEVEN do not >work. > > They seems ok with AdobeReader 9.4 on linux. You must be joking?! I ran the resulting PDF (attached) with every PDF reader on Mac and Windows ... and all results were the sa

Re: [NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread luigi scarso
On Thu, Feb 23, 2012 at 9:53 AM, Steffen Wolfrum wrote: > Hi Hans > > I managed to narrow down my example to just one bibliography, no index, no > register, nothing fancy. > If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the > bookmarks FIVE, SIX and SEVEN do not >work.

[NTG-context] solution for missing bookmark (minimal example)

2012-02-23 Thread Steffen Wolfrum
Hi Hans I managed to narrow down my example to just one bibliography, no index, no register, nothing fancy. If I run this example with a pre-Feb.2012 version (say 2012.01.16), then the bookmarks FIVE, SIX and SEVEN do not work. If you run this minimal example with all your tracing magic, can't

Re: [NTG-context] Wrong bookmark for publications list

2011-12-09 Thread Hans Hagen
On 9-12-2011 20:53, Marco wrote: On 2011-12-09 Hans Hagen wrote: On 8-12-2011 11:24, Marco wrote: There is an inconsistency concerning the bookmarks for the publications list. It generates the section head “References”, but the PDF bookmark “pubs”. \setupinteraction [state=start

Re: [NTG-context] Wrong bookmark for publications list

2011-12-09 Thread Marco
On 2011-12-09 Hans Hagen wrote: > On 8-12-2011 11:24, Marco wrote: > > There is an inconsistency concerning the bookmarks for > > the publications list. It generates the section head > > “References”, but the PDF bookmark “pubs”. > > > &g

Re: [NTG-context] Wrong bookmark for publications list

2011-12-09 Thread Hans Hagen
On 8-12-2011 11:24, Marco wrote: There is an inconsistency concerning the bookmarks for the publications list. It generates the section head “References”, but the PDF bookmark “pubs”. \setupinteraction [state=start] \placebookmarks \starttext this is because the title is derived

[NTG-context] Wrong bookmark for publications list

2011-12-08 Thread Marco
There is an inconsistency concerning the bookmarks for the publications list. It generates the section head “References”, but the PDF bookmark “pubs”. \setupinteraction [state=start] \placebookmarks \starttext % generates bookmark ”pubs” \completepublications % workaround

Re: [NTG-context] incrementnumber and bookmark

2010-06-23 Thread Hans Hagen
On 23-6-2010 9:37, Alan BRASLAU wrote: On the subject of bookmarks, I have not been able to see (looking at the code) how to add the numbers to the bookmark list, as in the LaTeX hyperref option: \usepackage[bookmarksnumbered=true]{hyperref} i have no time now to add them (not hard to do

Re: [NTG-context] incrementnumber and bookmark

2010-06-23 Thread Alan BRASLAU
On Wednesday 23 June 2010 09:10:17 Peter Münster wrote: > Hello, > > What is the relationship between "incrementnumber" and bookmarks? > > I don't get the desired bookmark here: > > \setupinteraction[state=start] > \setupinteractionscreen[option=bookmark

[NTG-context] incrementnumber and bookmark

2010-06-23 Thread Peter Münster
Hello, What is the relationship between "incrementnumber" and bookmarks? I don't get the desired bookmark here: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[title] \starttext \starttitle[title=Test title] bla \stoptitle \stoptext But w

Re: [NTG-context] bookmark for index

2010-05-20 Thread Hans Hagen
On 20-5-2010 7:33, Matthias Weber wrote: is there a mk2 solution as well? no, well, you could do macro magic like \unexpanded\def\mybookmarktitle{\firstofoneargument} \unexpanded\def\mybookmarktitle{\secondofoneargument} \title{\mybookmarktitle{Index}{INDEX}} with the right definition at th

Re: [NTG-context] bookmark for index

2010-05-20 Thread Matthias Weber
Thanks Hans, is there a mk2 solution as well? Matthias On May 20, 2010, at 1:01 PM, Hans Hagen wrote: On 20-5-2010 6:01, Matthias Weber wrote: Dear all, \completeindex creates the bookmark "index" . I'd like to have the capitalized version Index. Is there a way

Re: [NTG-context] bookmark for index

2010-05-20 Thread Hans Hagen
On 20-5-2010 6:01, Matthias Weber wrote: Dear all, \completeindex creates the bookmark "index" . I'd like to have the capitalized version Index. Is there a way to change that? \startchapter[title=Index,bookmark=TITLE] \placeregister[inde

[NTG-context] bookmark for index

2010-05-20 Thread Matthias Weber
Dear all, \completeindex creates the bookmark "index" . I'd like to have the capitalized version Index. Is there a way to change that? Thanks, Matthias ___ If your question is of interest to

Re: [NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-13 Thread luigi scarso
On Tue, Mar 10, 2009 at 1:44 PM, Nikolai Weibull wrote: > Hi! > > Long time no post.  Anyway, I’m writing a document where I’m using > abbreviations.  In neither --lua nor --xtx do I get a list of > abbreviations with \completelistofabbreviations.  The bookmark text is > \headt

Re: [NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-13 Thread Nikolai Weibull
On Tue, Mar 10, 2009 at 13:44, Nikolai Weibull wrote: > In neither --lua nor --xtx do I get a list of > abbreviations with \completelistofabbreviations.  The bookmark text is > \headtext {abbreviations} for both. Can I at least get an acknowledgement that this is a problem with LuaTeX

[NTG-context] Incorrect bookmark title of \completelistofabbreviations and no abbreviations are listed

2009-03-10 Thread Nikolai Weibull
Hi! Long time no post. Anyway, I’m writing a document where I’m using abbreviations. In neither --lua nor --xtx do I get a list of abbreviations with \completelistofabbreviations. The bookmark text is \headtext {abbreviations} for both. With --pdf I get a list of abbreviations and the

[NTG-context] [***SPAM***] How to add pdf bookmark without adding it to the content?

2009-01-15 Thread Andrey Riabushenko
I have tried many ways \bookmark[section]{Bookmark text} seems to add bookmark twice and it is also appears in the table of contents which is strange. I have prepared a small example that demonstrates the problem \setupinteraction [state=start] \setupinteractionscreen [option=bookmark

Re: [NTG-context] last bookmark is wrong

2008-06-07 Thread Hans Hagen
Peter Münster wrote: > Hello, > > The last bookmark is s3 instead of b3 (MKII and MKIV): > > \setupinteraction[state=start] > \placebookmarks[section] > \starttext > \section{s1}\bookmark{b1} > \section{s2}\bookmark{b2} > \section{s3}\bookmark{b3} \the\everpar

Re: [NTG-context] last bookmark is wrong

2008-06-07 Thread Hans Hagen
Peter Münster wrote: > On Sat, Jun 07 2008, Taco Hoekwater wrote: > >>> The last bookmark is s3 instead of b3 (MKII and MKIV): >>> >>> \setupinteraction[state=start] >>> \placebookmarks[section] >>> \starttext >>> \section{s1}\bookmark

Re: [NTG-context] last bookmark is wrong

2008-06-07 Thread Taco Hoekwater
Peter Münster wrote: >> That is because there is no text at all following the last bookmark, >> so hopefully this buglet will not affect any finished documents. > > Ok, here comes a better example: I did not say there was no bug, just that it is unlikely to be hit ;-) The \book

Re: [NTG-context] last bookmark is wrong

2008-06-07 Thread Peter Münster
On Sat, Jun 07 2008, Taco Hoekwater wrote: > > The last bookmark is s3 instead of b3 (MKII and MKIV): > > > > \setupinteraction[state=start] > > \placebookmarks[section] > > \starttext > > \section{s1}\bookmark{b1} > > \section{s2}\bookmark{b2} &

Re: [NTG-context] last bookmark is wrong

2008-06-07 Thread Taco Hoekwater
Peter Münster wrote: > Hello, > > The last bookmark is s3 instead of b3 (MKII and MKIV): > > \setupinteraction[state=start] > \placebookmarks[section] > \starttext > \section{s1}\bookmark{b1} > \section{s2}\bookmark{b2} > \section{s3}\bookmark{b3} > \stoptext Th

[NTG-context] last bookmark is wrong

2008-06-07 Thread Peter Münster
Hello, The last bookmark is s3 instead of b3 (MKII and MKIV): \setupinteraction[state=start] \placebookmarks[section] \starttext \section{s1}\bookmark{b1} \section{s2}\bookmark{b2} \section{s3}\bookmark{b3} \stoptext Cheers, Peter -- http://pmrb.free.fr/contact

Re: [NTG-context] Bookmark question

2008-02-11 Thread WN
Your solution works, but now I have to rewrite my carefully crafted environment and setups. I rather wish your solution works within the start/stop frontmatter construct. Is this possible ? Kind regards Wim WN wrote: This is what I would like to do \startfrontmatter \bookmark[chapter

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
Hans Hagen wrote: >> That looks good, but why? Does \complexbookmark only work to >> overrule a yet-to-come sectioning command? > > no, the previous one (bookmarks are flushed in everypar) > > in this case the \complete... has a \chapter so the bookmark influences >

Re: [NTG-context] Bookmark question

2008-02-06 Thread Hans Hagen
Taco Hoekwater wrote: > Hans Hagen wrote: >> WN wrote: >>> This is what I would like to do >>> >>> \startfrontmatter >>> \bookmark[chapter]{Inhoudsopgave} >>> \completecontent[partnumber=no] >>> \page >>> \bookm

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
Hans Hagen wrote: > WN wrote: >> This is what I would like to do >> >> \startfrontmatter >> \bookmark[chapter]{Inhoudsopgave} >> \completecontent[partnumber=no] >> \page >> \bookmark[chapter]{Lijst van figuren} >> \completelistoffigures[par

Re: [NTG-context] Bookmark question

2008-02-06 Thread Hans Hagen
WN wrote: > > This is what I would like to do > > \startfrontmatter > \bookmark[chapter]{Inhoudsopgave} > \completecontent[partnumber=no] > \page > \bookmark[chapter]{Lijst van figuren} > \completelistoffigures[partnumber=no] > \stopfrontmatter > \start

Re: [NTG-context] Bookmark question

2008-02-06 Thread WN
This is what I would like to do \startfrontmatter \bookmark[chapter]{Inhoudsopgave} \completecontent[partnumber=no] \page \bookmark[chapter]{Lijst van figuren} \completelistoffigures[partnumber=no] \stopfrontmatter \startbodymatter \component chapter01 \component chapter02 ... \stopbodymatter

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
WN wrote: I think chapter titles are supposed appear automatically in the bookmarks, no need for an explicit \bookmark. True enough. But should they appear twice ? I want a custom bookmark for the table of contents and list of figures, so I used \bookmark[chapter] to include these (once not

Re: [NTG-context] Bookmark question

2008-02-06 Thread WN
Taco Hoekwater wrote: WN wrote: Hi, When I use \bookmark[chapter]{Some bookmark} the bookmark appears twice in the list of bookmarks but the bookmark also appears twice in the Table of Contents. I think chapter titles are supposed appear automatically in the bookmarks, no need for

Re: [NTG-context] Bookmark question

2008-02-06 Thread Taco Hoekwater
WN wrote: > Hi, > > When I use \bookmark[chapter]{Some bookmark} the bookmark appears twice > in the list of bookmarks > but the bookmark also appears twice in the Table of Contents. I think chapter titles are supposed appear automatically in the bookmarks, no need for an exp

[NTG-context] Bookmark question

2008-02-05 Thread WN
Hi, When I use \bookmark[chapter]{Some bookmark} the bookmark appears twice in the list of bookmarks but the bookmark also appears twice in the Table of Contents. Is this a known problem/bug or is there something I should do ? I am using ConTeXt ver: 2008.02.01 17:25 MKII fmt: 2008.2.4 int

[NTG-context] Pdf bookmark

2008-02-04 Thread WN
Hi, When I use \bookmark[chapter]{Some bookmark} the bookmark appears twice in the list of bookmarks but the bookmark also appears twice in the Table of Contents. Is this a known problem/bug or is there something I should do ? I am using ConTeXt ver: 2008.02.01 17:25 MKII fmt: 2008.2.4 int

[NTG-context] bookmark, underscore bug?

2007-04-05 Thread Rick Rajter
ipedia.org/wiki/ Image:Acroread.png image if you're not sure what exactly the bookmarks are in a pdf format) If I use the simple example \setupinteraction[state=start] \placebookmarks[chapter,section,subsection] \setupinteractionscreen[option=bookmark] \starttext \chapter{One} \section{d

Re: [NTG-context] Index and bookmark problem

2006-12-01 Thread Aditya Mahajan
On Fri, 1 Dec 2006, Wim Neimeijer wrote: > Hi, > > I get an error when I use bookmarks in combination with indexed keywords in > chapter/section > like the example below. When I comment out the \placebookmarks, things seem > to work. > Is this behavior to be expected or is there a workaround/sol

[NTG-context] Index and bookmark problem

2006-12-01 Thread Wim Neimeijer
% \setupinteraction[state=start] \placebookmarks[chapter] \setupinteractionscreen[option=bookmark] \starttext \chapter{Affiene connectie en affiene \index{geodeten}geodeten} \section{Inleiding} \index{Ruimtetijd} Ruimtetijd is een vierdimensionale differentieerbare vari\"eteit. In de vorige parag

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread Hans Hagen
VnPenguin wrote: On Mon, 27 Dec 2004 16:33:45 +0100, Hans Hagen <[EMAIL PROTECTED]> wrote: VnPenguin wrote: How to try it ? I added a line "\PDFunicodetrue" at top of my code and the problem is still here :( of course one can also extend enco-pdf to map characters to accentless ones Hans -

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread Hans Hagen
t reader 5.0.10 (Linux). actually i can get it working on my machine, but i need to tweak the pdf file it seems that i commented some code because pdftex lacks a feature -) i'll send you a pdf file; let's get thanh in the loop

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread VnPenguin
On Mon, 27 Dec 2004 16:33:45 +0100, Hans Hagen <[EMAIL PROTECTED]> wrote: > VnPenguin wrote: > > > > How to try it ? I added a line "\PDFunicodetrue" at top of my code and > > the problem is still here :( > > can you make me a small example file ? Sure, here is my example: http://people.vnoss.or

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread Hans Hagen
VnPenguin wrote: How to try it ? I added a line "\PDFunicodetrue" at top of my code and the problem is still here :( can you make me a small example file ? Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread VnPenguin
On Mon, 27 Dec 2004 14:58:54 +0100, Hans Hagen <[EMAIL PROTECTED]> wrote: > VnPenguin wrote: > > Hi all, > > I have problem with bookmark when I use Vietnamese UTF-8 input encoding. > > By using \placebookmarks[chapter,section] I got a bookmark with TeX > > c

Re: [NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread Hans Hagen
VnPenguin wrote: Hi all, I have problem with bookmark when I use Vietnamese UTF-8 input encoding. By using \placebookmarks[chapter,section] I got a bookmark with TeX codes in chapter and section names instead of UTF-8 string like in document. (see the shot http://people.vnoss.org/~vnpenguin/pub

[NTG-context] bookmark & UTF-8 accented characters

2004-12-27 Thread VnPenguin
Hi all, I have problem with bookmark when I use Vietnamese UTF-8 input encoding. By using \placebookmarks[chapter,section] I got a bookmark with TeX codes in chapter and section names instead of UTF-8 string like in document. (see the shot http://people.vnoss.org/~vnpenguin/pub/bookmark.png). In

[NTG-context] Bookmark question -- solved, apologize

2003-10-06 Thread Michal Kvasnicka
Good evening. I apologize for my last question. I solved as soon as I posted the question. I tried the primitive solution {\catcode`\"=12 \placebookmarks[chapter,title,somestuff,section,subsection] } And it works! Apologize again. Michal Kvasnicka ___