summaryrefslogtreecommitdiff
path: root/certificate/scipy_template_2016/template_SPC2016Wcertificate
blob: 081df5cbd35314d751a9269087e44d11bf92d460 (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
%% Certificate template
\documentclass[landscape]{article}
\usepackage{wallpaper}
\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{28cm}{22cm}{cer_bg.png}

\centering
\scalebox{3}{\color{brown!30!brown!60}
\begin{minipage}{.33\textwidth}


{\centering

%% logo - top
\vspace{1.5cm}
\textcolor{black}{\textsc{Certificate of Participation}}
\hspace{10cm} 
\textcolor{black!100}{\scriptsize  This is to certify that}\\
{\textcolor{blue} {~~~~~~~~{$name}}~~~~~~~~}\\
{\scriptsize  {\color{black} Participated in SciPy India 2016\\
organized by Indian Institute of Bombay \\
on 10, 11 December 2016.}\\}

\vspace{0.3cm}
{\color{black!40!black}
\scalebox{.7}{
 \begin{tabular}{c c c c c}
    \small{\includegraphics[height=0.6cm]{kannan-moudgalya-sign.png}} & \small{} & & &\small{\includegraphics[height=0.6cm]{kannan-moudgalya-sign.png}} \\ 
    \small{Prof. Prabhu Ramachandran} & &\hspace{2.5cm} & & \small{~~~~~~~~Dr. Mr. S. Anand~~~~~~~~} \\
    \vspace{0mm}
    {\scriptsize  Conference Co-Chair} & & &  & \scriptsize {Keynote Speaker} \\ 
    {\scriptsize  FOSSEE, IIT Bombay.} & & & & \scriptsize {CEO Gramener} \\

  \end{tabular}

}}
\\
\vspace{2mm}
%%\includegraphics[height=0.6cm]{fossee-logo.png}\hspace{22pt}
%%\includegraphics[height=0.7cm]{bottom_logo.png}\hspace{22pt}
%%\includegraphics[height=0.7cm]{iitb-logo.png}\hspace{22pt}\\
\hspace{6.7cm}\begin{pspicture}(0.1cm,0.1cm) \psbarcode{$qr_code}{eclevel=L width=0.25 height=0.25}{qrcode}\end{pspicture}\\
\hspace{6.7cm}\tiny{\color{black}\texttt{$serial_key}}\\

}

\end{minipage}
}
\end{document}