From d83652a55528be82c19a55414d2bbbc550d65c2f Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Mon, 5 Dec 2016 14:58:51 +0530 Subject: SciPy India 2016 Certificate --- .../template_SPC2016Wcertificate | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 certificate/scipy_template_2016/template_SPC2016Wcertificate (limited to 'certificate/scipy_template_2016/template_SPC2016Wcertificate') diff --git a/certificate/scipy_template_2016/template_SPC2016Wcertificate b/certificate/scipy_template_2016/template_SPC2016Wcertificate new file mode 100644 index 0000000..3371830 --- /dev/null +++ b/certificate/scipy_template_2016/template_SPC2016Wcertificate @@ -0,0 +1,21 @@ +* certificate template + +** Usage + - To generate a PDF file type, + #+BEGIN_SRC sh + make $command + #+END_SRC sh + + - To clean the project + #+BEGIN_SRC sh + make clean + #+END_SRC sh + +** License + The tex file and all the images within this project are entirely + PRIVATE. It's usage outside the `Fossee Project` is an legal + offense and will be subject to suitable punishment by Indian law. + + +** Website + [[http://fossee.in]] -- cgit From 4fdb3d90e9092dbd0b72faffe396e95b2ecefa81 Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Tue, 13 Dec 2016 10:38:09 +0530 Subject: Changes is template --- .../template_SPC2016Wcertificate | 86 ++++++++++++++++++---- 1 file changed, 70 insertions(+), 16 deletions(-) mode change 100644 => 100755 certificate/scipy_template_2016/template_SPC2016Wcertificate (limited to 'certificate/scipy_template_2016/template_SPC2016Wcertificate') diff --git a/certificate/scipy_template_2016/template_SPC2016Wcertificate b/certificate/scipy_template_2016/template_SPC2016Wcertificate old mode 100644 new mode 100755 index 3371830..081df5c --- a/certificate/scipy_template_2016/template_SPC2016Wcertificate +++ b/certificate/scipy_template_2016/template_SPC2016Wcertificate @@ -1,21 +1,75 @@ -* certificate template +%% 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} -** Usage - - To generate a PDF file type, - #+BEGIN_SRC sh - make $command - #+END_SRC sh +%% generate QR code +\usepackage{pst-barcode} +\usepackage{auto-pst-pdf} - - To clean the project - #+BEGIN_SRC sh - make clean - #+END_SRC sh +\geometry{tmargin=.2cm,bmargin=.2cm, + lmargin=.2cm, rmargin=.2cm} +\usepackage{multicol} +\setlength{\columnseprule}{1pt} +\columnwidth=0.6\textwidth -** License - The tex file and all the images within this project are entirely - PRIVATE. It's usage outside the `Fossee Project` is an legal - offense and will be subject to suitable punishment by Indian law. +\begin{document} +%% create MD5 hash of tex file and insert it in PDF +%% \bash +%% md5sum asd_cert.tex | cut -d " " -f 1 +%% \END -** Website - [[http://fossee.in]] +%\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} -- cgit From 5b2dc4ab914eb6b15327192d75a7defa707ee3ce Mon Sep 17 00:00:00 2001 From: komalsheth286 Date: Fri, 16 Dec 2016 16:38:04 +0530 Subject: SciPy 2016 Certificate --- .../template_SPC2016Wcertificate | 86 ++++------------------ 1 file changed, 16 insertions(+), 70 deletions(-) mode change 100755 => 100644 certificate/scipy_template_2016/template_SPC2016Wcertificate (limited to 'certificate/scipy_template_2016/template_SPC2016Wcertificate') diff --git a/certificate/scipy_template_2016/template_SPC2016Wcertificate b/certificate/scipy_template_2016/template_SPC2016Wcertificate old mode 100755 new mode 100644 index 081df5c..3371830 --- a/certificate/scipy_template_2016/template_SPC2016Wcertificate +++ b/certificate/scipy_template_2016/template_SPC2016Wcertificate @@ -1,75 +1,21 @@ -%% 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} +* certificate template -%% generate QR code -\usepackage{pst-barcode} -\usepackage{auto-pst-pdf} +** Usage + - To generate a PDF file type, + #+BEGIN_SRC sh + make $command + #+END_SRC sh -\geometry{tmargin=.2cm,bmargin=.2cm, - lmargin=.2cm, rmargin=.2cm} -\usepackage{multicol} -\setlength{\columnseprule}{1pt} -\columnwidth=0.6\textwidth + - To clean the project + #+BEGIN_SRC sh + make clean + #+END_SRC sh -\begin{document} +** License + The tex file and all the images within this project are entirely + PRIVATE. It's usage outside the `Fossee Project` is an legal + offense and will be subject to suitable punishment by Indian law. -%% 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} +** Website + [[http://fossee.in]] -- cgit