blob: 3c11489019871626112c87faa8773c09b5d0d622 (
plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
|
%% Internship Certificate template
\documentclass[landscape]{article}
\usepackage{wallpaper}
\usepackage{niceframe}
\usepackage{xcolor}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{chancery}
\usepackage[T1]{fontenc}
%% package to execute bash commands
%% \usepackage{bashful}
%% generate QR code
\usepackage{pst-barcode}
\usepackage{auto-pst-pdf}
\geometry{tmargin=.2cm,bmargin=.2cm,
lmargin=.2cm, rmargin=.2cm}
\usepackage{multicol}
\setlength{\columnseprule}{1pt}
\columnwidth=0.6\textwidth
\begin{document}
%% create MD5 hash of tex file and insert it in PDF
%% \bash
%% md5sum asd_cert.tex | cut -d " " -f 1
%% \END
%\TileWallPaper{4cm}{2cm}{aakash-logo.png}
\TileWallPaper{cer_bg.png}
\centering
\scalebox{3}
{
\color{green!30!black!60}
\begin{minipage}{.33\textwidth}
\font\border=umrandb
{
\begin{center}
\vspace{2.3cm}
{\scriptsize \color{black} \hspace{2cm} This is to certify that } \\
{\small {\color{black}\hspace{2cm}{$name}} }\\
{\tiny {\color{black} \hspace{2cm} from the Department of speaker,\\
\hspace{2cm} speaker,\\
\hspace{2cm}has successfully completed an internship from speaker \\
\hspace{2cm} in the Sponsored Project, FOSSEE (Free and Open Source Software for Education) at IIT Bombay.\\
\vspace{.1cm}
\hspace{2cm} During this tenure, he/she had worked on \\
\hspace{2cm} \color{red} speaker. \\ {\tiny{}}
}}
\end{center}
\vspace{.2cm}
\begin{minipage}{.33\textwidth}
{\color{blue!40!black} \vspace{.2cm}
\scalebox{0.6}{
\hspace{3cm}
\begin{tabular}{c c c}
\small{} & \small{\includegraphics[height=0.6cm]{kannan-moudgalya-sign.png}} &\\
\small{} & \small{~~~~~~~~Prof. Kannan Moudgalya~~~~~~~~} &\\
\small{} & \small{Project In-charge} &\\
\end{tabular}
}
}
\end{minipage}
\hfill
\begin{minipage}{.33\textwidth}
\begin{centering}
\vspace{.2cm}
%%\includegraphics[height=0.6cm]{fossee_logo.png}\hspace{22pt}
%%\includegraphics[height=0.7cm]{iitb-logo.png}\hspace{22pt}
\begin{pspicture}(0.1cm,0.1cm) \psbarcode{$qr_code}{eclevel=L width=0.25 height=0.25}{qrcode}\end{pspicture}\\
\tiny{\texttt{$serial_key}}\\
\end{centering}
\end{minipage}
}
\end{minipage}
}
\end{document}
|