From 4216b71b7bce961fe944f929411659134f057a9c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 23 Jan 2018 14:57:12 -0800 Subject: Better PDF output to work around limitations in asciidoctor. --- docs/preview.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/preview.sh b/docs/preview.sh index 01670697..782c36c7 100755 --- a/docs/preview.sh +++ b/docs/preview.sh @@ -69,7 +69,7 @@ generate_pdf() { typeset input=$1 typeset output=$2 asciidoctor-pdf -aversion-label=${name} -arevnumber=${version} \ - -b pdf -o ${output} $input + -b pdf -a notitle -d article -o ${output} $input } generate_man() { -- cgit v1.2.3-70-g09d2