gnucash-docs maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Fri May 27 23:38:33 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/27a39cf8 (commit)
	 via  https://github.com/Gnucash/gnucash-docs/commit/fa1e356a (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/4f07fe77 (commit)



commit 27a39cf8cbb95730a2698aa83a8b7fc3e9da6dc2
Merge: 4f07fe77 fa1e356a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri May 27 08:51:42 2022 +0200

    Merge PR #246 into maint
    
    Perhaps there are better approaches, but the output is significantly
    improved


commit fa1e356a158d752c3b0e79547998216d2bb71297
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sun Jan 9 15:26:46 2022 +0100

    FO formatting, Added parameter to PdfTarget...
    
    to improve nesting of 'variablelist' elements.
    Some users have criticised the presentation in the PDF documentation.

diff --git a/cmake/AddPdfTarget.cmake b/cmake/AddPdfTarget.cmake
index f8e66240..217f94b4 100644
--- a/cmake/AddPdfTarget.cmake
+++ b/cmake/AddPdfTarget.cmake
@@ -24,6 +24,7 @@ function (add_pdf_target docname lang entities figures)
         COMMAND ${XSLTPROC} ${XSLTPROCFLAGS} ${XSLTPROCFLAGS_FO}
                             -o "${CMAKE_CURRENT_BINARY_DIR}/${fofile}"
                             --stringparam fop1.extensions 1
+                            --stringparam variablelist.as.blocks 1
                             "${CMAKE_SOURCE_DIR}/xsl/1.79.2/fo/docbook.xsl"
                             "${CMAKE_CURRENT_SOURCE_DIR}/${docname}.xml"
         DEPENDS ${entities} "${docname}.xml" "${CMAKE_SOURCE_DIR}/docbook/gnc-docbookx.dtd")



Summary of changes:
 cmake/AddPdfTarget.cmake | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list