eBookTools
CreateMW
convert Maple worksheets to MW book
Calling Sequence
Parameters
Description
Examples
Compatibility
CreateMW(book, settings)
book
-
book object created using NewBook
settings
(optional) settings table; see Settings
The CreateMW command performs transformation of Maple worksheets, where the output worksheets are formatted similar to the HTML output from DocBook.
The output worksheets are stored in a default location (see eBookTools[GetDefaultOutputDir]) or in a location that you can specify (see eBookTools[SetOutputDir).
Store generated worksheets in a help database:
The eBookTools[CreateMW] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools/Settings
eBookTools[CreateHTML]
eBookTools[GetDefaultOutputDir]
eBookTools[NewBook]
eBookTools[SetOutputDir]
Download Help Document