[Bf-docboard-svn] bf-manual: [9659] trunk/blender_docs/Makefile: PDF: Reduce margin sizes

Aaron Carlisle noreply at blender.org
Sat Oct 29 09:51:44 CEST 2022


Revision: 9659
          https://developer.blender.org/rBM9659
Author:   Blendify
Date:     2022-10-29 09:51:43 +0200 (Sat, 29 Oct 2022)
Log Message:
-----------
PDF: Reduce margin sizes

Modified Paths:
--------------
    trunk/blender_docs/Makefile

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2022-10-28 12:20:00 UTC (rev 9658)
+++ trunk/blender_docs/Makefile	2022-10-29 07:51:43 UTC (rev 9659)
@@ -103,8 +103,14 @@
 epubpdf: .SPHINXBUILD_EXISTS
 	@$(SPHINXBUILD) -M epub "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 	@ebook-convert $(BUILDDIR)/epub/*.epub blender_manual.pdf \
-	               --pdf-default-font-size 16 \
-	               --pdf-mono-font-size 14
+		--pdf-default-font-size 16 \
+		--pdf-mono-font-size 14 \
+		--margin-left 0 \
+		--margin-right 0 \
+		--pdf-page-margin-left 50 \
+		--pdf-page-margin-right 50 \
+		--pdf-page-margin-top 50 \
+		--pdf-page-margin-bottom 50 \
 
 readme:
 	@rst2html5 readme.rst > $(BUILDDIR)/readme.html



More information about the Bf-docboard-svn mailing list