Skip to content

rahulkadukar/epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandoc

A template made from markdown that can be converted to anything

Use the following command to make a epub from your markdown files

  pandoc -t epub3 --epub-cover-image cover.jpg --epub-stylesheet style.css -S -o demo.epub title.txt\
  chapters/01-introduction.md

To convert to latex or pdf use the following

  pandoc demo.epub -o demo.tex
  pandoc demo.epub -o demo.pdf

  # In case the PDF rendering does not work
  # run the following command as root
  texconfig rehash

About

A template made from markdown that can be converted to anything

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages