Skip to content

Commit 6bb49c7

Browse files
committed
feat(PDF): PDFの用紙サイズをB5にした
1 parent 14ee7d3 commit 6bb49c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/fopub/docbook-xsl/fo-pdf.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
Page layout
244244
-->
245245

246-
<xsl:param name="paper.type">A4</xsl:param> <!-- alternative size is USletter -->
246+
<xsl:param name="paper.type">B5</xsl:param> <!-- alternative size is USletter -->
247247
<xsl:param name="headers.on.blank.pages">1</xsl:param>
248248
<xsl:param name="footers.on.blank.pages">1</xsl:param>
249249
<xsl:param name="page.margin.top">10mm</xsl:param> <!-- top margin of page -->

0 commit comments

Comments
 (0)