mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-02-12 01:07:14 -06:00
Let's use upstream rather than local fixes, texlive has been updated
since.
This reverts commit 263eb74afe.
23 lines
671 B
INI
23 lines
671 B
INI
\Preamble{xhtml}
|
|
\renewcommand\listofflowcharts{%
|
|
\chapter*{\listoflocname}%
|
|
\TableOfContents[loc]%
|
|
}
|
|
\ConfigureToc{loc}{\HCode{<span class="lofToc">}}{\ }{}{\HCode{</span><br />}}
|
|
\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}
|
|
\AddToHook{env/tikzpicture/begin}{\fontfamily{opensans-TLF}\selectfont}
|
|
\Configure{@HEAD}{\HCode{
|
|
<style type="text/css">
|
|
@import url('https://fonts.cdnfonts.com/css/open-sans');
|
|
body{
|
|
font-family: 'Open Sans';
|
|
}
|
|
</style>}}
|
|
\EndPreamble
|