eBookTools
SetName
set name of the book
Calling Sequence
Parameters
Description
Examples
Compatibility
SetName(book, name)
book
-
book created using NewBook command
name
name of the book, used for name of output files and as topic prefix for MW
The SetName command sets the name of the book. This name is used for the name of the output files. In the case of CreateMW, it is also used as the topic prefix for the MW files.
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⁡,,,:
SetName⁡book,ProgrammingGuide
ProgrammingGuide
The eBookTools[SetName] 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