Add physics practical.
This commit is contained in:
parent
b4987269ea
commit
63b74bfc44
|
@ -0,0 +1 @@
|
||||||
|
page_00.jpg
|
|
@ -0,0 +1,19 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
text='Name: Ahmad Saalim Lone
|
||||||
|
Enrollment No: 2019BCSE017
|
||||||
|
Subject: Engineering Physics Lab
|
||||||
|
Branch: Computer Science
|
||||||
|
Unit: Semiconductor Physics
|
||||||
|
No. of pages: 6
|
||||||
|
Submission Date: 15 May, 2020
|
||||||
|
Name of concerned teacher:
|
||||||
|
Dr Mohd Zubair Ansari'
|
||||||
|
convert -size 638x877 xc:white \
|
||||||
|
-font 'Fira-Code-Bold' \
|
||||||
|
-pointsize 30 \
|
||||||
|
-fill black \
|
||||||
|
-gravity center \
|
||||||
|
-draw "text 0,0 '$text'" \
|
||||||
|
page_00.jpg
|
||||||
|
convert page_{00..05}.jpg assignment.pdf
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue