eBookTools
SetAuthor
set author information of the book
Calling Sequence
Parameters
Description
Examples
Compatibility
SetAuthor(book, author)
book
-
book created using NewBook command
author
list of authors of the book
The SetAuthor command sets the author information. Each author is represented by a table with keys firstname and surname in the list author.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
authors≔table⁡firstname=L.,surname=Bernardin,table⁡firstname=P.,surname=Chin,table⁡firstname=P.,surname=DeMarco,table⁡firstname=K. O.,surname=Geddes,table⁡firstname=D. E. G.,surname=Hare,table⁡firstname=K. M.,surname=Heal,table⁡firstname=G.,surname=Labahn,table⁡firstname=J. P.,surname=May,table⁡firstname=J.,surname=McCarron,table⁡firstname=M. B.,surname=Monagan,table⁡firstname=D.,surname=Ohashi,table⁡firstname=S. M.,surname=Vorkoetter:
SetAuthor⁡book,authors:
The eBookTools[SetAuthor] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[NewBook]
eBookTools[SetCopyrightHolder]
eBookTools[SetCopyrightYear]
Download Help Document