Skip to content
/ MyBook Public template

A simple solution for writing a book with markdown and css styling option.

License

Notifications You must be signed in to change notification settings

enisn/MyBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBook

A simple solution for writing a book with markdown.

Check out the built pdf from here.

Getting Started

Set-up development environment

Issues with wkhtmltopdf

In Windows, If pandoc still says wkhtmltopdf is not installed, add following wkhtmltopdf.bat file to path: C:\Program Files\wkhtmltopdf\bin\

wkhtmltopdf.exe

Then if the path (C:\Program Files\wkhtmltopdf\bin) doesn't exist in Environment Variables add it to Path variable.


Building the Book

Multiple sections in markdown files will be merged into single pdf file.

  • Execute the build.ps1
  • Output will be generated under built/ folder by default.

Changing output folder

Edit the build.ps1 file and change $OutputFolder variable.

About

A simple solution for writing a book with markdown and css styling option.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published