From: Petter Reinholdtsen Date: Sun, 6 Sep 2020 21:54:23 +0000 (+0200) Subject: Go back to default dblatex book style and drop headers and footers. X-Git-Tag: nb-printed-2021-01-24~474 X-Git-Url: https://pere.pagekite.me/gitweb/text-destroy-surveillance.git/commitdiff_plain/38c6419aae8d5f2b5a4b62a5f0921b163622b30c?hp=f670b4db618cb7d67b1c636971154df1821c6039 Go back to default dblatex book style and drop headers and footers. --- diff --git a/Makefile b/Makefile index 618b4e0..a822536 100644 --- a/Makefile +++ b/Makefile @@ -6,19 +6,6 @@ PANDOC_OPTS = \ -t docbook4 DBLATEX_OPTS = \ - -T simple \ - -P page.width=6in \ - -P page.height=9in \ - -P page.margin.inner=0.8in \ - -P page.margin.outer=0.55in \ - -P page.margin.top=0.55in \ - -P page.margin.bottom=0.55in \ - -P ulink.show=1 \ - -P ulink.footnotes=1 \ - -P double.sided=1 \ - -P doc.collab.show=0 \ - -P latex.output.revhistory=0 \ - -P draft.mode=yes -Pdraft.watermark=1 \ -p pdf.xsl all: $(GENERATED) diff --git a/pdf.xsl b/pdf.xsl index 04f43b1..b4aa14d 100644 --- a/pdf.xsl +++ b/pdf.xsl @@ -2,6 +2,20 @@ book a4paper,openright,twoside + 6in + 9in + 0.8in + 0.55in + 0.55in + 0.55in + 1 + 1 + 1 + 0 + 0 + 1 + yes + 1 @@ -23,6 +37,9 @@ \usepackage{hyperref} \renewcommand*{\UrlFont}{\ttfamily\relsize{-2}} +% Disable headers and footers +\pagestyle{empty} + \begin{document} % end of latex.begindocument