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