eBookTools
NewBook
create new book
Calling Sequence
Parameters
Description
Examples
Compatibility
NewBook(name, title, copyrightHolder, copyrightYear)
name
-
name of new book, used for name of output files and as topic prefix for MW
title
title of new book
copyrightHolder
value for book/bookinfo/copyright/holder element, ignored for MW output
copyrightYear
value for book/bookinfo/copyright/year element, ignored for MW output
The NewBook command creates a new book object which holds content to be processed.
On Windows only the following characters are allowed in the book name: A-Z, a-z, 0-9, space " ", comma ",", period ".", underscore "_" and dash "-".
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
The eBookTools[NewBook] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Download Help Document