mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-21 03:14:29 -05:00
Ebook improvements (#103)
* Ebook improvements Removes fixed height and width from the resulting HTML and adds an additional css for the ebook formats. * Update gitignore * Strip tags
This commit is contained in:
committed by
GitHub
parent
61c33e4b60
commit
5412aa6e50
+3
-2
@@ -111,8 +111,9 @@ release_sans_serif: make_release_dir
|
||||
|
||||
.PHONY: build_ebook
|
||||
build_ebook: make_release_dir
|
||||
find . -name "*.jpg" | xargs ebb -x
|
||||
find . -name "*.png" | xargs ebb -x
|
||||
tex4ebook -c tex4ebook.cfg -f epub book.tex
|
||||
tex4ebook -c tex4ebook.cfg -f mobi book.tex
|
||||
# not sure why, but I hvae to generate the mobi twice for the
|
||||
# release command to properly work.
|
||||
tex4ebook -c tex4ebook.cfg -f mobi book.tex
|
||||
tex4ebook -c tex4ebook.cfg -f azw3 book.tex
|
||||
|
||||
Reference in New Issue
Block a user