diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-03 19:11:04 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-03 19:11:04 +0530 |
commit | 6fe0c3114b33471ae640ec5887f77b2ba33cc35c (patch) | |
tree | ec5705c93d18b7958931b451df06cfde01ee42b9 /app/scripts/add-pictures.py | |
parent | e300d53d0d7877680fb0eeb2a8d5bcce3d6529e1 (diff) |
added title,date to pdf
Diffstat (limited to 'app/scripts/add-pictures.py')
-rw-r--r-- | app/scripts/add-pictures.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |