make_ebooks
make_ebooks copied to clipboard
Make Ebooks in A4 PDF, 6 inch PDF, epub, mobi formats using Pandoc and xetex for FreeTamilEbooks.com
according to stackexchange forum we can make bold by add **AutoFakeBold=4.0** option while using xelatex engine here is the complete threat : [https://tex.stackexchange.com/questions/358900/missing-bold-and-italic-font-in-xelatex](https://tex.stackexchange.com/questions/358900/missing-bold-and-italic-font-in-xelatex) we have to add \usepackage{titlesec} \usepackage{fontspec} \usepackage{xcolor}...
add sub section page break \newcommand{\subsectionbreak}{\clearpage} add this after \newcommand{\sectionbreak}{\clearpage}