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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Information : Updates : Maple 16 : eBook Publisher

eBook Publisher in Maple 16 - Technology Preview

Maple 16 provides functionality to create eBooks in various formats (PDF, HTML, ePub, Maple Worksheets or Help database) from a collection of Maple worksheets using the new eBookTools package. The Maple User Manual, Maple Programming Guide and MapleSim User's Guide are created using this new functionality.

 

To help you get started with eBookTools, a sample set of worksheets, complete with metadata markup, is provided in the data/eBookTools folder of your Maple installation:

 

Creating eBooks using eBook Publisher Assistant

Creating eBooks using eBookTools Package

Creating eBooks using eBook Publisher Assistant

1. 

From the Tools menu, select Assistants > eBook Publisher...

2. 

Add the three files from data/eBookTools folder to the project.

3. 

Set the book title to "eBook Sample Book".

4. 

Set the book name to "eBookSample"

5. 

Specify an output folder.

6. 

Optionally, specify other settings.

7. 

Specify the format(s) to build.

8. 

Click Build.

The progress bar and log display the progress of the build.  When the build is complete, the resulting book is saved to the output folder.

Creating eBooks using eBookTools Package

witheBookTools:

book:=NewBookeBookSample,eBook Sample Book,Maplesoft, a division of Waterloo Maple Inc.,2012:

AddChapterbook,legal,catkernelopts'datadir',/eBookTools/Legal.mw:

AddChapterbook,preface,catkernelopts'datadir',/eBookTools/Preface.mw:

AddChapterbook,1,catkernelopts'datadir',/eBookTools/GettingStartedWithMaple.mw:

CreatePDFbook

See Also

eBookTools

assistants/eBookPublisher