forked from jaspreetkaur/Certificate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertificate.tex
More file actions
73 lines (62 loc) · 1.9 KB
/
certificate.tex
File metadata and controls
73 lines (62 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[16pt,a4paper]{scrartcl}
\usepackage[landscape,left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{setspace,amsmath,amssymb}
\usepackage{amsmath}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{calligra}
\usepackage{tgschola}
\usepackage{fourier-orns}
\usepackage{graphicx}
\usepackage{wallpaper}
\usepackage[normalem]{ulem}
\usepackage{charter}
\usepackage{microtype}
\usepackage{eso-pic}
\newcommand\BackgroundPic{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,
keepaspectratio]{bg.jpg}%
\vfill
}}}
\hyphenpenalty 100000
\linespread{1.6}
%=============================
\input Zallman.fd
\newcommand*\initfamily{\usefont{U}{Zallman}{xl}{n}}
%=============================
\usepackage{datatool}
\DTLloaddb{names}{data.csv}
%=============================
%=============================
%=============================
\begin{document}
\AddToShipoutPicture{\BackgroundPic}
%=============================
\DTLforeach{names}{
\Ex=Ex, \name=Name, \dep=Dep, \photo=photo, \part=part, \college=college, \place=place}{
%=============================
\noindent
\begin{minipage}[l]{1.5in}
\includegraphics[width=.92\linewidth]{gne.png}
\end{minipage}
\hfill
%=============================
\begin{minipage}[c]{6.5in}
\end{minipage}
\hfill
%=============================
\begin{minipage}[r]{1.0in}
\includegraphics[width=1.2\linewidth]{\photo}
\end{minipage}
\vskip1em
%=============================
\vskip8.4em
\noindent{This certificate of appreciation is being issued to {{\large{\Ex}}}\ {{\large{\name}}}, Department of {{\large{\dep}}}, {{\large{\college}}}, {{\large{\place}}} to acknowledge his sincere efforts in his capacity as {{\large{\part}}} in organising two day workshop, which introduces 1$^{st}$ time Learning Content Management System in this college.}
%=============================
\pagebreak
}
\end{document}