Dear list How can one make the page with the TOC also appear in the bookmarks using mkiv? Regards Marcus Vinicius -- Todas as coisas fatigam o corpo, salvo a música, que não fatiga nem o corpo nem seus membros, por ser descanso da alma, primavera do coração, distração do aflito, entretenimento do solitário, e viático do viajante. Kunnâsh al-Hâ'ik (Cancioneiro de al-Hâ'ik)
Marcus Vinicius Mesquita mailto:marcusvinicius.mesquita@gmail.com 11. Juli 2016 um 15:00 Dear list
How can one make the page with the TOC also appear in the bookmarks using mkiv?
\setupinteraction[state=start] \placebookmarks[title,chapter][force=yes] \starttext % Variant 1, shows the text which is set with \setupheadtext[<language>][content=...] \completecontent % Variant 2, you can set your own text for the bookmark % \starttitle[title=\headtext{content},reference=content,bookmark=Table of content] % \placecontent % \stoptitle \dorecurse{10}{\expanded{\chapter{Chapter \recurselevel}}} \stoptext BTW: It isn't necessary to format the text of your question. Wolfgang
Thank you
Marcus Vinicius
On Mon, Jul 11, 2016, 10:33 Wolfgang Schuster
Marcus Vinicius Mesquita
11. Juli 2016 um 15:00 Dear list
How can one make the page with the TOC also appear in the bookmarks using mkiv?
\setupinteraction[state=start]
\placebookmarks[title,chapter][force=yes]
\starttext
% Variant 1, shows the text which is set with \setupheadtext[<language>][content=...] \completecontent
% Variant 2, you can set your own text for the bookmark % \starttitle[title=\headtext{content},reference=content,bookmark=Table of content] % \placecontent % \stoptitle
\dorecurse{10}{\expanded{\chapter{Chapter \recurselevel}}}
\stoptext
BTW: It isn't necessary to format the text of your question.
Wolfgang
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
Dear List, I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10. All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code : \setuplanguage[fr][patterns={fr,agr}] \mainlanguage[fr] \setuplayout [backspace=40mm] \setuppagenumbering[alternative=doublesided, location={header, inmargin}] \setupmargindata[inmargin][location=inner, style={\ssx\setupinterlinespace[line=2.8ex]}] \setupmarginframed[inmargin][align=right] \setupbodyfontenvironment[default][em=italic] \definefallbackfamily[mainface][serif][Theano Didot][preset=range:greek, it={Old Standard Italic}, force=yes] \definefallbackfamily [mainface] [rm] [ipaexmincho] [range=cjkunifiedideographs] \definefontfamily [mainface] [serif] [GaramondNo8][sc=NewG8 Regular SC] \definefontfamily [mainface] [sans] [FreeSans] [rscale=0.7] \setupbodyfont[mainface] \setupindenting[1.5em] \setupindenting[yes] \setupwhitespace[medium] \setupinterlinespace[line=3.2ex] \setupitemize[each][margin=yes] \setuphead[title][header=empty] \setupheader[style={\sc}] \setupfooter[style={\itxx}] \setupheadertexts[Cours de Philosophie][][][{\getmarking[section]}] \setupfootertexts[][][][© J.-P. Delange, 2010-2016 — La reproduction de ce cours est soumise à autorisation] \starttext ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 7/11/2016 3:50 PM, Jean-Pierre Delange wrote:
Dear List,
I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10. All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code :
the latest context version removed conflicting patterns Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Thanks a lot Hans ! It works very fine with this current version: 2016.07.11 13:44. I'll test it on my different systems.
JP
----- Mail original -----
De: "Hans Hagen"
Dear List,
I'm using the last update of ConTeXt Standalone, ConTeXt Process Management 0.63 - current version: 2016.06.25, on Windows 10. All the fonts are installed (Theano Didot, ipaexmincho, GaramondNo8 and FreeSans, usw) and there seems to be a conflict between French and Ancient Greek. See logfile as attached piece. I've got a conflict and a fatal error in the logfile (but a 'q' command allows to overpass the alert) in line 2 of this code :
the latest context version removed conflicting patterns Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (4)
-
Hans Hagen
-
Jean-Pierre Delange
-
Marcus Vinicius Mesquita
-
Wolfgang Schuster