mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
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:
parent
746566a9f1
commit
66264af641
@ -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. -->
|
||||
|
@ -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. -->
|
||||
|
@ -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. -->
|
||||
|
Loading…
Reference in New Issue
Block a user