2010/6/4 Hussein Shafie <[email protected]>: > Nikolay Rastegaev wrote: >> >> 1. I create Multiple-topics document <dita> with hundred topics. >> 2. I create Book map with topicrefs >> 3. I resort topicrefs in book, but in result PDF I see topics in order >> as their are ordered in source <dita>-file, but not in needed order, >> as pointed in <bookmap>-file. >> >> And next: >> If I don't create topicref from some topics from <dita>-file, they >> included in result document all the same. >> >> This issue occurs only for PDF, ODT,.. but no occurs for HTML. HTML >> conversion works fine. >> >
> The solution is: > > * Use the same map for HTML and for PDF, ODT. Specify "-chunk single" to > get for PDF, ODT, etc, exactly the same behavior as for HTML. > > More information in section "Recommendations" in > http://www.xmlmind.com/ditac/_distrib/doc/manual/manual-4.html#chunking > > > > --> If you are using the ditac command-line, then specify command-line > option "-chunk single". > > See > http://www.xmlmind.com/ditac/_distrib/doc/manual/commandLine.html#commandLine > > > > --> If you are using XXE, there is currently no way to easily change the > "Chunk mode" from "Automatic" to "Single chunk". > > See > http://www.xmlmind.com/xmleditor/_distrib/doc/dita/preprocess_options.html#com.xmlmind.xmleditext.dita.PreprocessingOptionsEditor > > Please edit XXE_install_dir/addon/config/dita/xslMenu.incl and add > > --- > <argument>-chunk</argument> > <argument>single</argument> > --- > > after > > --- > <argument>-media</argument> > <argument>print</argument> > --- > > in process command "dita.toPS" and also in process command "dita.toRTF". > > > > > I try 1) edit only XXE_install_dir/addon/config/dita/xslMenu.inc Don't work 2) edit only dita.toPS Don't work 3) edit both Don't work 4) change foProcessor property from FOP to XFC Don't work Also try with and without chunk properties of <bookmap> or <topicref> with values "select-topic", "select-document" Don't work :-( Sincerely, Nikolay. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

