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] Placing extra bookmarks?

2020-12-01 Thread Bruce Horrocks
On 1 Dec 2020, at 16:37, Henning Hraban Ramm wrote: > >> Am 01.12.2020 um 15:36 schrieb Bruce Horrocks : >> >> I have \placebookmarks[chapter] in my doc and all is fine except that I'd >> like to force an extra bookmark at the top of the list that jumps to the

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

[NTG-context] Correct usage of \placebookmarks

2018-01-18 Thread Lars
tate=start] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][force=yes] \starttext   \bookmark[Marks]{Bookmark one}   \input tufte   \page   \bookmark[Marks]{Bookmark two}   \input knuth \stoptext Yet CTX doesn't create bookmarks in that case. I first have

Re: [NTG-context] upload

2022-12-21 Thread Pablo Rodriguez via ntg-context
one global) close source> level 1, order 4, name 'xml-context.tex' system > processing as xml: ./xml-context.xml xml > core > ignoring public entities 'html' as '-//W3C//DTD XHTML 1.0 Transitional//EN' from 'http://www.w3.org/TR/xhtml1

Re: [NTG-context] Fwd: Correct usage of \placebookmarks

2018-01-25 Thread Henri
> Am I being ignored personally here? Why so impatient?  I was once bumping a thread for half a year with until Hans fixed it. It there any reason not to use a head? \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[Marks][Marks][force=yes] \defineh

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] Fwd: Correct usage of \placebookmarks

2018-01-25 Thread Lars
to create bookmarks. So my MWE looks the following: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][force=yes] \starttext   \bookmark[Marks]{Bookmark one}   \input tufte   \page   \bookmark[Marks]{Bookmark two}   \i

[NTG-context] Fwd: Correct usage of \placebookmarks

2018-01-23 Thread Lars
o create a multipage document *without* heads (title, chapter, etc) but only text. Yet I would like to create bookmarks. So my MWE looks the following: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[Marks] \placebookmarks[Marks][Marks][force=yes] \starttext  

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

Re: [NTG-context] bookmarks using linebreaks in chapter titles

2006-11-03 Thread Sanjoy Mahajan
1, as in \chapter{Long\hfil\break title}, then >> it's mostly fine except that the bookmark has "hfil penalty ..." > Usual way is > \appendtoks\def\1{}\to\simplifiedcommands Thanks, that's useful (and now I found it elsewhere in the wiki). > > One solution is

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] Widgets color option not working with Mark IV

2011-01-29 Thread Reviczky, Adam
an I also ask you about another issue I have quite a while now, but it wasn't really that important. If I want to specify a custom text for a PDF-Bookmark it always get set for the bookmark one level up. Here's a small example: % start of example \setupinteraction[sta

[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

[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

[NTG-context] Re: pdf bookmarks

2005-06-08 Thread Brigitte und Stefan Bunzel
Hi, I noted a strange effect with the pdf bookmarks. With this source: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definelist[level1] \setuplist[level1] %%[coupling=off] \placebookmarks[level1] \starttext Hi. \bookmark[level1]{A bookmark at level1} Hello on first

[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 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 bookmarks appear twice

2008-12-31 Thread Andrey Riabushenko
I have found similar issue was discussed in this list, but it doesn't contain a suitable solution for me These command work just fine to add bookmark for every part, chapter and etc. \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks [part,chapter,se

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] Fwd: Correct usage of \placebookmarks

2018-01-26 Thread Lars
en using third-party software to create bookmarks. Yet I'd like to keep my working environment as minimaistic as possible (editor, CTX). I'd love to believe that CTX is powerful enough to achieve that goal. \setupinteraction[state=start] \setupinteractionscreen[option=bookmark]

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-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] Creating PDF Bookmarks

2010-07-20 Thread Steffen Wolfrum
Am 06.04.2010 um 09:35 schrieb Hans Hagen: > On 6-4-2010 1:57, marfin wrote: >> I am looking for additional bookmarks but \bookmark[…]{…} has no effect >> (mkiv). What is going wrong? >> >> >> >> \setupinteraction [state=start] >> \setupinteracti

[NTG-context] Placing arbitrary pdf bookmarks

2014-03-22 Thread Jean-Philippe Rey
ding,aisle] \starttext \bookmark[building]{B1} \bookmark[aisle]{A1} Sticker 1 Sticker 2 \page \bookmark

[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] 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] PDF Bookmarks on unnumbered subjects/titles etc

2011-01-09 Thread Florian Wobbe
Dear Wolfgang, 3 years ago, you wrote: >> [...] >> \setupinteraction[state=start] >> \placebookmarks[chapter] >> \setupinteractionscreen[option=bookmark] >> \starttext >> \chapter{some chapter} >> \bookmark{a title} >> some text >> \stoptext

Re: [NTG-context] Placing extra bookmarks?

2020-12-02 Thread Bruce Horrocks
bookmarks[chapter] in my doc and all is fine except that I'd >>>> like to force an extra bookmark at the top of the list that jumps to the >>>> cover page. However there is no chapter title, or other built in style on >>>> the cover. >>>> >&g

Re: [NTG-context] nomarking function in MKIV

2010-06-30 Thread Alan BRASLAU
> > \setupinteraction[state=start] > \placebookmarks[all] > \setupfootertexts[chapter] > \starttext > \completecontent > \startchapter[title=long, list=short, bookmark=bookmark, marking=footer] > bla > \stopchapter > \stoptext > > Cheers, Peter Three points: (1) \setup

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 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] PDF Bookmarks on unnumbered subjects/titles etc

2007-12-12 Thread Wolfgang Schuster
tp://wiki.contextgarden.net/PDF_Bookmarks_and_Headers > > \setupinteraction[state=start] > \placebookmarks[chapter] > \setupinteractionscreen[option=bookmark] > \starttext > \chapter{some chapter} > \bookmark{a title} > some text > \stoptext > > The above example correctly genera

[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] 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] 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] bookmarks using linebreaks in chapter titles

2006-11-03 Thread Hans Hagen
Sanjoy Mahajan wrote: > > Now for the two possible bugs. > > 1. An empty chapter breaks \bookmark: > > > \setupinteraction[state=start] > \placebookmarks[chapter] > \setupinteractionscreen[option=bookmark

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

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] Bookmarks

2010-05-21 Thread Andreas Harder
title[title=Inhaltsverzeichnis,bookmark=Inhaltsverzeichnis] \placecombinedlist[content] \stoptitle \startchapter[title=Kapitel Eins,bookmark=Erstes Kapitel] \input tufte \stopchapter \startchapter[title=Kapitel Zwei,bookmark=Zweites Kapitel] \input tufte \stopchapter \startchapter[title=Kapitel

Re: [NTG-context] unusable PDF bookmarks

2010-07-20 Thread Wolfgang Schuster
Am 20.07.10 12:07, schrieb Steffen Wolfrum: Am 28.06.2010 um 17:00 schrieb hans.ha...@ntg.nl: On Monday 28/06/2010 at 4:50 am, Steffen Wolfrum wrote: is there a way to avoid bookmark entries like this? With language is german and encoding utf8 MkII compiles this ... \section{Test~–~Nummer

Re: [NTG-context] macro expansion in bookmarks

2004-06-16 Thread Hans Hagen Outside
Peter Münster wrote: Hello, is there a switch to turn on macro expansion in bookmarks? Here an example, to show what I mean: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definesynonyms[Acro][acronymes][\Full] \Acro{ST}{some text} \placebookmarks[section] \starttext

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

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] pdf bookmarks

2005-05-05 Thread John R. Culleton
gt; > >> I can produce bookmarks but I am unable to get any hierarchy of > >> bookmarks such that chapters can just be displayed initially and then > >> the > >>sections open up. > > > > With > > > > \placebookmarks[

[NTG-context] Placing extra bookmarks?

2020-12-01 Thread Bruce Horrocks
I have \placebookmarks[chapter] in my doc and all is fine except that I'd like to force an extra bookmark at the top of the list that jumps to the cover page. However there is no chapter title, or other built in style on the cover. I tried inserting \bookmark[chapter]{The Cover} but no

Re: [NTG-context] Placing extra bookmarks?

2020-12-01 Thread Henning Hraban Ramm
> Am 01.12.2020 um 15:36 schrieb Bruce Horrocks : > > I have \placebookmarks[chapter] in my doc and all is fine except that I'd > like to force an extra bookmark at the top of the list that jumps to the > cover page. However there is no chapter title, or other built in s

Re: [NTG-context] Creating PDF Bookmarks

2010-04-06 Thread Hans Hagen
On 6-4-2010 1:57, marfin wrote: I am looking for additional bookmarks but \bookmark[…]{…} has no effect (mkiv). What is going wrong? \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks[chapter,section][chapter,section] \starttext \bookmark[chapter]{TOC

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] \startchapter

2009-09-14 Thread Bernd Militzer
Hallo Hans, please have a look at my testfile: % <--- snip \setupcolors[state=start] \setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section,subsection] \setupinteractionscreen[option=bookmark] % \starttext % \placelist[chapter,section][criterium=

[NTG-context] Creating PDF Bookmarks

2010-04-05 Thread marfin
I am looking for additional bookmarks but \bookmark[…]{…} has no effect (mkiv). What is going wrong? \setupinteraction [state=start] \setupinteractionscreen [option=bookmark] \placebookmarks[chapter,section][chapter,section] \starttext \bookmark[chapter]{TOC} \title{Table of contents

[NTG-context] bookmarks: frontpart, bodypart, etc. ???

2013-11-07 Thread Alan BRASLAU
Hello, The bookmark mechanism has changed in a very recent beta and now \startfrontmatter \stopfrontmatter \startbodymatter \stopbodymatter \startappendices \stopappendices \startbackmatter \stopbackmatter ALL now add bookmarks to the PDF document??? This is VERY strange! I am using

[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

[NTG-context] PDF Bookmarks on unnumbered subjects/titles etc

2007-12-11 Thread mir_ctx
[chapter] \setupinteractionscreen[option=bookmark] \starttext \chapter{some chapter} \bookmark{a title} some text \stoptext The above example correctly generates bookmarks in the PDF. I can't, however, get the same thing to work when using \subject. Even explicitly placing bookmarks with \boo

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

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

Re: [NTG-context] new structure code

2009-04-24 Thread Hans Hagen
ct{caption}{Foo.}{Foo. Bar, Baz}} {...} \stoptext ah .. you always surprise me .. i'd even forgot about that one upcoming structure code will provide \startchapter[label=...,title={...},bookmark={...},mark={...},list={...},reference={...}] You anticipated my next question! This is gr

Re: [NTG-context] labeltext via lua

2017-02-17 Thread Andreas Schneider
Am 2017-02-16 17:13, schrieb Hans Hagen: On 2/16/2017 3:06 PM, Andreas Schneider wrote: `context.labeltext` would immediately print the label, so I cannot use the value within lua. My workaround would be a crossover between lua and tex, but that results in the bookmark having the wrong label

Re: [NTG-context] Widgets color option not working with Mark IV

2011-01-30 Thread Hans Hagen
! In the meantime, can I also ask you about another issue I have quite a while now, but it wasn't really that important. If I want to specify a custom text for a PDF-Bookmark it always get set for the bookmark one level up. yes, that hos it is supposed to work use \startchapter[title={...

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] unusable PDF bookmarks

2010-07-20 Thread Steffen Wolfrum
Am 28.06.2010 um 17:00 schrieb hans.ha...@ntg.nl: > On Monday 28/06/2010 at 4:50 am, Steffen Wolfrum wrote: >> >> is there a way to avoid bookmark entries like this? >> >> >> With language is german and encoding utf8 MkII compiles this ... >&g

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

[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

[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] bookmarks problems

2004-12-13 Thread Christopher Creutzig
bookmark different from a chapter title, if that title is not followed by text, but directly by a \section command. Whether I place \bookmark in front of or behind the \chapter command, it affects the next section command with text behind it. \setupinteraction[state=start] \placebookmarks[chapter

Re: [NTG-context] bookmarks: frontpart, bodypart, etc. ???

2013-11-07 Thread pol stra
Le jeudi 7 novembre 2013, 10:00:00 Alan BRASLAU a écrit : > Hello, > > The bookmark mechanism has changed in a very recent beta and now > \startfrontmatter \stopfrontmatter > \startbodymatter \stopbodymatter > \startappendices \stopappendices > \startbackmatter \stopbac

Re: [NTG-context] Expansion of date inside \section

2016-06-19 Thread Hans Hagen
spect that there must be some trivial hack to prevent me from getting my sections labeled date[y={2016},m={06},d={25}] \setupinteraction [state=start] \placebookmarks [chapter,section,subsection] [chapter,section] \setupinteractionscreen [option=bookmark] \def\generatesection#

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] Placing extra bookmarks?

2020-12-02 Thread Hans Hagen
On 12/2/2020 12:10 AM, Bruce Horrocks wrote: On 1 Dec 2020, at 16:37, Henning Hraban Ramm wrote: Am 01.12.2020 um 15:36 schrieb Bruce Horrocks : I have \placebookmarks[chapter] in my doc and all is fine except that I'd like to force an extra bookmark at the top of the list that jum

Re: [NTG-context] new structure code

2009-04-24 Thread Kevin D. Robbins
ector[caption][max=2,n=2] >> >> \starttext >> >> \start >> \setupselector[caption][n=1] >> \completelistoftables >> \stop >> >> \placetable >> {\select{caption}{Foo.}{Foo. Bar, Baz}} >> {...} >> >> \stoptext >>

Re: [NTG-context] bookmarks: frontpart, bodypart, etc. ???

2013-11-07 Thread Hans Hagen
On 11/7/2013 10:00 AM, Alan BRASLAU wrote: Hello, The bookmark mechanism has changed in a very recent beta and now \startfrontmatter \stopfrontmatter \startbodymatter \stopbodymatter \startappendices \stopappendices \startbackmatter \stopbackmatter ALL now add bookmarks to the PDF document

[NTG-context] Short question regarding PDF bookmarks

2008-04-09 Thread Dietrich Rordorf / MDPI
Hi everybody, Default setting when creating pdf bookmarks (e.g. for \section, \subsection, etc.) seems that the bookmark points to the page (it zooms out to fit the whole page), rather than only going to the referenced object: E.g. try to click on a bookmark on this pdf (365 KB): http

Re: [NTG-context] Numbered bookmarks in PDF

2008-08-27 Thread Taco Hoekwater
B. Tommy Jensen wrote: > I am struggling a bit with numbered bookmarks in generated PDF files. > > In LaTex, the HyperRef package supports the option "bookmarksnumbered = > true" which > adds the chapter numbers to the bookmark list. > > Does anybody know of a si

Re: [NTG-context] Short question regarding PDF bookmarks

2008-04-09 Thread Taco Hoekwater
Dietrich Rordorf / MDPI wrote: > Hi everybody, > > Default setting when creating pdf bookmarks (e.g. for \section, > \subsection, etc.) seems that the bookmark points to the page (it zooms > out to fit the whole page), rather than only going to the referenced > object: >

[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] Turn off interaction in some TOC levels?

2007-10-20 Thread John Culleton
=no] \setupinteraction[state=start,color=blue] \setuplist[section][alternative=f,style=bold,interaction=sectionnumber] \setuplist[subsection][alternative=f,interaction=no] \setuplist[subsubsection][alternative=a,interaction=all] The good news is that I found a handy way to bookmark just the index in

[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

Re: [NTG-context] bookmarks: frontpart, bodypart, etc. ???

2013-11-07 Thread Alan Braslau
On Thu, 7 Nov 2013 19:30:08 +0100 pol stra wrote: > Le jeudi 7 novembre 2013, 10:00:00 Alan BRASLAU a écrit : > > Hello, > > > > The bookmark mechanism has changed in a very recent beta and now > > \startfrontmatter \stopfrontmatter > > \startbodymatter \st

Re: [NTG-context] bookmarks: frontpart, bodypart, etc. ???

2013-11-07 Thread Alan Braslau
On Thu, 7 Nov 2013 16:51:40 +0100 Hans Hagen wrote: > On 11/7/2013 10:00 AM, Alan BRASLAU wrote: > > Hello, > > > > The bookmark mechanism has changed in a very recent beta and now > > \startfrontmatter \stopfrontmatter > > \startbodymatter \stopbodymatter >

Re: [NTG-context] PDF bookmarks - incorrect titles for registers

2013-11-26 Thread Hans Hagen
On 11/26/2013 8:30 PM, Jan Tosovsky wrote: Thanks for this detailed explanation. If I understand correctly, this switch is intentional and won't be applied automatically even for registers or other peculiar cases where title is specified differently/unexpectedly. the bookmark setting def

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

[NTG-context] PDF Bookmarks

2013-01-26 Thread Troy Henderson
I would like to create PDF bookmarks in my ConTeXt document, but I do not want my document arranged in "normal" chapter/sections. I know that I can do \setupinteraction[state=start] \placebookmarks[chapter,section,subsection][chapter,section] \setupinteractionscreen[option=bookmark] a

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] macro expansion in bookmarks

2004-06-21 Thread Hans Hagen
: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[section] \starttext \section{some text} % no bookmark \stoptext ConTeXt version is now 2004.6.16 ah, side effect of speed optimization -) \def\doprocessbookmarks[#1]#2% {\let\dolijstelement#2\relax

[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] Turn off interaction in some TOC levels?

2007-10-22 Thread Wolfgang Schuster
native=f,interaction=no] > \setuplist[subsubsection][alternative=a,interaction=all] > > The good news is that I found a handy way to bookmark just the index in > Acrobat Reader. I filched some code from an old Han The Thanh file: > > \pdfcatalog{/PageMode /UseOutlines}

[NTG-context] macro expansion in bookmarks

2004-06-14 Thread Peter Münster
Hello, is there a switch to turn on macro expansion in bookmarks? Here an example, to show what I mean: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \definesynonyms[Acro][acronymes][\Full] \Acro{ST}{some text} \placebookmarks[section] \starttext \section{\Full{ST

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

Re: [NTG-context] Short question regarding PDF bookmarks

2008-04-09 Thread Aditya Mahajan
On Wed, 9 Apr 2008, Dietrich Rordorf / MDPI wrote: > Hi everybody, > > Default setting when creating pdf bookmarks (e.g. for \section, > \subsection, etc.) seems that the bookmark points to the page (it zooms > out to fit the whole page), rather than only going to the referenced &g

Re: [NTG-context] Why does bookmarks show also sections

2011-03-03 Thread Alan BRASLAU
On Thursday 03 March 2011 15:20:12 Wolfgang Schuster wrote: > Am 03.03.2011 um 15:14 schrieb Cecil Westerhof: > > I use: > > \placebookmarks[chapter,section][chapter] > > \setupinteractionscreen[option=bookmark] > > > > As I understand it there should be boo

Re: [NTG-context] getmarking does not use mark?

2010-09-27 Thread Steffen Wolfrum
g”. >> >> >> >> I don't understand. >> >> In context-excursion it says ... >> >> "After the definition texts can be marked by: >> \marking[.1.]{.2.} >> .1. name .2. text >> and recalled by: >> \getmarking[.1.][.2.]&q

[NTG-context] interactive chapter titles in margin

2010-12-01 Thread Thomas Schmitz
\starttext \startchapter[title=One,bookmark=One] \dorecurse{5}{\input knuth} \stopchapter \startchapter[title=Two,bookmark=Two] \dorecurse{5}{\input tufte} \stopchapter \startchapter[title=Three,bookmark=Three] \dorecurse{5}{\input bryson} \stopchapter \stoptext Can anybody provide an idea what to

Re: [NTG-context] start/stop and sections

2007-08-22 Thread Aditya Mahajan
On Mon, 20 Aug 2007, Hans Hagen wrote: > Hi, > > There is now an experimental: > > % options : > % dodo: listtext > > \setupsectionworld > [chapter] > [before after setups page text number label bookmark] > > \startsectionworld[chapter][text={Test}] &g

Re: [NTG-context] Widgets color option not working with Mark IV

2011-01-30 Thread Reviczky, Adam
>>yes, that hos it is supposed to work >> >>use \startchapter[title={...},bookmark{...}] instead as \bookmark might >>as well becom eobsolete Thanks, this is what I was looking for! I'v

Re: [NTG-context] unusable PDF bookmarks

2010-06-28 Thread Hans . Hagen
On Monday 28/06/2010 at 4:50 am, Steffen Wolfrum wrote: Hi, is there a way to avoid bookmark entries like this? With language is german and encoding utf8 MkII compiles this ... \section{Test~–~Nummer §\,613\,a} \startsection[...,bookmark

Re: [NTG-context] Changing navigation symbol

2012-04-21 Thread Markus Finke
or switch off this feature? Yes (but it’s disabled by default) \setupstructure [state=start] \setupinteraction [ state=start, option=bookmark, openaction={firstpage,FitHeight}, menu=on, click=yes

Re: [NTG-context] Suppress a Single Chapter from ToC

2013-01-27 Thread Troy Henderson
> > \startchapter[title=…,saveinlist=no] > Unfortunately, this removes the PDF bookmark for this chapter. I would like to keep the "left side" bookmark but not show it in the Table of Contents. Troy

Re: [NTG-context] macro expansion in bookmarks

2004-06-21 Thread Peter Münster
synonyms: \setupinteraction[state=start] \setupinteractionscreen[option=bookmark] \placebookmarks[section] \starttext \section{some text} % no bookmark \stoptext ConTeXt version is now 2004.6.16 Greetings, Peter -- http://pmrb.free.fr/contact/ _ FilmSearc

  1   2   3   4   5   >