From 30733df5d30e150a26d53173d14bf941f179f6f5 Mon Sep 17 00:00:00 2001
From: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Date: Tue, 27 Feb 2018 14:48:02 +0100
Subject: Default PDF now uses PGFPlots and BibLaTeX

Making plots and including references are integral parts of a scientific
paper. Therefore to demonstrate how cleanly they can be used within the
pipeline, they are now used to produce the final PDF.

To use PGFPlots a random dataset is made (using AWK's random function) and
is plotted using PGFPlots. The minimum and maximum values of the dataset
are also included in the text to further show how such calculations can go
into the macros and text.

For the references, the NoiseChisel paper was added as a reference to cite
when using this pipeline along with the MUSE UDF paper I, which uses this
pipeline for two sections. Following this discussion, citation is also
discussed in `README.md` and the NoiseChisel paper is also added as a
published work with a reproduction pipeline.
---
 reproduce/config/pipeline/delete-me-num.mk | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 reproduce/config/pipeline/delete-me-num.mk

(limited to 'reproduce/config/pipeline')

diff --git a/reproduce/config/pipeline/delete-me-num.mk b/reproduce/config/pipeline/delete-me-num.mk
new file mode 100644
index 0000000..17f608c
--- /dev/null
+++ b/reproduce/config/pipeline/delete-me-num.mk
@@ -0,0 +1,2 @@
+# Number of samples to create
+delete-me-num = 50
-- 
cgit v1.2.1