eBookTools
CreateHTML
convert Maple worksheets to HTML book
Calling Sequence
Parameters
Description
Examples
Compatibility
CreateHTML(book, settings)
book
-
book object created using NewBook
settings
(optional) settings table; see Settings
The CreateHTML command transforms Maple worksheets into HTML format.
with⁡eBookTools:
book≔NewBook⁡eBookSample,eBook Sample Book,Maplesoft, a division of Waterloo Maple Inc.,2012:
AddChapter⁡book,legal,cat⁡kernelopts⁡datadir,/eBookTools/Legal.mw:
AddChapter⁡book,preface,cat⁡kernelopts⁡datadir,/eBookTools/Preface.mw:
AddChapter⁡book,1,cat⁡kernelopts⁡datadir,/eBookTools/GettingStartedWithMaple.mw:
CreateHTML⁡book
The eBookTools[CreateHTML] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools/Settings
eBookTools[CreateEPUB]
eBookTools[GetDefaultOutputDir]
eBookTools[NewBook]
eBookTools[SetOutputDir]
Download Help Document