At 00:39 5-4-01 -0500, James H. Cloos Jr. wrote: >I'm not having any success getting bookmarks to work. > %%%%%%%%%%%%%%%%%%%%%%%%% start %%%%%%%%%%%%%%%%%%%%%%%%% \pdfcatalog{/PageMode /UseOutlines} %--- Just add this --- \setupinteraction[state=start] % -- Opens Acrobat Reader with the bookmark window turned on --- \setupinteractionscreen[option=bookmark] \placebookmarks [chapter] \starttext \startbodymatter \chapter[I]{Chapter I} % --- Not sure what the [I] does --- % --- Only usefull if you want the bookmark to have --- % --- a different name than the chapter title. --- \bookmark{This is chapter 1} \input Chapter-I % each subsequent chapter input just like the first \chapter{Chapter II} % --- Again, not really necessary. --- \bookmark{This is chapter 2} \input Chapter-II \chapter{Chapter III} \input Chapter-III % --- There is still a bookmark. See for yourself. --- \stopbodymatter \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%% end %%%%%%%%%%%%%%%%%%%%%%%%%% That should do it. With kind regards. Pierre