From: Glenn Hutchings Date: Fri, 22 Apr 2016 17:13:34 +0000 (+0100) Subject: Use the colour version of the front page image. X-Git-Url: https://jxself.org/git/?p=ibg.git;a=commitdiff_plain;h=e5ef06ce5a29ac08b18639a6b53a260c1c0e4c74 Use the colour version of the front page image. --- diff --git a/conf.py b/conf.py index 5d882f2..49695f8 100644 --- a/conf.py +++ b/conf.py @@ -229,7 +229,7 @@ htmlhelp_basename = 'IBG' # -- Options for LaTeX output --------------------------------------------- # Title page information. -latex_image = "harry1" +latex_image = "harry_col" latex_image_title = "First Steps" latex_image_info = "(watercolour and crayon on paper, 2002) Harry Firth (2000-)" latex_image_path = os.path.join('images', latex_image + '.png') diff --git a/images/harry1.png b/images/harry1.png deleted file mode 100644 index 7ae0335..0000000 Binary files a/images/harry1.png and /dev/null differ diff --git a/images/harry_bw.png b/images/harry_bw.png new file mode 100644 index 0000000..7ae0335 Binary files /dev/null and b/images/harry_bw.png differ diff --git a/images/harry_col.png b/images/harry_col.png new file mode 100644 index 0000000..48d1bf7 Binary files /dev/null and b/images/harry_col.png differ