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

Online Help

All Products    Maple    MapleSim


eBookTools

  

SetName

  

set name of the book

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetName(book, name)

Parameters

book

-

book created using NewBook command

name

-

name of the book, used for name of output files and as topic prefix for MW

Description

• 

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 "-".

Examples

witheBookTools:

bookNewBook,,,:

SetNamebook,ProgrammingGuide

ProgrammingGuide

(1)

Compatibility

• 

The eBookTools[SetName] 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]