eBookTools
SetTitle
set title of the book
Calling Sequence
Parameters
Description
Examples
Compatibility
SetTitle(book, title)
book
-
book created using NewBook command
title
title of the book
The SetTitle command sets the title of the book.
On Windows only the following characters are allowed in the title: A-Z, a-z, 0-9, space " ", comma ",", period ".", underscore "_" and dash "-".
In order to specify non English characters for title use the eBook Publisher Assistant.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,,,:
SetTitle⁡book,Maple Programming Guide
Maple Programming Guide
The eBookTools[SetTitle] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[NewBook]
eBookTools[SetName]
Download Help Document