AddChapter - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


eBookTools

  

AddChapter

  

add a chapter to the book

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AddChapter(book, chapterName, chapterFile)

Parameters

book

-

book created using NewBook command

chapterName

-

name of the chapter

chapterFile

-

file name of Maple worksheet

Description

• 

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.

Examples

witheBookTools:

bookNewBookProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:

AddChapterbook,1,Chapter01.mw:

Compatibility

• 

The eBookTools[AddChapter] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

eBookTools

eBookTools[NewBook]

eBookTools[SetTitle]