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