From 6fe0c3114b33471ae640ec5887f77b2ba33cc35c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 3 Oct 2020 19:11:04 +0530 Subject: added title,date to pdf --- app/scripts/add-pictures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/scripts/add-pictures.py') diff --git a/app/scripts/add-pictures.py b/app/scripts/add-pictures.py index 95079f0..5d01c50 100644 --- a/app/scripts/add-pictures.py +++ b/app/scripts/add-pictures.py @@ -1,4 +1,4 @@ -print("## Figures", end="\n\n") +print("# Figures", end="\n\n") print("![Back View](output-back.png){width=100%}", end="\n\n") print("![Front View](output-front.png){width=100%}", end="\n\n") -- cgit v1.2.3