eBookTools
AddChapter
add a chapter to the book
Calling Sequence
Parameters
Description
Examples
Compatibility
AddChapter(book, chapterName, chapterFile)
book
-
book created using NewBook command
chapterName
name of the chapter
chapterFile
file name of Maple worksheet
The AddChapter command adds a chapter to the book. The chapter name can be legal, preface, appendix, glossary, or a positive integer.
A book can contain multiple appendices. Appendix chapters will appear in the output in the same order as they were added to the book.
Other than appendices, a book cannot contain two chapters with the same chapterName.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
AddChapter⁡book,1,Chapter01.mw:
The eBookTools[AddChapter] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[NewBook]
eBookTools[SetTitle]
Download Help Document