CreateEPUB - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


eBookTools

  

CreateEPUB

  

convert Maple worksheets to eBook

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CreateEPUB(book, settings)

Parameters

book

-

book object created using NewBook

settings

-

(optional) settings table; see Settings

Description

• 

The CreateEPUB command performs transformation of Maple worksheets into eBook (.epub) format suitable for Apple iBooks, and with further conversion, for Amazon Kindle.

Examples

witheBookTools:

bookNewBookeBookSample,eBook Sample Book,Maplesoft, a division of Waterloo Maple Inc.,2012:

AddChapterbook,legal,catkerneloptsdatadir,/eBookTools/Legal.mw:

AddChapterbook,preface,catkerneloptsdatadir,/eBookTools/Preface.mw:

AddChapterbook,1,catkerneloptsdatadir,/eBookTools/GettingStartedWithMaple.mw:

CreateEPUBbook

Compatibility

• 

The eBookTools[CreateEPUB] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

eBookTools

eBookTools/Settings

eBookTools[CreateHTML]

eBookTools[GetDefaultOutputDir]

eBookTools[NewBook]

eBookTools[SetOutputDir]