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.
witheBookTools:
book≔NewBookProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
authors≔tablefirstname=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:
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