Hi everybody, I'm just writing a module to typeset the traditional Chinese books. Here is the thing: I use page-arrangement to put like 15 pages on one page or actually 30 pages on one page in a double-sided mode (I mean page 1 and page 2---which contain 15 mini-pages each---are on the same page), and yes I want to make a table of contents and some PDF bookmarks. But having searched the list, I find that I should use texexec --arrange file.tex to compile the file and get the real page number. That's not what I want. Because if I get one chapter on the second page, the page number is 31 rather than 2 which I really want it to be. And so do the bookmarks behave. If I click the bookmark of the first chapter, it will go to the 31st page of the PDF file if it has page 31. I don't really like the mess. I know it's normal, but I would like to know if there's any way to write the page counters I defined to the .tui or .tuo file so that I can totally handle them and display them on the contents and make the bookmarks not crazy any more. -- Best Regards Chen ---------------------------------------------------------------- Zhi-chu Chen | Shanghai Synchrotron Radiation Facility No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China tel: 086 21 5955 3405 | zhichu.chen.googlepages.com | www.sinap.ac.cn ----------------------------------------------------------------
On Wed, May 7, 2008 at 4:55 AM, Zhichu Chen
Hi everybody,
I'm just writing a module to typeset the traditional Chinese books. Here is the thing: I use page-arrangement to put like 15 pages on one page or actually 30 pages on one page in a double-sided mode (I mean page 1 and page 2---which contain 15 mini-pages each---are on the same page), and yes I want to make a table of contents and some PDF bookmarks. But having searched the list, I find that I should use texexec --arrange file.tex to compile the file and get the real page number. That's not what I want. Because if I get one chapter on the second page, the page number is 31 rather than 2 which I really want it to be. And so do the bookmarks behave. If I click the bookmark of the first chapter, it will go to the 31st page of the PDF file if it has page 31. I don't really like the mess.
I know it's normal, but I would like to know if there's any way to write the page counters I defined to the .tui or .tuo file so that I can totally handle them and display them on the contents and make the bookmarks not crazy any more.
core-lst: - \definelist - \writetolist - \writebetweenlist - \placelist Wolfgang
Thanks Wolfgang, After looking through the file you mentioned above, I finally find that \writeutilitycommand and \doutilities are what I want now. Maybe I should look into core-uti.tex to get more. On Wed, May 7, 2008 at 2:15 PM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
On Wed, May 7, 2008 at 4:55 AM, Zhichu Chen
wrote: Hi everybody,
I'm just writing a module to typeset the traditional Chinese books. Here is the thing: I use page-arrangement to put like 15 pages on one page or actually 30 pages on one page in a double-sided mode (I mean page 1 and page 2---which contain 15 mini-pages each---are on the same page), and yes I want to make a table of contents and some PDF bookmarks. But having searched the list, I find that I should use texexec --arrange file.tex to compile the file and get the real page number. That's not what I want. Because if I get one chapter on the second page, the page number is 31 rather than 2 which I really want it to be. And so do the bookmarks behave. If I click the bookmark of the first chapter, it will go to the 31st page of the PDF file if it has page 31. I don't really like the mess.
I know it's normal, but I would like to know if there's any way to write the page counters I defined to the .tui or .tuo file so that I can totally handle them and display them on the contents and make the bookmarks not crazy any more.
core-lst:
- \definelist - \writetolist - \writebetweenlist - \placelist
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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
-- Best Regards Chen ---------------------------------------------------------------- Zhi-chu Chen | Shanghai Synchrotron Radiation Facility No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China tel: 086 21 5955 3405 | zhichu.chen.googlepages.com | www.sinap.ac.cn ----------------------------------------------------------------
participants (2)
-
Wolfgang Schuster
-
Zhichu Chen