mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 12:31:12 -06:00
* Improve Title page - Made it full page (almost) - Added a second page with links to github, license info and hard-copy book * Add an xbb target for the cover page For some reasons using picture outside float environment confuses the ebook/dvi building --------- Co-authored-by: Cedric <ced@awase.ostal>
10 lines
273 B
INI
10 lines
273 B
INI
\Preamble{xhtml}
|
|
\begin{document}
|
|
\Configure{DocumentLanguage}{en}
|
|
\Configure{OpfScheme}{URI}
|
|
\Configure{UniqueIdentifier}{https://the-bread-code.io}
|
|
\Configure{AddCss}{book-ebook.css}
|
|
\Configure{CoverMimeType}{image/jpeg}
|
|
\CoverMetadata{cover/cover-page.jpg}
|
|
\EndPreamble
|