aboutsummaryrefslogtreecommitdiff
path: root/reproduce/analysis/config/pdf-build.conf
blob: a57b529daf459b655993fa8bf6e6a52c041cce47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Make the final PDF?
# -------------------
#
# During the project's early phases, it is usually not necessary to build
# the PDF file (which makes a lot of output lines on the command-line and
# can make it hard to find the analysis commands and possible errors (and
# their outputs). Also, in some cases, only the produced results may be of
# interest and not the final PDF, so LaTeX (and its necessary packages) may
# not be installed at all.
#
# If 'pdf-build-final' is given the value 'yes', a PDF will be made with
# LaTeX. Otherwise, a notice will just printed that, no PDF will be
# created.
#
# Copyright (C) 2018-2022 Mohammad Akhlaghi <mohammad@akhlaghi.org>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved.  This file is offered as-is, without any
# warranty.
pdf-build-final = yes