make_ebooks icon indicating copy to clipboard operation
make_ebooks copied to clipboard

Make Ebooks in A4 PDF, 6 inch PDF, epub, mobi formats using Pandoc and xetex for FreeTamilEbooks.com

Results 2 make_ebooks issues
Sort by recently updated
recently updated
newest added

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}