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

Online Help

All Products    Maple    MapleSim


eBookTools

  

SetAuthor

  

set author information of the book

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetAuthor(book, author)

Parameters

book

-

book created using NewBook command

author

-

list of authors of the book

Description

• 

The SetAuthor command sets the author information. Each author is represented by a table with keys firstname and surname in the list author.

Examples

witheBookTools:

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

authorstablefirstname=L.,surname=Bernardin,tablefirstname=P.,surname=Chin,tablefirstname=P.,surname=DeMarco,tablefirstname=K. O.,surname=Geddes,tablefirstname=D. E. G.,surname=Hare,tablefirstname=K. M.,surname=Heal,tablefirstname=G.,surname=Labahn,tablefirstname=J. P.,surname=May,tablefirstname=J.,surname=McCarron,tablefirstname=M. B.,surname=Monagan,tablefirstname=D.,surname=Ohashi,tablefirstname=S. M.,surname=Vorkoetter:

SetAuthorbook,authors:

Compatibility

• 

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

• 

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

See Also

eBookTools

eBookTools[NewBook]

eBookTools[SetCopyrightHolder]

eBookTools[SetCopyrightYear]