There are many types of styles / book types that can be rendered. using glfs reverted to basic lfs-like formatting. switched back in favor of blfs-like formatting

This commit is contained in:
Zeckmathederg 2024-04-28 23:00:37 -06:00
parent 746566a9f1
commit 66264af641
3 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@
<!-- LFS top-level chunk templates. -->
<xsl:import href="lfs-xsl/chunkfast.xsl"/>
<!-- The LFS book type to be processed (lfs, glfs, clfs, or hlfs) -->
<xsl:param name="book-type">glfs</xsl:param>
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
<xsl:param name="book-type">blfs</xsl:param>
<!-- Are sections enumerated? 1 = yes, 0 = no
Note: Activating this will increase a lot rendering time. -->

View File

@ -7,8 +7,8 @@
<!-- LFS top-level no-chunk templates. -->
<xsl:import href="lfs-xsl/nochunks.xsl"/>
<!-- The LFS book type to be processed (lfs, glfs, clfs, or hlfs) -->
<xsl:param name="book-type">glfs</xsl:param>
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
<xsl:param name="book-type">blfs</xsl:param>
<!-- Are sections enumerated? 1 = yes, 0 = no
Note: Activating this will increase a lot rendering time. -->

View File

@ -7,8 +7,8 @@
<!-- LFS top-level pdf templates. -->
<xsl:import href="lfs-xsl/pdf.xsl"/>
<!-- The LFS book type to be processed (lfs, glfs, clfs, or hlfs) -->
<xsl:param name="book-type">glfs</xsl:param>
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
<xsl:param name="book-type">blfs</xsl:param>
<!-- Are sections enumerated? 1 = yes, 0 = no
Note: Activating this will increase a lot rendering time. -->