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
From the Tools menu, select Assistants > eBook Publisher...
Add the three files from data/eBookTools folder to the project.
Set the book title to "eBook Sample Book".
Set the book name to "eBookSample"
Specify an output folder.
Optionally, specify other settings.
Specify the format(s) to build.
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.
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:
CreatePDF⁡book
See Also
eBookTools
assistants/eBookPublisher
Download Help Document